CallService Events |
The CallService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveCallChanged |
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.
|
![]() | CallAcceptRequested |
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).
|
![]() | CallCreated |
Called when a call is created by the client.
|
![]() | CallRemoved |
Called when a call has been removed.
|
![]() | CallServiceCapabilityChanged |
Occurs when there is changes in the capability of call service.
|
![]() | CallStartRequested |
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).
|
![]() | IncomingCallReceived |
Occurs when an incoming call is received.
|
![]() | IncomingCallUndelivered |
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.
|