@livekit/rtc-node
    Preparing search index...

    Enumeration DisconnectReason

    from enum livekit.proto.DisconnectReason

    Index

    Enumeration Members

    CLIENT_INITIATED: 1

    the client initiated the disconnect

    from enum value: CLIENT_INITIATED = 1;

    CONNECTION_TIMEOUT: 14

    from enum value: CONNECTION_TIMEOUT = 14;

    DUPLICATE_IDENTITY: 2

    another participant with the same identity has joined the room

    from enum value: DUPLICATE_IDENTITY = 2;

    JOIN_FAILURE: 7

    client was unable to connect fully

    from enum value: JOIN_FAILURE = 7;

    MEDIA_FAILURE: 15

    from enum value: MEDIA_FAILURE = 15;

    MIGRATION: 8

    Cloud-only, the server requested Participant to migrate the connection elsewhere

    from enum value: MIGRATION = 8;

    PARTICIPANT_REMOVED: 4

    RoomService.RemoveParticipant was called

    from enum value: PARTICIPANT_REMOVED = 4;

    ROOM_CLOSED: 10

    the room was closed, due to all Standard and Ingress participants having left

    from enum value: ROOM_CLOSED = 10;

    ROOM_DELETED: 5

    RoomService.DeleteRoom was called

    from enum value: ROOM_DELETED = 5;

    SERVER_SHUTDOWN: 3

    the server instance is shutting down

    from enum value: SERVER_SHUTDOWN = 3;

    SIGNAL_CLOSE: 9

    the signal websocket was closed unexpectedly

    from enum value: SIGNAL_CLOSE = 9;

    SIP_TRUNK_FAILURE: 13

    SIP protocol failure or unexpected response

    from enum value: SIP_TRUNK_FAILURE = 13;

    STATE_MISMATCH: 6

    the client is attempting to resume a session, but server is not aware of it

    from enum value: STATE_MISMATCH = 6;

    UNKNOWN_REASON: 0

    from enum value: UNKNOWN_REASON = 0;

    USER_REJECTED: 12

    SIP callee rejected the call (busy)

    from enum value: USER_REJECTED = 12;

    USER_UNAVAILABLE: 11

    SIP callee did not respond in time

    from enum value: USER_UNAVAILABLE = 11;