Package version:

The response payload for adding participants to the call.

interface AddParticipantResult {
    invitationId?: string;
    operationContext?: string;
    participant?: CallParticipant;
}

Properties

invitationId?: string

invitation ID used to add the participant.

operationContext?: string

The operation context provided by client.

participant?: CallParticipant

List of current participants in the call.