Skip to main content
Version: v1.19.0

StageLeftReason

Reasons the stage was disconnected.

Enumeration Members

PARTICIPANT_DISCONNECTED

PARTICIPANT_DISCONNECTED: "participant-disconnected"

This token was disconnected by the DisconnectParticipant API. This token can no longer be used.


STAGE_DELETED

STAGE_DELETED: "stage-deleted"

The stage the token was tied to was deleted. This token can no longer be used.


TOKEN_REUSED

TOKEN_REUSED: "token-reused"

Token was reused by another stage instance and this instance was disconnected. A token cannot be used to maintain more than one connection to a stage at once.


UNKNOWN

UNKNOWN: "unknown"

Unknown reason, usually due to the server explicitly disconnecting the connection.


USER_INITIATED

USER_INITIATED: "user-initiated"

Explicit invocation of leave() by the client.