Skip to main content
Version: 1.x.x

MeetingEventListener Class

using MeetingEventListener Class

The MeetingEventListener Class is responsible for listening to all the events that are related to Meeting Class.

Listeners

  • __listeners

      Listeners
    • onMeetingJoined()void

      emitted when local participant joined the meeting successfully
    • onMeetingLeft()void

      emitted when local participant left the meeting
    • onParticipantJoined(Participant participant)void

      emitted when new participant joined the meeting
    • onParticipantLeft(Participant participant)void

      emitted when any participant left the meeting
    • onEntryRequested(String id, String name)void

      emitted when remote participant requested for entry in the meeting
    • onEntryResponded(String id, String decision)void

      emitted when meeting host responded to participant's joining request
    • onPresenterChanged(String participantId)void

      emitted when any participant shared the screen
    • onSpeakerChanged(String participantId)void

      emitted when active speaker is changed
    • onRecordingStateChanged(String recordingState)void

      emitted when the meeting's recording status changed
    • onRecordingStarted()void

      emitted when recording of the meeting is started successfully
    • onRecordingStopped()void

      emitted when recording of the meeting is stopped
    • onLivestreamStateChanged(String livestreamState)void

      emitted when the meeting's livestream status changed
    • onLivestreamStarted()void

      emitted when live streaming of the meeting in social media is started successfully
    • onLivestreamStopped()void

      emitted when live streaming of the meeting is stopped
    • onMicRequested(String participantId, MicRequestListener listener)void

      emitted when remote participant asked you to toggle the Mic
    • onWebcamRequested(String participantId, WebcamRequestListener listener)void

      emitted when remote participant asked you to toggle the Webcam
    • onExternalCallStarted()void

      emitted when local participant answer/dial the phone call

Got a Question? Ask us on discord