The media stream interface.

interface IMediaStream {
    getLabel(): string;
    getMediaStream(): MediaStream;
    getOwnerId(): string;
}

Hierarchy (view full)

Methods

  • Get the label of the stream.

    Returns string

    The label of the stream.

  • Get the owner ID of the stream.

    Returns string

    The owner ID of the stream.

Generated using TypeDoc