incomingCall
open fun incomingCall(accountID: String, callID: Int, displayName: String, remoteUri: String, isVideo: Boolean)
Emit an incoming call broadcast intent.
Parameters
accountID
call's account IdUri
callID
call ID number
displayName
the display name of the remote party
remoteUri
the IdUri of the remote party
isVideo
whether the call has video or not