Skip to content

Commit 628c61b

Browse files
committed
Update jupyter.py
1 parent fe23438 commit 628c61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livekit-rtc/livekit/rtc/jupyter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def display_room(url: str, token: str) -> None:
3232
Display a LiveKit room in Jupyter or Google Colab.
3333
3434
Args:
35-
url (str | None): The LiveKit room URL.
36-
token (str | None): The LiveKit join token.
35+
url (str): The LiveKit room URL.
36+
token (str): The LiveKit join token.
3737
"""
3838
display(room_html(url, token))

0 commit comments

Comments
 (0)