Interface: RoomConfig
Defined in: fishjam-openapi/dist/index.d.ts:1524
Room configuration
Export​
RoomConfig
Properties​
batchWebhookNotifications?​
optionalbatchWebhookNotifications:boolean
Defined in: fishjam-openapi/dist/index.d.ts:1530
If true, webhook notifications for this room are coalesced into a single NotificationBatch per HTTP send instead of one request per notification. VAD notifications are unaffected.
Memberof​
RoomConfig
maxPeers?​
optionalmaxPeers:null|number
Defined in: fishjam-openapi/dist/index.d.ts:1536
Maximum amount of peers allowed into the room
Memberof​
RoomConfig
public?​
optionalpublic:boolean
Defined in: fishjam-openapi/dist/index.d.ts:1542
True if livestream viewers can omit specifying a token.
Memberof​
RoomConfig
roomType?​
optionalroomType:RoomType
Defined in: fishjam-openapi/dist/index.d.ts:1548
Memberof​
RoomConfig
videoCodec?​
optionalvideoCodec:VideoCodec
Defined in: fishjam-openapi/dist/index.d.ts:1554
Memberof​
RoomConfig
webhookUrl?​
optionalwebhookUrl:null|string
Defined in: fishjam-openapi/dist/index.d.ts:1561
Deprecated: configure the webhook in the Dashboard instead. URL where Fishjam notifications will be sent; overrides the Dashboard-configured webhook URL
Memberof​
RoomConfig