Package version:

Options to remove participants.

interface RemoveParticipantsOption {
    operationCallbackUrl?: string;
    operationContext?: string;
}

Hierarchy

  • unknown
    • RemoveParticipantsOption

Properties

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.