Skip to main content
POST
create room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Information of room to be created

title
string
required

Room title

Maximum string length: 1000
description
string

Room description

Maximum string length: 5000
thumbnailFileId
string

Thumbnail file ID

Maximum string length: 50
metadata
object

Custom metadata

liveChatEnabled
boolean
default:true

Indicates whether the live channel (chat) is enabled for the room

parentRoomId
string

Optional parent room ID for creating child streams

Maximum string length: 50
type
enum<string>
default:directStreaming

Type of room: directStreaming for single participant streaming, coHosts for multiple participants

Available options:
directStreaming,
coHosts

Response

list of rooms

rooms
object[]
roomChildrens
object[]
users
object[]
files
object[]