ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

Muting camera will freezing the video #190

Closed mikeangelsilva closed 3 years ago

mikeangelsilva commented 3 years ago

How can i turn to black the video to the other users in the call when someone turn off ther camera?

Its always freezing.

Or am i missing something?

Thanks

ccvlad commented 3 years ago

Hi, @mikeangelsilva It is expected behavior for current case. You should send system message to other occupants that you have muted video. Each occupant will receive the message and resolve video stream state (mute/unmute) on UI.