We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab14ab commit 857e5efCopy full SHA for 857e5ef
1 file changed
janus_client/transport.py
@@ -337,8 +337,8 @@ def create_transport(
337
JanusSession to create the transport automatically.
338
339
Args:
340
- base_url: The base URL of the Janus server. The protocol (ws://, wss://,
341
- http://, https://) determines which transport implementation is used.
+ base_url: The base URL of the Janus server. The protocol determines
+ which transport implementation is used.
342
api_secret: Optional API secret for shared static secret authentication.
343
token: Optional token for shared token-based authentication.
344
config: Additional configuration parameters to pass to the transport
0 commit comments