DialParametersCallType Property |
Gets or sets the type the call. Note, when the
CallType property is set, the
MediaTypes property will be updated.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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:
CallType
See Also