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",
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.