Interface IRealtimeStream

interface IRealtimeStream {
    name: string;
    rtcStreamType: RtcStreamType;
}

Properties

Properties

name: string
rtcStreamType: RtcStreamType

Generated using TypeDoc