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 d65aa83 commit 70ff535Copy full SHA for 70ff535
examples/selective_subscription/selective_subscription/room_service.py
@@ -8,7 +8,9 @@
8
9
class RoomService:
10
def __init__(self):
11
- self.fishjam = FishjamClient(fishjam_id=FISHJAM_ID, management_token=FISHJAM_TOKEN)
+ self.fishjam = FishjamClient(
12
+ fishjam_id=FISHJAM_ID, management_token=FISHJAM_TOKEN
13
+ )
14
self.room = self.fishjam.create_room(
15
RoomOptions(max_peers=10, room_type="conference")
16
)
0 commit comments