participantSharingStateUpdated
This event is emitted when participant leaves the meeting
frame.on("participantSharingStateUpdated", function(participantSharingState) {
});
Properties
The participantSharingState
is an object that contains the following properties:
Property | Description | Type |
---|---|---|
action | Action taken by the user | enum, possible type: startedSharingScreen stoppedSharingScreen shartedSharingVideo stoppedSharingVideo startedSharingAudio stoppedSharingAudio |
eventId | Event ID of the action | string |
participantSessionId | participantSessionId | string |
sharingAudio | is user currently sharing microphone | boolean |
sharingVideo | is user currently sharing camera | boolean |
sharingScreen | is user currently sharing screen | boolean |
disabledAudio | has admin disabled audio of the user | boolean |
disabledScreenSharing | has admin disabled screen sharing | boolean |
disabledVideo | had admin disabled camera | boolean |
meetingSessionId | meetingSessionId | string |