Skip to content

PhoneCallOptions

Lejla Solak edited this page Sep 11, 2023 · 2 revisions

extends CallOptions



static builder()

Description

Creates a builder instance used to build a new instance of the PhoneCallOptions.

Arguments

  • none

Returns

Example

let phoneCallOptionsBuilder = PhoneCallOptions.builder();



from()

Description

Getter for the from field.

Arguments

  • none

Returns

  • string - Value of the from field indicating what phone number should be used when making the call.

Example

let phoneCallOptions = PhoneCallOptions.builder().setFrom('33712345678').build();
let from = phoneCallOptions.from;

Tutorials

Migration guides

Reference documentation

Clone this wiki locally