lib-jitsi-meet
    Preparing search index...

    Jitsi video SIP GW session. Holding its state and able to start/stop it. When session is in OFF or FAILED stated it cannot be used anymore.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    chatRoom: ChatRoom
    displayName: string
    sipAddress: string
    state?: string

    Methods

    • Subscribes the passed listener to the event for state change of this session.

      Parameters

      • listener: EventListener

        The function that will receive the event.

      Returns void

    • Returns the number of listeners for the specified event.

      Parameters

      • OptionaleventName: string

        The name of the event.

      Returns number

      • The number of listeners for the event.
    • Attaches a handler for events (e.g., "participant joined") in the conference. All possible events are defined in JitsiConferenceEvents.

      Parameters

      • eventId: string

        The event ID.

      • handler: EventListener

        Handler for the event.

      Returns void

    • Changes the state of this session.

      Parameters

      • newState: string

        The new {VideoSIPGWConstants} state to set.

      • OptionalfailureReason: string

      Returns void