We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2634cd1 + fea8c97 commit 204d63aCopy full SHA for 204d63a
README.rst
@@ -57,8 +57,11 @@ as a database).
57
# Create a session that attempts to send streams directly between clients (falling back
58
# to use the OpenTok TURN server to relay streams if the clients cannot connect):
59
session = opentok.create_session()
60
+
61
+ from opentok import MediaModes
62
# A session that uses the OpenTok Media Router:
63
session = opentok.create_session(media_mode=MediaModes.routed)
64
65
# A session with a location hint
66
session = opentok.create_session(location=u'12.34.56.78')
67
0 commit comments