makeDirectCall
open fun makeDirectCall(context: Context, guestName: String, sipUri: Uri, host: String, isVideo: Boolean, isVideoConference: Boolean, transport: SipAccountTransport)
Makes a Direct call.
Parameters
context
application context
guestName
name to display when making guest calls
host
sip host
sipUri
sip uri to call in the format: sip:number@realm:port
isVideo
whether the call has video or not
isVideoConference
whether the call is video conference or not
transport
transport to be configured on guest account
open fun makeDirectCall(context: Context, guestName: String, sipUri: Uri, host: String, isVideo: Boolean, isVideoConference: Boolean)