Description
I am trying to handle the callback for when the host asks a participant to stop their video. From the documentation I am expecting the callback to trigger the override fun onUserVideoStatusChanged(p0: Long, p1: InMeetingServiceListener.VideoStatus?)
method. I am expecting the VideoStatus to be InMeetingServiceListener.VideoStatus.Video_Mute_ByHost
but instead I am receiving Video_OFF
. However this is the same VideoStatus for when the participant manually turns off their video.
Since both send the same VideoStatus, I am not sure how to isolate only the case when the host asks to stop the video. Is this a known issue? Or am I missing something?
Which Android Client SDK version?
v5.4.3.613