Package version:

The response payload for getting participants of the call.

interface ListParticipantsResult {
    nextLink?: string;
    values?: CallParticipant[];
}

Properties

Properties

nextLink?: string

Continue of the list of participants

values?: CallParticipant[]

List of the current participants in the call.