Skip to main content

Participant Class

using Participant Class

The Participant Class includes methods and events for participants and their associated video & audio streams, data channels and UI customization.

Constructor

  • __constructor

      Constructors
    • Participant(JSONObject peer)void

    • Participant(String id, String displayName, boolean isLocal)void

Properties

  • __properties

      Properties
    • getId()String

    • getDisplayName()String

    • getQuality()String

    • isLocal()boolean

    • getStreams()Map<String, Stream>

Events

  • __events

      Events
    • addEventListener(MeetingEventListener listener)void

    • removeEventListener(MeetingEventListener listener)void

    • removeAllListeners()void

Methods

  • __methods

      Methods
    • enableMic()void

    • disableMic()void

    • disableWebcam()void

    • remove()void

Got a Question? Ask us on discord