Hello,
I am building a basic HTML CSS JS web application and want to implement OpenVidu for the video call feature.
I want to implement a toggle button where the client screen goes black and it also stops sending the video packets (that is: without destroying and recreating the endpoint, just like it is done in google meet). In one of the demo applications, the video goes black after toggling but it keeps on sending the data packets (I’ve observed this from chrome://webrtc-internals). Is there a way to implement this?
Please let me know, I’m a beginner in this.
Also, while browsing the forum, I came across a topic which exactly sounds what I want to ask, but is quite complex for me to understand.
Link: Camera does not turn off when publishVideo(false) is called
Please help me out if you can.
Thanks.