Click or drag to resize

PhoneCallAudioReceiverDataReceivedFromCall Method

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.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public virtual void DataReceivedFromCall(
	MediaData mediaData
)

Parameters

mediaData
Type: MediaData
The media data that is received from the call
See Also