BroadcastEventReceiver

Reference implementation to receive events emitted by the sip service.

Author

gotev (Aleksandar Gotev)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onCallMediaState(accountID: String, callID: Int, stateType: MediaState, stateValue: Boolean)
Link copied to clipboard
open fun onCallState(accountID: String, callID: Int, callStateCode: Int, callStatusCode: Int, connectTimestamp: Long)
Link copied to clipboard
Link copied to clipboard
open fun onIncomingCall(accountID: String, callID: Int, displayName: String, remoteUri: String, isVideo: Boolean)
Link copied to clipboard
open fun onMissedCall(displayName: String, uri: String)
Link copied to clipboard
open fun onOutgoingCall(accountID: String, callID: Int, number: String, isVideo: Boolean, isVideoConference: Boolean, isTransfer: Boolean)
Link copied to clipboard
open fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun onReceivedCodecPriorities(codecPriorities: ArrayList<CodecPriority>)
Link copied to clipboard
open fun onRegistration(accountID: String, registrationStateCode: Int)
Link copied to clipboard
open fun onStackStatus(started: Boolean)
Link copied to clipboard
open fun register(context: Context)
Register this broadcast receiver.
Link copied to clipboard
open fun unregister(context: Context)
Unregister this broadcast receiver.