Room Exists
Check if a room is currently live or not
Check if a room is currently live or not
Query Parameters
Name
Type
Description
{
code: 200,
msg: 'success',
rooms: [
{
alive: true,
room_id: 0,
room_id_str: '0'
}
],
}{
code: 400,
msg: 'Invalid parameters'
}Last updated