Package version:

Options to hold participant.

interface HoldOptions {
    operationCallbackUrl?: string;
    operationContext?: string;
    playSource?: FileSource | TextSource | SsmlSource;
}

Hierarchy

  • unknown
    • HoldOptions

Properties

operationCallbackUrl?: string

Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation.

operationContext?: string

Operation Context.

A PlaySource representing the source to play.