Skip to content

Commit 204d63a

Browse files
committed
Merge pull request #50 from jeffswartz/issue-47
This fixes #47
2 parents 2634cd1 + fea8c97 commit 204d63a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ as a database).
5757
# Create a session that attempts to send streams directly between clients (falling back
5858
# to use the OpenTok TURN server to relay streams if the clients cannot connect):
5959
session = opentok.create_session()
60+
61+
from opentok import MediaModes
6062
# A session that uses the OpenTok Media Router:
6163
session = opentok.create_session(media_mode=MediaModes.routed)
64+
6265
# A session with a location hint
6366
session = opentok.create_session(location=u'12.34.56.78')
6467

0 commit comments

Comments
 (0)