Stephan Thamm

Results 5 comments of Stephan Thamm

Currently still needs extension or command line flag in Chrome and extension in Firefox. Source: http://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/

Calling `toggleMute()` on `LocalPeer` should work. It sends silence/black. For not sending anything we need to call `replaceTrack(null)` on the corresponding RTCRtpSender (which is not distinguishable from connection problems) or...

Muting tracks using `enabled`, as described in the links, is implemented in palava-client. It is available as `toggleMute()` on `LocalPeer` as mentioned above.

`enabled` makes video tracks send (and display) black and audio tracks send (and play) silence. This is not reversible by remote peers and does not consume much bandwidth. It is...

I am not sure whether this should be integrated into a signaling server. It might be better suited in a small REST server as an additional prometheus endpoint.