Skip to content

CallPhoneNumberOptions

Adnan Arnautović edited this page Jan 26, 2023 · 1 revision

CallPhoneNumberOptions(from, _ recordingOptions)

Description

Creates an instance of CallPhoneNumberOptions.

Arguments

  • from: String? - Optional value representing phone number that will be displayed on the called device as the Caller ID when making phone number calls via callPhoneNumber method.
  • recordingOptions: RecordingOptions - Optional recording configuration to be used when making a call.

Returns

Example

let callPhoneNumberOptions = CallPhoneNumberOptions(from: "337522689", RecordingOptions(true))
Clone this wiki locally