Skip to content

Web-500 — Add User Presence - #140

Merged
wisc-gmv merged 4 commits into
masterfrom
feature/WEB-500-add-presence
Sep 1, 2026
Merged

Web-500 — Add User Presence#140
wisc-gmv merged 4 commits into
masterfrom
feature/WEB-500-add-presence

Conversation

@wisc-gmv

Copy link
Copy Markdown
Contributor

A real time context that can be used to subscribe to user Presence in in Track-API.

Example usage:

const end = await customer.realTime().presence()
    .on('update', onUpdate)
    .on('delete', onDelete)
    .start();

// Unsubscribe
end();

@chrishighet chrishighet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@wisc-gmv
wisc-gmv merged commit ea2df35 into master Sep 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants