Symptoms:
- When I call
DisableVideo()
, the local camera is off. However, I can’t see the remote users.
Cause:
Calls to
DisableVideo()
disable all video streams. Resolution:
To disable camera capture on a local machine, call
EnableLocalVideo(false)
before the current user joins a channel. To mute and unmute your video stream multiple times rapidly during a session, the best practice is to call MuteLocalVideoStream(bool mute)
.
Comments
0 comments
Please sign in to leave a comment.