make Direct Call
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
guest Name
name to display when making guest calls
host
sip host
sip Uri
sip uri to call in the format: sip:number@realm:port
is Video
whether the call has video or not
is Video Conference
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)