Skip to content

Commit c8434b0

Browse files
committed
add audio livestream type
1 parent 90f484c commit c8434b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fishjam/_openapi_client/models/room_config_room_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class RoomConfigRoomType(str, Enum):
55
"""The use-case of the room. If not provided, this defaults to conference."""
66

77
AUDIO_ONLY = "audio_only"
8+
AUDIO_ONLY_LIVESTREAM = "audio_only_livestream"
89
BROADCASTER = "broadcaster"
910
CONFERENCE = "conference"
1011
FULL_FEATURE = "full_feature"

0 commit comments

Comments
 (0)