@yorkie-js/sdk
    Preparing search index...

    Enumeration ChannelEventType

    ChannelEventType represents the type of channel event.

    Index

    Enumeration Members

    AuthError: "auth-error"

    AuthError means that an authentication error has occurred.

    Broadcast: "broadcast"

    Broadcast means that a broadcast message has been received.

    Initialized: "initialized"

    Initialized means that the presence watch has been initialized.

    LocalBroadcast: "local-broadcast"

    LocalBroadcast means that a broadcast message has been sent by the local client.

    PresenceChanged: "presence-changed"

    Changed means that the presence has changed.

    SyncError: "sync-error"

    SyncError means that a non-recoverable sync (RefreshChannel) error occurred. Subscribers can use this to render an error state in the UI without polling internal SDK state. The SDK still retries via its sync loop, so subsequent successful events (PresenceChanged/Initialized) can be treated as recovery.