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 99535df commit 435d122Copy full SHA for 435d122
README.rst
@@ -62,7 +62,9 @@ keyword parameters for this method:
62
* ``archive_mode`` which specifies whether the session will be automatically archived (``always``)
63
or not (``manual``).
64
65
-* ``e2ee`` which is a boolean. This specifies whether to enable end-to-end encryption for the OpenTok session.
+* ``e2ee`` which is a boolean. This specifies whether to enable
66
+`end-to-end encryption <https://tokbox.com/developer/guides/end-to-end-encryption/>`_
67
+for the OpenTok session.
68
69
This method returns a ``Session`` object. Its ``session_id`` attribute is useful when saving to a persistent
70
store (such as a database).
0 commit comments