Interface IVoiceGroupStreamInfo

interface IVoiceGroupStreamInfo {
    hasAudio: boolean;
    hasVideo: boolean;
    stream: MediaStream;
    userId: string;
}

Properties

hasAudio: boolean
hasVideo: boolean
stream: MediaStream
userId: string

Generated using TypeDoc