Skip to content

Commit 092bae0

Browse files
Forward argument
1 parent f3efe1c commit 092bae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fishjam/api/_fishjam_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def create_room(self, options: RoomOptions | None = None) -> Room:
125125
video_codec=codec,
126126
webhook_url=options.webhook_url,
127127
room_type=RoomConfigRoomType(options.room_type),
128+
public=options.public,
128129
)
129130

130131
room = cast(

0 commit comments

Comments
 (0)