File tree Expand file tree Collapse file tree 2 files changed +175
-238
lines changed Expand file tree Collapse file tree 2 files changed +175
-238
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Import the package at the top of any file where you will use it. At the very lea
48
48
Creating Sessions
49
49
~~~~~~~~~~~~~~~~~
50
50
51
- To create an OpenTok Session, use the ``opentok.create_session() `` method. There are three optional
51
+ To create an OpenTok Session, use the ``opentok.create_session() `` method. There are optional
52
52
keyword parameters for this method:
53
53
54
54
* ``location `` which can be set to a string containing an IP address.
@@ -62,6 +62,8 @@ keyword parameters for this method:
62
62
* ``archive_mode `` which specifies whether the session will be automatically archived (``always ``)
63
63
or not (``manual ``).
64
64
65
+ * ``e2ee `` which is a boolean. This specifies whether to enable end-to-end encryption for the OpenTok session.
66
+
65
67
This method returns a ``Session `` object. Its ``session_id `` attribute is useful when saving to a persistent
66
68
store (such as a database).
67
69
You can’t perform that action at this time.
0 commit comments