Class DefaultSignalingClient

[[DefaultSignalingClient]] implements the SignalingClient interface.

Implements

Constructors

Methods

  • Closes any existing connection.

    Prior to closing, it delivers a WebSocketClosing event. Upon receipt of the final WebSocket close event, the connection request queue is serviced. If there is no connection to close, this function just services the connection request queue and returns.

    Returns void

  • Allows an attendee in a replica meeting to join the primary meeting as if they were a normal attendee. Once successfully joined they will receive a callback on SignalingClientObserver.handleSignalingClientEvent. See documentation of observer for more information.

    They may also receive another callback on SignalingClientObserver.handleSignalingClientEvent to indicate they can begin to share video.

    Failure will also be indicated through the SignalingClientObserver.handleSignalingClientEvent callback.

    Parameters

    Returns void