We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6093e00 commit e94e6e7Copy full SHA for e94e6e7
fishjam/_openapi_client/models/room_config_room_type.py
@@ -5,6 +5,7 @@ class RoomConfigRoomType(str, Enum):
5
"""The use-case of the room. If not provided, this defaults to conference."""
6
7
AUDIO_ONLY = "audio_only"
8
+ AUDIO_ONLY_LIVESTREAM = "audio_only_livestream"
9
BROADCASTER = "broadcaster"
10
CONFERENCE = "conference"
11
FULL_FEATURE = "full_feature"
0 commit comments