BroadcastEventEmitter

Emits the sip service broadcast intents.

Author

gotev (Aleksandar Gotev)

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
Enumeration of the broadcast actions

Properties

Link copied to clipboard
open var NAMESPACE: String

Functions

Link copied to clipboard
open fun callMediaState(accountID: String, callID: Int, state: MediaState, value: Boolean)
Emit a call state broadcast intent.
Link copied to clipboard
open fun callState(accountID: String, callID: Int, callStateCode: Int, callStateStatus: Int, connectTimestamp: Long)
Emit a call state broadcast intent.
Link copied to clipboard
open fun codecPriorities(codecPriorities: ArrayList<CodecPriority>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun incomingCall(accountID: String, callID: Int, displayName: String, remoteUri: String, isVideo: Boolean)
Emit an incoming call broadcast intent.
Link copied to clipboard
open fun outgoingCall(accountID: String, callID: Int, number: String, isVideo: Boolean, isVideoConference: Boolean, isTransfer: Boolean)
Link copied to clipboard
open fun registrationState(accountID: String, registrationStateCode: Int)
Emit a registration state broadcast intent.
Link copied to clipboard
open fun stackStatus(started: Boolean)