dialPhoneNumber

abstract fun dialPhoneNumber(    dialString: String,     option: MediaOption,     callback: CompletionHandler<Call>)

Dials the given phone number on behalf of the authenticated user

Return

callId an identifier for call

Since

3.9.2

Parameters

dialString

Phone number to dial

option

Data type that represents the media options of a Call

callback

A closure to be executed when completed.