Axp Calling
object AxpCalling
Facade for the AXP Calling module.
Functions
Link copied to clipboard
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.
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.