Skip to content

Commit 7c57726

Browse files
committed
Docs corrections for broken URLs.
1 parent fbab732 commit 7c57726

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The OpenTok Java SDK lets you generate
66
[sessions](http://tokbox.com/opentok/tutorials/create-session/) and
77
[tokens](http://tokbox.com/opentok/tutorials/create-token/) for [OpenTok](http://www.tokbox.com/)
88
applications that run on the JVM. The SDK also includes support for working with
9-
[OpenTok archives](http://tokbox.com/#archiving).
9+
[OpenTok archives](http://tokbox.com/opentok/tutorials/archiving).
1010

1111
If you are updating from a previous version of this SDK, see
1212
[Important changes since v2.2.0](#important-changes-since-v220).

docs/com/opentok/SessionProperties.Builder.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h4>mediaMode</h4>
234234
streams.
235235

236236
<p>
237-
The <a href="http://tokbox.com/#multiparty" target="_top">OpenTok Media Router</a>
237+
The <a href="https://tokbox.com/opentok/tutorials/create-session/#media-mode" target="_top">OpenTok Media Router</a>
238238
provides the following benefits:
239239

240240
<ul>
@@ -243,13 +243,13 @@ <h4>mediaMode</h4>
243243
each client must send a separate audio-video stream to each client subscribing to
244244
it.)</li>
245245
<li>The OpenTok Media Router can improve the quality of the user experience through
246-
<a href="http://tokbox.com/#iqc" target="_top">Intelligent Quality Control</a>. With
247-
Intelligent Quality Control, if a client's connectivity degrades to a degree that
246+
<a href="https://tokbox.com/platform/fallback" target="_top">audio fallback and video
247+
recovery</a>. With these features, if a client's connectivity degrades to a degree that
248248
it does not support video for a stream it's subscribing to, the video is dropped on
249249
that client (without affecting other clients), and the client receives audio only.
250250
If the client's connectivity improves, the video returns.</li>
251251
<li>The OpenTok Media Router supports the
252-
<a href="http://tokbox.com/#archiving" target="_top">archiving and playback</a>
252+
<a href="http://tokbox.com/opentok/tutorials/archiving" target="_top">archiving</a>
253253
feature, which lets you record, save, and retrieve OpenTok sessions.</li>
254254
</ul></div>
255255
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mediaMode</code> - Set to a value defined in the <a href="../../com/opentok/MediaMode.html" title="enum in com.opentok"><code>MediaMode</code></a> enum.</dd>

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,23 @@ public Builder location(String location) throws InvalidArgumentException {
7373
* streams.
7474
*
7575
* <p>
76-
* The <a href="http://tokbox.com/#multiparty" target="_top">OpenTok Media Router</a>
77-
* provides the following benefits:
76+
* The
77+
* <a href="https://tokbox.com/opentok/tutorials/create-session/#media-mode" target="_top">
78+
* OpenTok Media Router</a> provides the following benefits:
7879
*
7980
* <ul>
8081
* <li>The OpenTok Media Router can decrease bandwidth usage in multiparty sessions.
8182
* (When the <code>mediaMode</code> property is set to <code>MediaMode.RELAYED</code>,
8283
* each client must send a separate audio-video stream to each client subscribing to
8384
* it.)</li>
8485
* <li>The OpenTok Media Router can improve the quality of the user experience through
85-
* <a href="http://tokbox.com/#iqc" target="_top">Intelligent Quality Control</a>. With
86-
* Intelligent Quality Control, if a client's connectivity degrades to a degree that
86+
* <a href="https://tokbox.com/platform/fallback" target="_top">audio fallback and video
87+
* recovery</a>. With these features, if a client's connectivity degrades to a degree that
8788
* it does not support video for a stream it's subscribing to, the video is dropped on
8889
* that client (without affecting other clients), and the client receives audio only.
8990
* If the client's connectivity improves, the video returns.</li>
9091
* <li>The OpenTok Media Router supports the
91-
* <a href="http://tokbox.com/#archiving" target="_top">archiving and playback</a>
92+
* <a href="http://tokbox.com/opentok/tutorials/archiving" target="_top">archiving</a>
9293
* feature, which lets you record, save, and retrieve OpenTok sessions.</li>
9394
* </ul>
9495
*

0 commit comments

Comments
 (0)