IPhoneCallAttachableAttachToCall Method |
Attaches the object to a
ICall object.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid AttachToCall(
IOzPhoneCall call
)
Sub AttachToCall (
call As IOzPhoneCall
)
void AttachToCall(
IOzPhoneCall^ call
)
abstract AttachToCall :
call : IOzPhoneCall -> unit
Parameters
- call IOzPhoneCall
- The phone call object.
See Also