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