@@ -11,7 +11,7 @@ The OpenTok Python SDK lets you generate
11
11
applications, and `archive <http://www.tokbox.com/platform/archiving >`_ Opentok 2.0 sessions.
12
12
13
13
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 >`_.
15
15
16
16
Installation using Pip (recommended):
17
17
-------------------------------------
@@ -177,19 +177,24 @@ Release Notes
177
177
See the `Releases <https://github.com/opentok/Opentok-Python-SDK/releases >`_ page for details about
178
178
each release.
179
179
180
- Important changes in v2.2
181
- -------------------------
180
+ Important changes since v2.2
181
+ ----------------------------
182
182
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: **
185
184
186
- The OpenTok.create_session() method now includes a media_mode parameter, instead of a p2p parameter.
187
185
The default setting for the create_session() method is to create a session with the media mode set
188
186
to relayed. In previous versions of the SDK, the default setting was to use the OpenTok Media Router
189
187
(media mode set to routed). In a relayed session, clients will attempt to send streams directly
190
188
between each other (peer-to-peer); if clients cannot connect due to firewall restrictions, the
191
189
session uses the OpenTok TURN server to relay audio-video streams.
192
190
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
+
193
198
For details, see the reference documentation at
194
199
<http://www.tokbox.com/opentok/libraries/server/python/reference/index.html>.
195
200
0 commit comments