peerix - v0.1.0
    Preparing search index...

    Interface RemotePeerStreamEvent

    Stream event data.

    interface RemotePeerStreamEvent {
        id: string;
        label: string;
        name: "stream:add" | "stream:remove";
        stream: MediaStream;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the remote peer.

    label: string

    Label of the media stream.

    name: "stream:add" | "stream:remove"

    Name of the event.

    stream: MediaStream

    Media stream associated with the event.