CallListener

interface CallListener

Functions

Link copied to clipboard
abstract fun onCallAnswerReceived(callAnswerContent: CallAnswerContent)

An outgoing call is started.

Link copied to clipboard
abstract fun onCallAssertedIdentityReceived(callAssertedIdentityContent: CallAssertedIdentityContent)

Called when an asserted identity event is received.

Link copied to clipboard
abstract fun onCallHangupReceived(callHangupContent: CallHangupContent)

Called when a called has been hung up.

Link copied to clipboard
abstract fun onCallIceCandidateReceived(mxCall: MxCall, iceCandidatesContent: CallCandidatesContent)
Link copied to clipboard
abstract fun onCallInviteReceived(mxCall: MxCall, callInviteContent: CallInviteContent)

Called when there is an incoming call within the room.

Link copied to clipboard
abstract fun onCallManagedByOtherSession(callId: String)

Called when the call has been managed by an other session.

Link copied to clipboard
abstract fun onCallNegotiateReceived(callNegotiateContent: CallNegotiateContent)

Called when a negotiation is sent.

Link copied to clipboard
abstract fun onCallRejectReceived(callRejectContent: CallRejectContent)

Called when a called has been rejected.

Link copied to clipboard
abstract fun onCallSelectAnswerReceived(callSelectAnswerContent: CallSelectAnswerContent)

Called when an answer has been selected.