MasoomRaza752

Results 9 comments of MasoomRaza752

i use this code also in saprate but error is still there.

when i use this line in my code : implementation 'io.agora.rtc:full-sdk:3.6.1.1' it shows me this type off error plese guide me i'm stuck on it this is last stage of...

i downlaod the code from agora quick start and try to run it just putting my app id and token and it shows the following error also Built build\app\outputs\flutter-apk\app-debug.apk. E/FlutterLoader(15242):...

Flutter initialization failed. couldn't find "libflutter.so"

what are the firewall requirments for this and how edit them?

minSdkVersion 25 targetSdkVersion 29 compileSdkVersion 31 please chek these value are right or wrong beacuse when i give minSdk to 31 my emulator shows minSdk is 25 and did not...

please give solution when publish my live stream to youtube or twitch it connected successfully but show black screen on both youtube and twitch

Future initPlatformState() async { await [Permission.camera, Permission.microphone].request(); RtcEngineContext context = RtcEngineContext(APP_ID); var engine = await RtcEngine.createWithContext(context); await engine.setRemoteDefaultVideoStreamType(VideoStreamType.Low); await engine.setRemoteSubscribeFallbackOption(StreamFallbackOptions.VideoStreamLow); // await engine.setRemoteUserPriority(0, UserPriority.High); // _addAgoraEventHandlers(); engine.setParameters('{\"che.video.lowBitRateStreamParameter\":{\"width\":240,\"height\":360,\"frameRate\":15,\"bitRate\":140}}'); engine.setParameters("{\"rtc.log_filter\": 65535}"); engine.setEventHandler(RtcEngineEventHandler(...