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/
1919Add the ``opentok `` package as a dependency in your project. The most common way is to add it to your
2020``requirements.txt `` file::
2121
22- opentok>=2.3 .0
22+ opentok>=2.4 .0
2323
2424Next, install the dependencies::
2525
@@ -46,9 +46,9 @@ Creating Sessions
4646
4747The create an OpenTok Session, use the ``opentok.create_session() `` method. There are three optional
4848keyword 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
5050specifies 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
5252store (such as a database).
5353
5454.. code :: python
Original file line number Diff line number Diff line change 11# 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