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 f2e68c5 commit e81cc0eCopy full SHA for e81cc0e
fishjam/_openapi_client/models/room_config.py
@@ -16,7 +16,7 @@ class RoomConfig:
16
17
max_peers: Union[Unset, None, int] = UNSET
18
"""Maximum amount of peers allowed into the room"""
19
- public: Union[Unset, None, bool] = UNSET
+ public: Union[Unset, bool] = False
20
"""True if livestream viewers can omit specifying a token."""
21
room_type: Union[Unset, RoomConfigRoomType] = RoomConfigRoomType.CONFERENCE
22
"""The use-case of the room. If not provided, this defaults to conference."""
0 commit comments