Skip to content

Commit 4b13682

Browse files
committed
fix too long lines
1 parent 8da05f9 commit 4b13682

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

fishjam/api/_fishjam_client.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ class RoomOptions:
7575
max_peers: Maximum amount of peers allowed into the room.
7676
video_codec: Enforces video codec for each peer in the room.
7777
webhook_url: URL where Fishjam notifications will be sent.
78-
room_type: The use-case of the room. If not provided, this defaults to conference.
78+
room_type: The use-case of the room. If not provided, this defaults
79+
to conference.
7980
public: True if livestream viewers can omit specifying a token.
8081
"""
8182

@@ -200,7 +201,8 @@ def create_agent(self, room_id: str, options: AgentOptions | None = None):
200201
options: Configuration options for the agent. Defaults to None.
201202
202203
Returns:
203-
Agent: The created agent instance initialized with peer ID, room ID, token, and Fishjam URL.
204+
Agent: The created agent instance initialized with peer ID, room ID, token,
205+
and Fishjam URL.
204206
"""
205207
options = options or AgentOptions()
206208
body = AddPeerBody(

0 commit comments

Comments
 (0)