• List the other users currently present in the room.

    Returns RemoteUser[]

    A snapshot array of the remote users; empty when none are present.

    Example

    import { list } from "@urth/metatell-sdk/users";

    for (const u of list()) console.log(u.profile.displayName);