Interface IUnpublishMediaStreamEventPayload

The unpublish media stream event payload interface.

interface IUnpublishMediaStreamEventPayload {
    label: string;
    ownerId: string;
}

Properties

Properties

label: string

The label of the media stream.

ownerId: string

The owner ID of the media stream.

Generated using TypeDoc