Interface GroupCallVideoSourceGroup

Describes a group of video synchronization source identifiers.

interface GroupCallVideoSourceGroup {
    @type: "groupCallVideoSourceGroup";
    semantics: string;
    source_ids: number[];
}

Properties

@type: "groupCallVideoSourceGroup"
semantics: string

The semantics of sources, one of "SIM" or "FID".

source_ids: number[]

The list of synchronization source identifiers.