Skip to content

Commit 17951aa

Browse files
committed
revisions to readme file.
1 parent d6f8ae7 commit 17951aa

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The OpenTok Python SDK lets you generate
1111
applications, and `archive <http://www.tokbox.com/platform/archiving>`_ Opentok 2.0 sessions.
1212

1313
If you are updating from a previous version of this SDK, see
14-
`Important changes in v2.2 <#important-changes-in-v22>`_.
14+
`Important changes since v2.2.0 <#important-changes-since-v220>`_.
1515

1616
Installation using Pip (recommended):
1717
-------------------------------------
@@ -177,19 +177,24 @@ Release Notes
177177
See the `Releases <https://github.com/opentok/Opentok-Python-SDK/releases>`_ page for details about
178178
each release.
179179

180-
Important changes in v2.2
181-
-------------------------
180+
Important changes since v2.2
181+
----------------------------
182182

183-
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
184-
work with OpenTok 1.0 archives.)
183+
**Changes in v2.2.1:**
185184

186-
The OpenTok.create_session() method now includes a media_mode parameter, instead of a p2p parameter.
187185
The default setting for the create_session() method is to create a session with the media mode set
188186
to relayed. In previous versions of the SDK, the default setting was to use the OpenTok Media Router
189187
(media mode set to routed). In a relayed session, clients will attempt to send streams directly
190188
between each other (peer-to-peer); if clients cannot connect due to firewall restrictions, the
191189
session uses the OpenTok TURN server to relay audio-video streams.
192190

191+
**Changes in v2.2.0:**
192+
193+
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
194+
work with OpenTok 1.0 archives.)
195+
196+
The OpenTok.create_session() method now includes a media_mode parameter, instead of a p2p parameter.
197+
193198
For details, see the reference documentation at
194199
<http://www.tokbox.com/opentok/libraries/server/python/reference/index.html>.
195200

0 commit comments

Comments
 (0)