agora icon indicating copy to clipboard operation
agora copied to clipboard

Receiving Remote User video state change constantly

Open dpatel-jac opened this issue 3 months ago • 0 comments

After enabling STT support for channel, user constantly getting Remote user video state change which lead to agora video view to wrong state. After enabling STT by using startTranscription app will constantly getting Video state change logs, as per logs it indicate remote user is repeatedly toggling their camera during call.

Also on stopTranscription app will get onUserOffline for remote user which lead to terminate call.

I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteMuted elapsed :: 37277 time: 2024-10-28 16:43:43.957423 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 38618 time: 2024-10-28 16:43:45.297924 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 38741 time: 2024-10-28 16:43:45.420821 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteMuted elapsed :: 40277 time: 2024-10-28 16:43:46.957163 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 41678 time: 2024-10-28 16:43:48.357988 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 41799 time: 2024-10-28 16:43:48.478963 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteMuted elapsed :: 43277 time: 2024-10-28 16:43:49.957264 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 44665 time: 2024-10-28 16:43:51.344593 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 44843 time: 2024-10-28 16:43:51.522848 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteMuted elapsed :: 46277 time: 2024-10-28 16:43:52.958420 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 47677 time: 2024-10-28 16:43:54.356550 I/flutter (20047): remoteVUid :: 163169394 reason :: RemoteVideoStateReason.remoteVideoStateReasonRemoteUnmuted elapsed :: 47819 time: 2024-10-28 16:43:54.499661

dpatel-jac avatar Oct 28 '24 12:10 dpatel-jac