Skip to content

Commit d5280d3

Browse files
committed
add the type to allowed type list
1 parent c8434b0 commit d5280d3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

fishjam/api/_fishjam_client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ class RoomOptions:
6767
webhook_url: str | None = None
6868
"""URL where Fishjam notifications will be sent"""
6969
room_type: Literal[
70-
"conference", "audio_only", "livestream", "full_feature", "broadcaster"
70+
"conference",
71+
"audio_only",
72+
"livestream",
73+
"full_feature",
74+
"broadcaster",
75+
"audio_only_livestream",
7176
] = "conference"
7277
"""The use-case of the room. If not provided, this defaults to conference."""
7378
public: bool = False

0 commit comments

Comments
 (0)