Class NoOpMediaStreamBroker

[[NoOpDeviceBroker]] rejects requests to acquire a [[MediaStream]].

Hierarchy (View Summary)

Implements

Constructors

Methods

  • Called when the session needs to attach an audio input to the peer connection.

    Returns Promise<MediaStream>

  • Called when the session needs to acquire a display input device for screen sharing.

    Parameters

    • _streamConstraints: MediaStreamConstraints

    Returns Promise<MediaStream>

  • Called when the session needs to attach a video input to the peer connection.

    Returns Promise<MediaStream>

  • Mute the current active local audio input stream.

    Returns void