Call Listener
Functions
Link copied to clipboard
An outgoing call is started.
Link copied to clipboard
abstract fun onCallAssertedIdentityReceived(callAssertedIdentityContent: CallAssertedIdentityContent)
Content copied to clipboard
Called when an asserted identity event is received.
Link copied to clipboard
Called when a called has been hung up.
Link copied to clipboard
abstract fun onCallIceCandidateReceived(mxCall: MxCall, iceCandidatesContent: CallCandidatesContent)
Content copied to clipboard
Link copied to clipboard
abstract fun onCallInviteReceived(mxCall: MxCall, callInviteContent: CallInviteContent)
Content copied to clipboard
Called when there is an incoming call within the room.
Link copied to clipboard
Called when the call has been managed by an other session.
Link copied to clipboard
abstract fun onCallNegotiateReceived(callNegotiateContent: CallNegotiateContent)
Content copied to clipboard
Called when a negotiation is sent.
Link copied to clipboard
Called when a called has been rejected.
Link copied to clipboard
abstract fun onCallSelectAnswerReceived(callSelectAnswerContent: CallSelectAnswerContent)
Content copied to clipboard
Called when an answer has been selected.