WebRTC example of Desktop Sharing
getDisplayMedia options:
{ "video": { "width": { "max": 1920 }, "height": { "max": 1080 }, "frameRate": { "max": 5 }, "mediaSource": "screen" }, "audio": { "echoCancellation": true, "noiseSuppression": true, "sampleRate": 44100 } }
Start Sharing
Stop Sharing
setTimeout
ms