We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GET /api/room
Response:
[ { roomId: string, roomName: string, participants: int } ]
GET /api/room/accountId/{accountId}
POST /api/room/accountId/{accountId}
Request Body:
{ roomName: string }
{ roomId: string }
There was an error while loading. Please reload this page.