Interface CallsParticipants

interface CallsParticipants {
    count: number;
    list: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Participants count

list: number[]

Generated using TypeDoc