Skip to content

Commit 857e5ef

Browse files
committed
update transport.py docs
1 parent 4ab14ab commit 857e5ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

janus_client/transport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ def create_transport(
337337
JanusSession to create the transport automatically.
338338
339339
Args:
340-
base_url: The base URL of the Janus server. The protocol (ws://, wss://,
341-
http://, https://) determines which transport implementation is used.
340+
base_url: The base URL of the Janus server. The protocol determines
341+
which transport implementation is used.
342342
api_secret: Optional API secret for shared static secret authentication.
343343
token: Optional token for shared token-based authentication.
344344
config: Additional configuration parameters to pass to the transport

0 commit comments

Comments
 (0)