Devs-ideal
Devs-ideal
Facing the same issue with group video call, eg:- **[ A ]** ``` engine.muteRemoteAudioStream(B, true); remoteAudioStateChanged: (-,-,reason,-) { print("Reason: $reason") } ``` **[ B ]** ``` remoteAudioStateChanged: (-,-,reason,-) { print("Reason:...
I'm using Android Studio and trying to run on iOS Simulator, as you suggest i tried to run the command: ``` Macbooks-MacBook-Pro:flutter_agora_ex MyMac$ flutter build ios --no-codesign Warning: Building for...
Looks like the issue with debug build, When I created profile build with the certificates using the command `flutter build ios --profile` It's working
@postflow @MaikuB I'm also getting exact same issue in iOS only, After successfully Authentication via keycloak, When i open a web page through `await launchUrl( Uri.parse(url), mode: LaunchMode.externalApplication )` It...
@Amankhan-mobipixels Can you please share what changes you did in your code?
Getting same issue: https://github.com/Baseflow/flutter_cached_network_image/issues/821#issuecomment-1838122803
@renefloor Using `memCacheHeight` seems to fix the memory issue but `fit: BoxFit.cover` property not working with it, How to achieve this?
@nicolasvahidzein please have a look: ``` Container( height: 182, width: 137, decoration: const BoxDecoration( borderRadius: BorderRadius.all(Radius.circular(5))), child: CachedNetworkImage( fit: BoxFit.cover, imageUrl: "$image", memCacheHeight: 182, memCacheWidth: 137) ); ```
Did any one found any solution for this? I am also getting same error with cloud recording: `435: No recorded files created. There is nothing to record because no user...
Any updates? Im also facing same issue.