Skip to content

Commit e81cc0e

Browse files
Update openapi
1 parent f2e68c5 commit e81cc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fishjam/_openapi_client/models/room_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class RoomConfig:
1616

1717
max_peers: Union[Unset, None, int] = UNSET
1818
"""Maximum amount of peers allowed into the room"""
19-
public: Union[Unset, None, bool] = UNSET
19+
public: Union[Unset, bool] = False
2020
"""True if livestream viewers can omit specifying a token."""
2121
room_type: Union[Unset, RoomConfigRoomType] = RoomConfigRoomType.CONFERENCE
2222
"""The use-case of the room. If not provided, this defaults to conference."""

0 commit comments

Comments
 (0)