Skip to content

Commit 341cd89

Browse files
authored
Minor docs edits
1 parent dddb259 commit 341cd89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentok/opentok.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ def create_session(
360360
situate the session in its global network. If you do not set a location hint,
361361
the OpenTok servers will be based on the first client connecting to the session.
362362
363-
:param Boolean e2ee: Whether to enable end-to-end encryption for the OpenTok session
364-
(see https://tokbox.com/platform/fallback).
363+
:param Boolean e2ee: Whether to enable end-to-end encryption for a routed session
364+
(see https://tokbox.com/developer/guides/end-to-end-encryption/).
365365
366366
:rtype: The Session object. The session_id property of the object is the session ID.
367367
"""

0 commit comments

Comments
 (0)