Click or drag to resize
PhoneCallVideoReceiver Class
The media handler for receiving video data from a remote party through a call.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderVideoData, VideoFormat
      Ozeki.MediaVideoSender
        Ozeki.VoIPPhoneCallVideoReceiver

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class PhoneCallVideoReceiver : VideoSender, 
	IPhoneCallAttachable

The PhoneCallVideoReceiver type exposes the following members.

Constructors
  NameDescription
Public methodPhoneCallVideoReceiver
Initalizes a new instance of the PhoneCallVideoReceiver class.
Top
Methods
  NameDescription
Public methodAttachToCall
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.
Public methodDetach
Detaches the object from the call.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the PhoneCallVideoReceiver and optionally releases the managed resources
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodReceiverConnected (Inherited from VideoSender.)
Protected methodReceiverDisconnected (Inherited from VideoSender.)
Protected methodSendMediaData (Inherited from VideoSender.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Top
Events
See Also