IInviteManagerBeginCallIndication Event |
Sends a notification that the user wants to start the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.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
EventHandler
See Also