Click or drag to resize

PhoneCallAudioReceiver Methods

The PhoneCallAudioReceiver type exposes the following members.

Methods
  NameDescription
Public methodAttachToCall
Attaches the object to a call so it can receive media data from that call. If the PhoneCallAudioReceiver is already attached to an active call, it will be detached from it first.
Public methodDataReceivedFromCall
Some data is received from the call If you override this method you'll get access to the incoming RTP packets, but keep in mind that you must call the SendMediaData(MediaData mediaData) method before return. You can make decisions based on the RTP packets before sending the audio data to the speaker or other AudioReceiver.
Public methodDetach
Detaches the object from the call.
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Overrides DisposableClass.Dispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Public methodGetAudioFormat (Overrides AudioSender.GetAudioFormat.)
Protected methodReceiverConnected (Inherited from AudioSender.)
Protected methodReceiverDisconnected (Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Top
See Also