Skip to content

Commit 01305d0

Browse files
committed
Docs edits.
1 parent 91d6f4b commit 01305d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/opentok/SessionProperties.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ public Builder location(String location) throws InvalidArgumentException {
7272
* it does not support video for a stream it's subscribing to, the video is dropped on
7373
* that client (without affecting other clients), and the client receives audio only.
7474
* If the client's connectivity improves, the video returns.</li>
75+
* <li>The OpenTok Media Router supports the
76+
* <a href="http://tokbox.com/#archiving" target="_top">archiving and playback</a>
77+
* feature, which lets you record, save, and retrieve OpenTok sessions</li>
7578
* </ul>
7679
*
7780
* <p>
@@ -86,7 +89,7 @@ public Builder location(String location) throws InvalidArgumentException {
8689
*
8790
* @param mediaMode Set to a value defined in the {@link MediaMode} enum.
8891
*
89-
* @return The SessionProperties.Builder object with the peer-to-peer setting.
92+
* @return The SessionProperties.Builder object with the media mode setting.
9093
*/
9194
public Builder mediaMode(MediaMode mediaMode) {
9295
this.mediaMode = mediaMode;

0 commit comments

Comments
 (0)