start Call
suspend fun startCall(address: String, mediaSettings: InitialCallMediaSettings = InitialCallMediaSettings(), engagementParameters: Map<String, String>? = null, isPriority: Boolean? = null): AxpResult<out Call>
Convenience method for starting a new conversation beginning with a call.
Parameters
address
Address of the party being called.
media Settings
Optional settings to control the media state for the beginning of the call.
engagement Parameters
Optional additional AXP parameters for the call.
is Priority
Is the call a priority one?
fun startCall(address: String, responseHandler: ResponseHandler<Call>, mediaSettings: InitialCallMediaSettings = InitialCallMediaSettings(), engagementParameters: Map<String, String>? = null, isPriority: Boolean? = null)
Convenience method for starting a new conversation beginning with a call, using an asynchronous callback.
Parameters
address
Address of the party being called.
response Handler
Callback to asynchronously receive the result of the operation.
media Settings
Optional settings to control the media state for the beginning of the call.
engagement Parameters
Optional additional AXP parameters for the call.
is Priority
Is the call a priority one?