Enum ConferenceState
ConferenceState is used to indicate the current state of a conference.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum ConferenceState
Fields
| Name | Description |
|---|---|
| Created | Conference was created on the server.
|
| CreationFailed | Conference creation failed.
|
| CreationPending | One creation request was sent to the server.
|
| Deleted | Conference was deleted on the server.
|
| Instantiated | Conference is now instantiated on local.
|
| None | Initial state.
|
| Terminated | Conference exists on server but not in local.
|
| TerminationFailed | Conference termination failed.
|
| TerminationPending | Wait for conference termination.
|