Interface ILocalMediaStreamTrackFailEventPayload

The local media stream track fail event payload interface.

interface ILocalMediaStreamTrackFailEventPayload {
    label: string;
    trackKinds: MediaTrackKind[];
}

Properties

Properties

label: string

The label of the media stream.

trackKinds: MediaTrackKind[]

The kind of the track.

Generated using TypeDoc