Skip to content

Instantly share code, notes, and snippets.

@thisisjofrank
Created April 22, 2022 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thisisjofrank/b4fa07a08c35fc1255ae6b27c1eb1b56 to your computer and use it in GitHub Desktop.
Save thisisjofrank/b4fa07a08c35fc1255ae6b27c1eb1b56 to your computer and use it in GitHub Desktop.
swarm.onSwarmPresenceChanged = (members: Types.PresenceMessage[]) => {
presenceUi.innerText = JSON.stringify(members);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment