Package version:

Options to add participants.

interface AddParticipantOptions {
    invitationTimeoutInSeconds?: number;
    operationCallbackUrl?: string;
    operationContext?: string;
}

Hierarchy

  • unknown
    • AddParticipantOptions

Properties

invitationTimeoutInSeconds?: number

Gets or sets the timeout to wait for the invited participant to pickup. The maximum value of this is 180 seconds

operationCallbackUrl?: string

Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.

operationContext?: string

Used by customers when calling mid-call actions to correlate the request to the response event.