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 dddb259 commit 341cd89Copy full SHA for 341cd89
opentok/opentok.py
@@ -360,8 +360,8 @@ def create_session(
360
situate the session in its global network. If you do not set a location hint,
361
the OpenTok servers will be based on the first client connecting to the session.
362
363
- :param Boolean e2ee: Whether to enable end-to-end encryption for the OpenTok session
364
- (see https://tokbox.com/platform/fallback).
+ :param Boolean e2ee: Whether to enable end-to-end encryption for a routed session
+ (see https://tokbox.com/developer/guides/end-to-end-encryption/).
365
366
:rtype: The Session object. The session_id property of the object is the session ID.
367
"""
0 commit comments