ParticipantListeners
Public method Summary
Methods | Description | Parameters |
onParticipantJoin(fn) const fn = (partricipant) => { | The Event handler will be invoked when new participant joined to the Session but haven't started streaming yet | |
onParticipantLeft(fn)
| The Event handler will be invoked when the participant leaves the Session |
|
onParticipantSpeaking(fn)
| The Event handler will be invoked when the participant starts speaking | |
onParticipantStopSpeaking(fn)
| The Event handler will be invoked when the participant stops speaking | |
onOrganizerReceived(fn) | The Event handler will be invoked when the user receives the organizer previlegious. |
|
onParticipantMediaStreamChanged(fn)
| The Event handler will be invoked when a participant mute/unmute himself(audio or video). Params object with keys: |
|
onParticipantRejected(fn)
| The Event handler will be invoked when the participant was kicked from the session |
|
Last updated