@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface PresenceEntry

    interface PresenceEntry {
        data?: Record<string, any>;
        joinedAt: string;
        presenceRef?: string;
        userId: string;
    }
    Index

    Properties

    data?: Record<string, any>
    joinedAt: string
    presenceRef?: string

    Unique per connection/tab — a user may have multiple entries (e.g. tabs).

    userId: string