Interface IPublishMediaStreamEventPayload

The publish media stream event payload interface.

interface IPublishMediaStreamEventPayload {
    ownerId: string;
    stream: IRemoteMediaStream;
}

Properties

Properties

ownerId: string

The owner ID of the media stream.

The remote media stream.

Generated using TypeDoc