Interface IPeerConnectionTrackEvent

The peer connection track event interface.

interface IPeerConnectionTrackEvent {
    streams: readonly MediaStream[];
    track: MediaStreamTrack;
}

Properties

Properties

streams: readonly MediaStream[]

The streams associated with the track.

The track received.

Generated using TypeDoc