/ fm / liveswitch / InvitationState
Enumeration: InvitationState
fm.liveswitch.InvitationState
The invite feedback states.
Table of contents
Enumeration members
- Accepted
- AlreadyInvited
- Busy
- Cancelled
- Cancelling
- Invalid
- NoResponse
- NotFound
- Pending
- Proceeding
- Rejected
- Sent
- Unknown
Enumeration members
Accepted
• Accepted: = 8
Gets the state for "accepted". This state is for when the invitation was accepted.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:63
AlreadyInvited
• AlreadyInvited: = 13
Gets the state for "alreadyInvited". This state is when another invite for the same user id, protocol, and channel already exists.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:98
Busy
• Busy: = 10
Gets the state for "busy". This state is for when the invited user signals they are busy.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:77
Cancelled
• Cancelled: = 5
Gets the state for "canceled". This state is for when the invite has been canceled.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:42
Cancelling
• Cancelling: = 6
Gets the state for "cancelling". This state is for when the invite is in the process of being cancelled. May fail due to timing.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:49
Invalid
• Invalid: = 12
Gets the state for "invalid". This state is when the invitation cannot be processed.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:91
NoResponse
• NoResponse: = 11
Gets the state for "noResponse". This state is for when the invitation did not receive a response.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:84
NotFound
• NotFound: = 9
Gets the state for "notFound". This state is for when the invited user id cannot be found.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:70
Pending
• Pending: = 2
Gets the state for "pending". This state is for when no feedback has been received yet.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:21
Proceeding
• Proceeding: = 3
Gets the state for "proceeding". This state is for when we are waiting for the invited party to respond.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:28
Rejected
• Rejected: = 7
Gets the state for "rejected". This state is for when the invitation was explicitly rejected.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:56
Sent
• Sent: = 4
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.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:35
Unknown
• Unknown: = 1
Gets the unknown state.
Defined in: Generated/TypeScript/fm.liveswitch/InvitationState.ts:14