Skip to main content
POST
/
room_join
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully",
  "room_code": "Room123ABC",
  "invite_candidates": [
    123
  ]
}

Body

application/json
user_id
integer
required

ID of the user joining the room.

Example:

201

Response

Room joined/created successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

room_code
string

The code of the room the user joined or created.

Example:

"Room123ABC"

invite_candidates
integer[]

List of user IDs that are available for invitation if a new room was created.