Sip Service Command
Properties
Functions
Link copied to clipboard
Accept an incoming call.
Link copied to clipboard
open fun attendedTransferCall(context: Context, accountID: String, callIdOrig: Int, callIdDest: Int)
Attended call transfer.
Link copied to clipboard
Rotates the transmitting video (heads up always), according to the device orientation.
Link copied to clipboard
Decline an incoming call.
Link copied to clipboard
Enables pjsip logging (valid only for debug builds)
Link copied to clipboard
Checks the status of a call.
Link copied to clipboard
Requests the codec priorities.
Link copied to clipboard
Gets the registration status for an account.
Link copied to clipboard
Hangs up active calls.
Link copied to clipboard
Hangs up an active call.
Link copied to clipboard
Hangs up active calls.
Link copied to clipboard
Checks whether the sip stack is started and at least a sip account is active
Link copied to clipboard
Link copied to clipboard
open fun makeDirectCall(context: Context, guestName: String, sipUri: Uri, host: String, isVideo: Boolean, isVideoConference: Boolean)
open fun makeDirectCall(context: Context, guestName: String, sipUri: Uri, host: String, isVideo: Boolean, isVideoConference: Boolean, transport: SipAccountTransport)
Makes a Direct call.
Link copied to clipboard
Makes a silent call, i.e.
Link copied to clipboard
Depending on the configuration (accountConfig.
Link copied to clipboard
open fun refreshRegistration(context: Context, accountID: String, regExpTimeout: Int, regContactParams: String)
Link copied to clipboard
Remove a SIP account.
Link copied to clipboard
Restarts the SIP stack without restarting the service.
Link copied to clipboard
Adds a new SIP account.
Link copied to clipboard
open fun setAccountWithCodecs(context: Context, sipAccount: SipAccountData, codecPriorities: ArrayList<CodecPriority>): String
Adds a new SIP account and changes the sip stack codec priority settings.
Link copied to clipboard
Sets hold status for a call.
Link copied to clipboard
Sets mute status for a call.
Link copied to clipboard
Sets the camera manager within the PjCamera2Info class it is used to enumerate the video devices without the CAMERA permission
Link copied to clipboard
Set codec priorities.
Link copied to clipboard
Sets up the incoming video feed.
Link copied to clipboard
Link copied to clipboard
Mutes and Un-Mutes video for a call.
Link copied to clipboard
Link copied to clipboard
Starts the preview for a call.
Link copied to clipboard
Stops the preview for a call.
Link copied to clipboard
Switches between front and back camera.
Link copied to clipboard
Toggle hold status for a call.
Link copied to clipboard
Toggle mute status for a call.
Link copied to clipboard
Blind call transfer.