Skip to content

Commit c871c14

Browse files
committed
Update to version v2.4.0
1 parent f9b2902 commit c871c14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http://www.pip-installer.org/en/latest/
1919
Add 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

2424
Next, install the dependencies::
2525

@@ -46,9 +46,9 @@ Creating Sessions
4646

4747
The create an OpenTok Session, use the ``opentok.create_session()`` method. There are three optional
4848
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
5050
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
5252
store (such as a database).
5353

5454
.. code:: python

opentok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = '2.3.1a1'
2+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)