PhoneCallVideoReceiverAttachToCall Method |
Attaches the object to a call so it can receive media data from that call.
If the
PhoneCallVideoReceiver is already attached to an active call, it will be detached from it first.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 IOzPhoneCall
- The call object to attach the listener.
Implements
IPhoneCallAttachableAttachToCall(IOzPhoneCall)
See Also