File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,11 @@ This version of the SDK includes support for working with OpenTok 2.0 archives.
184
184
work with OpenTok 1.0 archives.)
185
185
186
186
The OpenTok.create_session() method now includes a media_mode parameter, instead of a p2p parameter.
187
+ The default setting for the create_session() method is to create a session with the media mode set
188
+ to relayed. In previous versions of the SDK, the default setting was to use the OpenTok Media Router
189
+ (media mode set to routed). In a relayed session, clients will attempt to send streams directly
190
+ between each other (peer-to-peer); if clients cannot connect due to firewall restrictions, the
191
+ session uses the OpenTok TURN server to relay audio-video streams.
187
192
188
193
For details, see the reference documentation at
189
194
<http://www.tokbox.com/opentok/libraries/server/python/reference/index.html>.
You can’t perform that action at this time.
0 commit comments