Can send audio data to the attached ICall object.
| C# | Visual Basic | Visual C++ |
public class PhoneCallAudioSender : AudioReceiver, IPhoneCallAttachable
Public Class PhoneCallAudioSender Inherits AudioReceiver Implements IPhoneCallAttachable
public ref class PhoneCallAudioSender : public AudioReceiver, IPhoneCallAttachable
| All Members | Constructors | Methods | Properties | Events | |
Inherited from the AudioReceiver class, so it can be connected to other AudioReceiver objects.
The class implements the IPhoneCallAttachable interface so it can be attached to a ICall object.
When a PhoneCallAudioSender is attached to an ICall object, it will send the available audio data to the attached call.
When a connected AudioReceiver sends audio data to the PhoneCallAudioSender, it will send it directly to the call.
| Object | ||||
| DisposableClass | ||||
| AbstractMediaReceiver<(Of <(<'AudioData, AudioFormat>)>)> | ||||
| AudioReceiver | ||||
| PhoneCallAudioSender | ||||
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290