Enum DisconnectReason
public enum DisconnectReason
- Extension Methods
Fields
AgentError = 16ClientInitiated = 1the client initiated the disconnect
ConnectionTimeout = 14DuplicateIdentity = 2another participant with the same identity has joined the room
JoinFailure = 7client was unable to connect fully
MediaFailure = 15Migration = 8Cloud-only, the server requested Participant to migrate the connection elsewhere
ParticipantRemoved = 4RoomService.RemoveParticipant was called
RoomClosed = 10the room was closed, due to all Standard and Ingress participants having left
RoomDeleted = 5RoomService.DeleteRoom was called
ServerShutdown = 3the server instance is shutting down
SignalClose = 9the signal websocket was closed unexpectedly
SipTrunkFailure = 13SIP protocol failure or unexpected response
StateMismatch = 6the client is attempting to resume a session, but server is not aware of it
UnknownReason = 0UserRejected = 12SIP callee rejected the call (busy)
SIP callee did not respond in time