File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ http://www.pip-installer.org/en/latest/
19
19
Add the ``opentok `` package as a dependency in your project. The most common way is to add it to your
20
20
``requirements.txt `` file::
21
21
22
- opentok>=2.3 .0
22
+ opentok>=2.4 .0
23
23
24
24
Next, install the dependencies::
25
25
@@ -46,9 +46,9 @@ Creating Sessions
46
46
47
47
The create an OpenTok Session, use the ``opentok.create_session() `` method. There are three optional
48
48
keyword parameters for this method: ``location `` which can be set to a string containing an IP
49
- address, ``media_mode `` which is a String (defined by the MediaModes class) and ``archive_mode `` which
49
+ address, ``media_mode `` which is a String (defined by the MediaModes class) and ``archive_mode `` which
50
50
specifies whether the session will be automatically archived (``always ``) or not (``manual ``).
51
- This method returns a ``Session `` object. Its ``session_id `` attribute is useful when saving to a persistent
51
+ This method returns a ``Session `` object. Its ``session_id `` attribute is useful when saving to a persistent
52
52
store (such as a database).
53
53
54
54
.. code :: python
Original file line number Diff line number Diff line change 1
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2
- __version__ = '2.3.1a1 '
2
+ __version__ = '2.4.0 '
You can’t perform that action at this time.
0 commit comments