IInviteManagerBeginCallIndication Event |
Sends a notification that the user wants to start the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler BeginCallIndication
Event BeginCallIndication As EventHandler
event EventHandler^ BeginCallIndication {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract BeginCallIndication : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also