Mx Call
Define both an incoming call and on outgoing call.
Types
Functions
Link copied to clipboard
Link copied to clipboard
End the call.
Link copied to clipboard
Link copied to clipboard
This has to be sent by the caller's client once it has chosen an answer.
Link copied to clipboard
Send Call candidate to the other participant.
Link copied to clipboard
abstract fun sendLocalIceCandidateRemovals(candidates: List<CallCandidate>)
Content copied to clipboard
Send removed ICE candidates to the other participant.
Link copied to clipboard
abstract suspend fun transfer( targetUserId: String, targetRoomId: String?, createCallId: String?, awaitCallId: String?)
Content copied to clipboard
Send a m.call.replaces event to initiate call transfer. See org.matrix.android.sdk.api.session.room.model.call.CallReplacesContent for documentation about the parameters