ICallMediaManagerMediaDescriptionChanged Event |
Occurs when the media description of the call has changed (eg. new media channel has been added or simply put the other party the call on hold).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<MediaDescriptionChangeEventArgs> MediaDescriptionChanged
Event MediaDescriptionChanged As EventHandler(Of MediaDescriptionChangeEventArgs)
event EventHandler<MediaDescriptionChangeEventArgs^>^ MediaDescriptionChanged {
void add (EventHandler<MediaDescriptionChangeEventArgs^>^ value);
void remove (EventHandler<MediaDescriptionChangeEventArgs^>^ value);
}
abstract MediaDescriptionChanged : IEvent<EventHandler<MediaDescriptionChangeEventArgs>,
MediaDescriptionChangeEventArgs>
Value
Type:
SystemEventHandlerMediaDescriptionChangeEventArgsSee Also