Options
All
  • Public
  • Public/Protected
  • All
Menu

The StreamManager class is a managing class to manage the media stream and test them added and removed.

Hierarchy

  • StreamEventEmitter
    • StreamManager

Index

Events

Methods

  • getLocalStreams(): Partial<IStream>[]
  • get all local streams

    Returns Partial<IStream>[]

    all local stream list

  • getRemoteStreams(): Partial<IStream>[]
  • get all remote streams

    Returns Partial<IStream>[]

    all remote stream list

  • Removes the specified listener from the listener array for the event named eventName.

    Parameters

    Returns void

  • Adds a one-time listener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

    Parameters

    Returns void