DialParametersCallType Property |
Gets or sets the type the call. Note, when the
CallType property is set, the
MediaTypes property will be updated.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CallType CallType { get; set; }
Public Property CallType As CallType
Get
Set
public:
property CallType CallType {
CallType get ();
void set (CallType value);
}
member CallType : CallType with get, set
Property Value
Type:
CallTypeSee Also