makeCall

open fun makeCall(context: Context, accountID: String, numberToCall: String, isVideo: Boolean, isVideoConference: Boolean, isTransfer: Boolean)

Makes a call.

Parameters

context

application context

accountID

account ID used to make the call

numberToCall

number to call

isVideo

whether the call has video or not

isVideoConference

whether the call is video conference or not

isTransfer

whether this (second) call will eventually be transferred to the current


open fun makeCall(context: Context, accountID: String, numberToCall: String, isVideo: Boolean, isVideoConference: Boolean)
open fun makeCall(context: Context, accountID: String, numberToCall: String)
open fun makeCall(context: Context, accountID: String, numberToCall: String, isTransfer: Boolean)