Conexia Telecom SDK
    Preparing search index...

    Type Alias PresenceStatus

    Represents presence status.

    type PresenceStatus = {
        connected: boolean;
        lastActivityTimestamp?: number;
    }
    Index
    connected: boolean

    Indicates whether user is connected.

    lastActivityTimestamp?: number

    Timestamp of when user was last active.