Ozeki VoIP SDK Class library
NoMediaFormatSelected Event
NamespacesOzeki.Media.MediaHandlersPhoneCallVideoSenderNoMediaFormatSelected
Occurs when the PhoneCallVideoSender could not select the proper MediaFormat. It means the PhoneCallVideoSender 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);
}
Value
EventHandler<(Of <(<'EventArgs>)>)>

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.3.502