RemoteDecline

This event is fired when the remote party has declined the call. This is only applicable when the direction of the call is outgoing. This event is not applicable for Phone.CallingType.WebexCalling or Phone.CallingType.CUCM calls

Since

0.1

Constructors

Link copied to clipboard
fun RemoteDecline(_call: Call?)

Functions

Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
protected var mCall: Call?