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.

Properties

  • __properties

      Properties
    • idString

    • localParticipantParticipant

    • participants[String : Participant]

Events

  • __events

      Events
    • addEventListener(_ meetingEventListener: MeetingEventListener)void

    • removeEventListener(_ meetingEventListener: MeetingEventListener)void

Methods

  • __methods

      Methods
    • join()void

    • leave()void

    • muteMic()void

    • unmuteMic()void

    • enableWebcam()void

    • disableWebcam()void

Example

Play with meeting instance
// Add listeners
meeting?.addEventListener(self);

// Join the meeting
meeting?.join();

// Get local participants
meeting?.localParticipant;

Got a Question? Ask us on discord