PhoneCallAudioSenderAttachToCall Method |
Attaches the object to a call and so it can send media data to the call.
If the
PhoneCallAudioSender is already attached to a call, it will be detached from it first.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AttachToCall(
IOzPhoneCall call
)
Public Sub AttachToCall (
call As IOzPhoneCall
)
public:
virtual void AttachToCall(
IOzPhoneCall^ call
) sealed
abstract AttachToCall :
call : IOzPhoneCall -> unit
override AttachToCall :
call : IOzPhoneCall -> unit
Parameters
- call
- Type: Ozeki.VoIPIOzPhoneCall
The call object to attach the listener.
Implements
IPhoneCallAttachableAttachToCall(IOzPhoneCall)See Also