Skip to content

Commit

Permalink
simulcast の枝を生やす
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 16, 2024
1 parent cebeee2 commit dae1392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(
self,
signaling_urls: list[str],
channel_id: str,
simulcast: Optional[bool] = None,
metadata: Optional[dict[str, Any]] = None,
audio: Optional[bool] = None,
video: Optional[bool] = None,
Expand Down Expand Up @@ -57,6 +58,7 @@ def __init__(
signaling_urls=signaling_urls,
role=self.role,
channel_id=channel_id,
simulcast=simulcast,
metadata=metadata,
audio=audio,
video=video,
Expand Down

0 comments on commit dae1392

Please sign in to comment.