Skip to main content

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:

PropertyDescriptionType
actionAction taken by the userenum, possible type: startedSharingScreen stoppedSharingScreen shartedSharingVideo stoppedSharingVideo startedSharingAudio stoppedSharingAudio
eventIdEvent ID of the actionstring
participantSessionIdparticipantSessionIdstring
sharingAudiois user currently sharing microphoneboolean
sharingVideois user currently sharing cameraboolean
sharingScreenis user currently sharing screenboolean
disabledAudiohas admin disabled audio of the userboolean
disabledScreenSharinghas admin disabled screen sharingboolean
disabledVideohad admin disabled cameraboolean
meetingSessionIdmeetingSessionIdstring