MeetingEventListener Class
using MeetingEventListener Class
The MeetingEventListener Class is responsible for listening to all the events that are related to Meeting Class.
Listeners
__listeners
onMeetingJoined()
voidemitted when local participant joined the meeting successfullyonMeetingLeft()
voidemitted when local participant left the meetingonParticipantJoined(Participant participant)
voidemitted when new participant joined the meetingonParticipantLeft(Participant participant)
voidemitted when any participant left the meetingonEntryRequested(String id, String name)
voidemitted when remote participant requested for entry in the meetingonEntryResponded(String id, String decision)
voidemitted when meeting host responded to participant's joining requestonPresenterChanged(String participantId)
voidemitted when any participant shared the screenonSpeakerChanged(String participantId)
voidemitted when active speaker is changedonRecordingStateChanged(String recordingState)
voidemitted when the meeting's recording status changedonRecordingStarted()
voidemitted when recording of the meeting is started successfullyonRecordingStopped()
voidemitted when recording of the meeting is stoppedonLivestreamStateChanged(String livestreamState)
voidemitted when the meeting's livestream status changedonLivestreamStarted()
voidemitted when live streaming of the meeting in social media is started successfullyonLivestreamStopped()
voidemitted when live streaming of the meeting is stoppedonMicRequested(String participantId, MicRequestListener listener)
voidemitted when remote participant asked you to toggle the MiconWebcamRequested(String participantId, WebcamRequestListener listener)
voidemitted when remote participant asked you to toggle the WebcamonExternalCallStarted()
voidemitted when local participant answer/dial the phone call
Listeners
Got a Question? Ask us on discord

