SessionInviteManagerBeginCallIndication Event |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public event EventHandler BeginCallIndication
Public Event BeginCallIndication As EventHandler
public:
virtual event EventHandler^ BeginCallIndication {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract BeginCallIndication : IEvent<EventHandler,
EventArgs>
override BeginCallIndication : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerImplements
IInviteManagerBeginCallIndicationSee Also