Skip to content

Commit f48ab50

Browse files
authored
FCE-2025 add audio only livestream prop (#202)
## Description Adds audio only livestream type. ## Motivation and Context Allows for creating audio only livestreams. ## Documentation impact - [ ] Documentation update required - [ ] Documentation updated [in another PR](_) - [x] No documentation update required ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1 parent 6a8c5f4 commit f48ab50

File tree

1 file changed

+2
-1
lines changed
  • packages/fishjam-openapi/src/generated

1 file changed

+2
-1
lines changed

packages/fishjam-openapi/src/generated/api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ export const RoomConfigRoomTypeEnum = {
367367
AudioOnly: 'audio_only',
368368
Broadcaster: 'broadcaster',
369369
Livestream: 'livestream',
370-
Conference: 'conference'
370+
Conference: 'conference',
371+
AudioOnlyLivestream: 'audio_only_livestream'
371372
} as const;
372373

373374
export type RoomConfigRoomTypeEnum = typeof RoomConfigRoomTypeEnum[keyof typeof RoomConfigRoomTypeEnum];

0 commit comments

Comments
 (0)