75 questions
1 vote
0 answers
103 views
Agora Flutter video call works on Android but crashes instantly on iOS
I’m implementing a video call feature using Agora Flutter SDK. Everything works fine on Android, but on iOS, the app instantly crashes when I try joining a channel. I’m using: agora_rtc_engine: ^6.5.3 ...
0 votes
0 answers
28 views
agora media push apis to support passing text as a label
I am using these apis in create and update converter. We handle these from BE side. we want to pass text to display participants names...etc it can't be shown here that it's supported I tried adding ...
0 votes
0 answers
55 views
Vr meta Quest streaming vision to another application real time display problem
Good afternoon everyone. I want to create 2 applications, one of which will be run on VR Metaquest 2 and the other on PC for example. I want to make the output of the VR headset of what the user sees ...
1 vote
0 answers
53 views
Namespace not specified AGORA FLUTTER
I get this error when trying to run my project on android with AGORA Ui Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. What went wrong: A problem occurred configuring ...
0 votes
0 answers
93 views
Show incoming call popup when app is in background (Expo + react-native-webrtc + CallKeep)
I'm building a React Native app with Expo where users can make in-app video calls. I'm using react-native -webrtc and added Agora SDK for the video part, which works great while the app is open. But ...
2 votes
1 answer
232 views
Validation failed Invalid Executable. The executable 'AppName.app/Frameworks/AgoraRtmKit.framework/AgoraRtmKit' contains bitcode. (ID: 4f12f7b1-769e8)
I'm getting this issue when Upload the app to AppStore using Xcode 16 I'm already disable bitcode in the Build Settings "agora-react-native-rtm": "^1.5.1", "agora-rn-uikit&...
0 votes
1 answer
143 views
Expo EAS Build: Bitcode in AgoraRtmKit.framework breaks App Store submission (SDK 52 / React Native 0.76 / Managed Workflow)
I'm using Expo SDK 52 (React Native 0.76.9) in a managed workflow and integrating video call functionality using: [email protected] [email protected] [email protected] My builds ...
0 votes
0 answers
42 views
Flutter Error: Execution failed for task ':agora_uikit:compileDebugKotlin'
In my flutter app I am using agora_uikit: ^1.3.10 but while executing my flutter app I am getting below given error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for ...
1 vote
2 answers
3k views
Flutter Error: Unresolved reference: Registrar
In my flutter app I am using agora_uikit: ^1.3.10 but when I tried to run my app I am getting below given exception: ../../.Pub/Cache/hosted/pub.dev/agora_rtm-1.5.9/android/src/main/kotlin/io/...
0 votes
0 answers
37 views
Swift CallKit delegate method CXEndCallAction is triggered when accpting the call
I am implementing Agora SDK, when pressing the accept button, I am joing the user with the channel, but as I press the accept button from CallKit, my CXEndCallAction is triggered, which ends the call ...
0 votes
0 answers
44 views
How I solve the agora audion room black screen problem?
I am generate code backend in laravel and passing this code to flutter. In flutter using this code user can join audion call group. but the problem is while user take sit on the group this time the UI ...
1 vote
0 answers
280 views
Implement PIP mode for my agora video call app
Problem Unable to Use Native PiP Mode with AVSampleBufferDisplayLayer in Agora iOS SDK I am working on an Agora Live Streaming feature in an iOS Swift app, where I am using AVSampleBufferDisplayLayer ...
0 votes
0 answers
34 views
Agora PSTN Dialing functionality using Turbobridge
I am creating PSTN dialing fucntionality using Turbobridge so user can connect on going agora Audio/Video call chanel via mobile phone by dialing a toll free number which is provided by Turbobridge. I ...
0 votes
0 answers
54 views
How to manage chat history in agora chat for same user from mobile and web?
I am using agora chat and have the chat interface in both mobile and web. I did look in to the docs but not being sure if its possible to feact chat history by user or group so that same user can his ...
0 votes
0 answers
143 views
How to handle VoIP call audio directly on the lock screen in an iOS Flutter app using CallKit?
I'm working on an iOS [Flutter] application with VoIP features, using CallKit to handle incoming calls. Currently, when the device is locked and the user accepts an incoming call, the system UI is ...