Makes a call to an intended recipient on behalf of the authenticated user.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Dial(
string address,
MediaOption option,
Action<SparkApiEventArgs<Call>> completedHandler
)
Parameters
- address
- Type: SystemString
Intended recipient address in one of the supported formats. - option
- Type: SparkSDKMediaOption
Intended media options - audio only or audio and video - for the call. - completedHandler
- Type: SystemActionSparkApiEventArgsCall
The completed event handler.
Remarks
It supports the following address formats for the receipient:
* Spark URI: e.g. spark:shenning@cisco.com
* SIP / SIPS URI: e.g. sip:1234@care.acme.com
* Tropo URI: e.g. tropo:999123456
* Email address: e.g. shenning@cisco.com
Remarks Since: 0.1.0
See Also