-
Notifications
You must be signed in to change notification settings - Fork 2
PhoneCallOptions
Lejla Solak edited this page Sep 11, 2023
·
2 revisions
extends CallOptions
Creates a builder instance used to build a new instance of the PhoneCallOptions.
none
-
PhoneCallOptionsBuilder- Instance of the builder.
let phoneCallOptionsBuilder = PhoneCallOptions.builder();Getter for the from field.
none
-
string- Value of thefromfield indicating what phone number should be used when making the call.
let phoneCallOptions = PhoneCallOptions.builder().setFrom('33712345678').build();
let from = phoneCallOptions.from;