WebRTC-Experiment icon indicating copy to clipboard operation
WebRTC-Experiment copied to clipboard

Codecs, resolutions, data overlay question

Open whimwhams opened this issue 4 years ago • 2 comments

Hello. I am streaming to a location where people are able to see a shared browser, but are unable to interact with it or click on the overlay that pops up on the right hand corner to close it. I can close mine, but they do not have the capability to close theirs. Is there any way to disable that overlay from popping up so it is not a distraction to the presentation? Screenshot_20191111-042230

whimwhams avatar Nov 11 '19 10:11 whimwhams

Fixed. Now stats are displayed only if you pass &stats=true parameter.

// no stats (by default)
https://www.webrtc-experiment.com/screen/?s=roomid

// stats (by passing a parameter)
https://www.webrtc-experiment.com/screen/?s=roomid&stats=true

muaz-khan avatar Nov 11 '19 11:11 muaz-khan

awesome. thank you!!! :)

whimwhams avatar Nov 11 '19 12:11 whimwhams