Interface VideoChatStreams

Represents a list of video chat streams.

interface VideoChatStreams {
    @type: "videoChatStreams";
    streams: VideoChatStream[];
}

Properties

Properties

@type: "videoChatStreams"
streams: VideoChatStream[]

A list of video chat streams.