Zia Sultan

Results 9 comments of Zia Sultan

Through my code I can hear sound but video doesn't show on screen ``` import 'dart:async'; import 'package:agora_rtc_engine/rtc_engine.dart'; import 'package:agora_rtc_engine/rtc_local_view.dart' as RtcLocalView; import 'package:agora_rtc_engine/rtc_remote_view.dart' as RtcRemoteView; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/material.dart';...

in your example the code is same as mine.. Do I need to update my agora version. My flutter version is 1.20 and agora version is 3.2.1 ``` case 2:...

Here is my full code. Please check and let me know if I'm missing somethhing ``` import 'dart:async'; import 'package:agora_rtc_engine/rtc_engine.dart'; import 'package:agora_rtc_engine/rtc_local_view.dart' as RtcLocalView; import 'package:agora_rtc_engine/rtc_remote_view.dart' as RtcRemoteView; import 'package:flutter/material.dart';...

what is the minimum flutter, and dart sdk version required for running latest agora_rtc_engine package

> This plugin does not work for normal notifications. When using PushKit apps must report a system call otherwise iOS will kill your app after a while. I want to...

Thank you for your solution. Is there any way I can pass caller name send from voip push notification to show on callkit > I had same issue and solved...

I'm also facing the same issue it's still working in my project with previous files but after removing the node_modules when I install it gives me this error

This is flutter google map issues with flutter version v1.20+ only solutionis downgrade the flutter version