added possiblity to execute custom command when starting a screenshare

This commit is contained in:
2021-08-07 00:06:28 +04:00
parent be73f23811
commit c5bed3afa2
6 changed files with 40 additions and 11 deletions

View File

@@ -13,13 +13,16 @@ const iceConfig = {
const displayMediaOptions = {
noConstraint: {
video: true,
video: {
height: 1080,
frameRate: 120,
},
audio: true,
},
v720p30: {
video: {
height: 720,
frameRate: 60,
height: 1080,
frameRate: 120,
},
audio: true,
},