Closed sainz closed 8 months ago
Thanks @sainz for pointing to this issue. It will be addressed in the upcoming release.
Meanwhile, if you are blocked, you can add this permission to your App's AndroidManifest.xml to avoid crashing:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE" />
This solution prevents the crash, but on devices running Android 14 and targeting API 34, the video call still does not start.
After clicking on "Join Call," redirects to the initial page, and the video call does not start. An error message is displayed below:
[communication.ui] com.azure.android.communication.ui.calling.redux.action.ErrorAction$FatalErrorOccurred@53b88e
[DOTNET] callJoinFailed
[communication.ui] com.azure.android.communication.ui.calling.redux.action.ErrorAction$EmergencyExit@b13ec45
[communication.ui] com.azure.android.communication.ui.calling.redux.action.NavigationAction$Exit@bd6cf9a
[EGL_emulation] app_time_stats: avg=27.87ms min=6.72ms max=290.67ms count=31
Thread finished:
@sainz, @patelsonu905 could you please try latest version (currently v1.6.0). It does not require a workaround anymore. Thanks
If an app targets API 34, it crashes when initiating a video call. Below is the crash log: