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
In a two-person communication, how can I allow only one participant to receive the video from the other user?
I can implement this with the audio without a problem. But with video, I do not receive any event when the remote user stops sending video for example (onRemoteVideoStateChanged not fired).
I tried setting up the client role to broadcaster on both sides but the one-way video still does not work:
@yoreland, thanks for your help. But I don't see how this can help me. How do I then display the video of the remote user without sending mine? Could you please give me a bit more code? Thanks
Hi,
In a two-person communication, how can I allow only one participant to receive the video from the other user?
I can implement this with the audio without a problem. But with video, I do not receive any event when the remote user stops sending video for example (onRemoteVideoStateChanged not fired).
I tried setting up the client role to broadcaster on both sides but the one-way video still does not work:
mRtcEngine.setClientRole(Constants.CLIENT_ROLE_BROADCASTER);
Thanks
The text was updated successfully, but these errors were encountered: