Share Your Screen
Screen sharing allows any participant who wants to share either the complete screen, a specific window or, a browser tab during the meeting.
How it works ?
-
While
screenShareEnabled
value is set totrue
, you will show screen share button as display in below image. -
While
screenShareEnabled
value is set tofalse
, the below screen share button will not appear.
Screen Share Attributes
screenShareEnabled
: If it is true, then screen share button will be visible on top bar of the meeting. If it is false, then screen share button won't be available on top bar of the meeting.
index.html
const config = {
// ...
screenShareEnabled: true,
// ...
};
Got a Question? Ask us on discord