Interface GroupCallParticipantVideoInfo

Contains information about a group call participant's video channel.

interface GroupCallParticipantVideoInfo {
    @type: "groupCallParticipantVideoInfo";
    endpoint_id: string;
    is_paused?: boolean;
    source_groups: GroupCallVideoSourceGroup[];
}

Properties

@type: "groupCallParticipantVideoInfo"
endpoint_id: string

Video channel endpoint identifier.

is_paused?: boolean

True, if the video is paused. This flag needs to be ignored, if new video frames are received.

source_groups: GroupCallVideoSourceGroup[]

List of synchronization source groups of the video.