List the other users currently present in the room.
A snapshot array of the remote users; empty when none are present.
import { list } from "@urth/metatell-sdk/users";for (const u of list()) console.log(u.profile.displayName); Copy
import { list } from "@urth/metatell-sdk/users";for (const u of list()) console.log(u.profile.displayName);
List the other users currently present in the room.