room::info

Return a list of users in room.

{
    "method": "room::info",
    "file": <path>,
}
  • file is the path to the file you want to delete.
Example response
{
    "method": "room::info",
    "clients": [{
          "username": <string>,
          "path": <string>,
          "point": <number>,
          "region_beg": <number>,
          "region_end": <number>,
          "color_cursor": <color>,
          "color_region": <color>,
      },
      ...
    ],
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)