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 fe23438 commit 628c61bCopy full SHA for 628c61b
livekit-rtc/livekit/rtc/jupyter.py
@@ -32,7 +32,7 @@ def display_room(url: str, token: str) -> None:
32
Display a LiveKit room in Jupyter or Google Colab.
33
34
Args:
35
- url (str | None): The LiveKit room URL.
36
- token (str | None): The LiveKit join token.
+ url (str): The LiveKit room URL.
+ token (str): The LiveKit join token.
37
"""
38
display(room_html(url, token))
0 commit comments