Enable recording and screenshare while creating a room
This commit is contained in:
parent
f4564acca1
commit
ef4f7157ba
|
|
@ -17,6 +17,8 @@ export default async function handler(req, res) {
|
|||
exp: Math.round(Date.now() / 1000) + (expiryMinutes || 5) * 60, // expire in x minutes
|
||||
eject_at_room_exp: true,
|
||||
enable_knocking: privacy !== 'public',
|
||||
enable_screenshare: true,
|
||||
enable_recording: true,
|
||||
...rest,
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue