Interface GroupCallStreams

Represents a list of group call streams.

interface GroupCallStreams {
    @type: "groupCallStreams";
    streams: GroupCallStream[];
}

Properties

Properties

@type: "groupCallStreams"
streams: GroupCallStream[]

A list of group call streams.