Package version:

Options to create a call.

interface CreateCallOptions {
    callIntelligenceOptions?: CallIntelligenceOptions;
    mediaStreamingOptions?: MediaStreamingOptions;
    operationContext?: string;
    sourceCallIdNumber?: any;
    sourceDisplayName?: string;
    transcriptionOptions?: TranscriptionOptions;
}

Hierarchy

  • unknown
    • CreateCallOptions

Properties

callIntelligenceOptions?: CallIntelligenceOptions

AI options for the call.

mediaStreamingOptions?: MediaStreamingOptions

Configuration of Media streaming.

operationContext?: string

The operation context.

sourceCallIdNumber?: any

The source caller Id, a phone number, that's shown to the PSTN participant being invited. Required only when calling a PSTN callee.

sourceDisplayName?: string

Display name of the call if dialing out to a pstn number

transcriptionOptions?: TranscriptionOptions

Configuration of live transcription.