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