AbstractCallLegInvite_BeginCallIndication Method |
Starting session from call
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual void Invite_BeginCallIndication(
Object sender,
EventArgs e
)
Protected Overridable Sub Invite_BeginCallIndication (
sender As Object,
e As EventArgs
)
protected:
virtual void Invite_BeginCallIndication(
Object^ sender,
EventArgs^ e
)
abstract Invite_BeginCallIndication :
sender : Object *
e : EventArgs -> unit
override Invite_BeginCallIndication :
sender : Object *
e : EventArgs -> unit
Parameters
- sender
- Type: SystemObject
- e
- Type: SystemEventArgs
See Also