Enum InvitationState
The invite feedback states.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum InvitationState : int
Fields
| Name | Description |
|---|---|
| Accepted | Gets the state for "accepted". This state is for when the invitation was accepted. |
| AlreadyInvited | Gets the state for "alreadyInvited". This state is when another invite for the same user id, protocol, and channel already exists. |
| Busy | Gets the state for "busy". This state is for when the invited user signals they are busy. |
| Cancelled | Gets the state for "canceled". This state is for when the invite has been canceled. |
| Cancelling | Gets the state for "cancelling". This state is for when the invite is in the process of being cancelled. May fail due to timing. |
| Invalid | Gets the state for "invalid". This state is when the invitation cannot be processed. |
| NoResponse | Gets the state for "noResponse". This state is for when the invitation did not receive a response. |
| NotFound | Gets the state for "notFound". This state is for when the invited user id cannot be found. |
| Pending | Gets the state for "pending". This state is for when no feedback has been received yet. |
| Proceeding | Gets the state for "proceeding". This state is for when we are waiting for the invited party to respond. |
| Rejected | Gets the state for "rejected". This state is for when the invitation was explicitly rejected. |
| Sent | Gets the state for "sent". This state is for when the invite is sent in a way that does not allow feedback to be returned. |
| Unknown | Gets the unknown state. |