start Audio Conference Call
Call this method to start a new Audio Conference call using recipients list
Return
a ApiResult.Success of STWVCall object if the call started successfully otherwise will return ApiResult.Error
Parameters
: the application context
: the recipients of the call using the data model STWRecipient
: conversation name for the created group thread that will be associated to the call session
: the call will be start with on duty users only
: the call priority , see STWCallPriority
Call this method to start a new Audio Conference call using a conversation id
Return
a ApiResult.Success of STWVCall object if the call started successfully or else will return ApiResult.Error if not
Parameters
: the application context
: The conversation id
: the call will be start with on duty users only
: the call priority , see STWCallPriority