You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error comes on Android only. Works fine on iOS.
When I initiate or join a video call from Android for the very first time, then everything works fine. I am able to see the remote video as well as local video. But if I disconnect and try to initiate/join the call the 2nd time then I am not able to view my local video and it throws this error in the log.
Android 9, 10
Flutter Version - 2.5.3
enx_flutter_plugin: ^1.9.4
I use EnxRtc.disconnect(); to disconnect from the call.
This works fine on iOS but throws this exception on Android only
onEventInfo
[onEventInfo] {msg: Invaid Frame Rate, result: 5088, desc: Failed to initiate stream with invalid Frame Rate. Max Frame Rate is 30}
This error comes on Android only. Works fine on iOS.
When I initiate or join a video call from Android for the very first time, then everything works fine. I am able to see the remote video as well as local video. But if I disconnect and try to initiate/join the call the 2nd time then I am not able to view my local video and it throws this error in the log.
Android 9, 10
Flutter Version - 2.5.3
enx_flutter_plugin: ^1.9.4
I use EnxRtc.disconnect(); to disconnect from the call.
This works fine on iOS but throws this exception on Android only
onEventInfo
[onEventInfo] {msg: Invaid Frame Rate, result: 5088, desc: Failed to initiate stream with invalid Frame Rate. Max Frame Rate is 30}
_addEnxrtcEventHandlers
`
void _addEnxrtcEventHandlers() async {
EnxRtc.onRoomConnected = (Map<dynamic, dynamic> map) async {
log('${map.toString()}', name: 'onRoomConnected', error: map);
}
`
disconnectRoom
EnxRtc.disconnect()
@jaykumarvcx @subratthayal @Vinodrajbhar @abhiramsk
The text was updated successfully, but these errors were encountered: