Ozeki VoIP SDK Class library
NoMediaFormatSelected Event
NamespacesOzeki.Media.MediaHandlersPhoneCallAudioSenderNoMediaFormatSelected
Occurs when the [!:PhoneCallMediaSender] could not select the proper MediaFormat. It means the [!:PhoneCallMediaSender] will not send any media data to the attached call.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs> NoMediaFormatSelected
Public Event NoMediaFormatSelected As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ NoMediaFormatSelected {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243