File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ as a database).
55
55
56
56
.. code :: python
57
57
58
- # Just a plain Session:
59
- session = opentok.create_session()
60
- # A Session that attempts to send streams directly between clients (falling back
58
+ # Create a session that attempts to send streams directly between clients (falling back
61
59
# to use the OpenTok TURN server to relay streams if the clients cannot connect):
60
+ session = opentok.create_session()
61
+ # A session that uses the OpenTok Media Router:
62
62
session = opentok.create_session(media_mode = MediaModes.relayed)
63
- # A Session with a location hint
63
+ # A session with a location hint
64
64
session = opentok.create_session(location = u ' 12.34.56.78' )
65
65
66
66
# Store this session ID in the database
You can’t perform that action at this time.
0 commit comments