Skip to content

Commit 9207e56

Browse files
committed
Docs correction.
1 parent 8b6b035 commit 9207e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ which you use to identify the session in the OpenTok client libraries.
6868
// Create a session that attempts to use peer-to-peer streaming:
6969
$session = $openTok->createSession();
7070
// A session that uses the OpenTok Media Router:
71-
$session = $openTok->createSession(array( 'mediaMode' => MediaMode::RELAYED ));
71+
$session = $openTok->createSession(array( 'mediaMode' => MediaMode::ROUTED ));
7272
// A session with a location hint:
7373
$session = $openTok->createSession(array( 'location' => '12.34.56.78' ));
7474

0 commit comments

Comments
 (0)