acceptCall

fun acceptCall(callId: UUID, destinationNumber: String, customHeaders: Map<String, String>? = null)

Accepts an incoming call Local user response with both local and remote SDPs

Parameters

callId

, the callId provided with the invitation

destinationNumber

, the number or SIP name that will receive the invitation

See also