CallSignalingService

Functions

Link copied to clipboard
abstract fun addCallListener(listener: CallListener)
Link copied to clipboard
abstract fun createOutgoingCall(roomId: String, otherUserId: String, isVideoCall: Boolean): MxCall

Create an outgoing call.

Link copied to clipboard
abstract fun getCallWithId(callId: String): MxCall?
Link copied to clipboard
abstract suspend fun getTurnServer(): TurnServerResponse
Link copied to clipboard
Link copied to clipboard
abstract fun removeCallListener(listener: CallListener)