We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f484c commit c8434b0Copy full SHA for c8434b0
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