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