Click or drag to resize

CallService Events

The CallService type exposes the following members.

Events
  NameDescription
Public eventActiveCallChanged
Called when a there is change in active call. An active call is local and in established state. The active call is null if there is no call, or if all calls are in held state.
Public eventCallAcceptRequested
Occurs when the application is informed of an incoming video call answer request from a third-party call control application or from the user's other endpoint which is controlling this application instance in Shared Control mode (see EnableAsControlledEndpoint).
Public eventCallCreated
Called when a call is created by the client.
Public eventCallRemoved
Called when a call has been removed.
Public eventCallServiceCapabilityChanged
Occurs when there is changes in the capability of call service.
Public eventCallStartRequested
Occurs when the application is informed of a new video call creation request from a third-party call control application or from the user's other endpoint which is controlling this application instance in Shared Control mode (see EnableAsControlledEndpoint).
Public eventIncomingCallReceived
Occurs when an incoming call is received.
Public eventIncomingCallUndelivered
Occurs when the user is informed of an incoming call that was not delivered to the local application due to an active server feature, such as call forwarding or send all calls.
Top
See Also