Skip to main content

Meeting Class

using Meeting Class

The Meeting Class includes methods and events for managing meetings, participants, video & audio streams, data channels and UI customization.

Constructor

  • __constructor

      Constructors
    • Meeting(String meetingId, Participant localParticipant)void

Properties

  • __properties

      Properties
    • getMeetingId()String

    • getLocalParticipant()Participant

    • getParticipants()Map<String, Participant>

Events

  • __events

      Events
    • addEventListener(MeetingEventListener listener)void

    • removeEventListener(MeetingEventListener listener)void

    • removeAllListeners()void

Methods

  • __methods

      Methods
    • join()void

    • leave()void

    • end()void

    • muteMic()void

    • unmuteMic()void

    • disableWebcam()void

    • enableWebcam()void

    • startRecording(String webhookUrl)void

    • stopRecording()void

    • startLivestream(List<LivestreamOutput> outputs)void

    • stopLivestream()void

    • changeWebcam()void

Got a Question? Ask us on discord