CallStatus Enumeration |
Namespace: WebexSDK
public enum CallStatus
| Member name | Value | Description | |
|---|---|---|---|
| Initiated | 0 | For the outgoing call, the call has dialed. For the incoming call, the call has received. | |
| Ringing | 1 | For the outgoing call, the call is ringing the remote party. For the incoming call, the call is ringing the local party. | |
| Connected | 2 | The call is answered. | |
| Disconnected | 3 | The call is terminated. |