Skip to content

Commit c3cc395

Browse files
committed
Merge pull request #63 from jeffswartz/archiving_updates_docs
Docs corrections for broken URLs.
2 parents f44fff8 + e833805 commit c3cc395

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenTok Python SDK
88
The OpenTok Python SDK lets you generate
99
`sessions <http://tokbox.com/opentok/tutorials/create-session/>`_ and
1010
`tokens <http://tokbox.com/opentok/tutorials/create-token/>`_ for `OpenTok <http://www.tokbox.com/>`_
11-
applications, and `archive <http://www.tokbox.com/platform/archiving>`_ Opentok 2.0 sessions.
11+
applications, and `archive <http://www.tokbox.com/platform/archiving>`_ OpenTok sessions.
1212

1313
If you are updating from a previous version of this SDK, see "Important changes since v2.2.0" below.
1414

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>OpenTok Python SDK<a class="headerlink" href="#opentok-python-sdk" title="Pe
5050
<p>The OpenTok Python SDK lets you generate
5151
<a class="reference external" href="http://tokbox.com/opentok/tutorials/create-session/">sessions</a> and
5252
<a class="reference external" href="http://tokbox.com/opentok/tutorials/create-token/">tokens</a> for <a class="reference external" href="http://www.tokbox.com/">OpenTok</a>
53-
applications, and <a class="reference external" href="http://www.tokbox.com/platform/archiving">archive</a> Opentok 2.0 sessions.</p>
53+
applications, and <a class="reference external" href="https://tokbox.com/opentok/tutorials/archiving">archive</a> OpenTok sessions.</p>
5454
<p>If you are updating from a previous version of this SDK, see &#8220;Important changes since v2.2.0&#8221; below.</p>
5555
<div class="section" id="installation-using-pip-recommended">
5656
<h2>Installation using Pip (recommended):<a class="headerlink" href="#installation-using-pip-recommended" title="Permalink to this headline"></a></h2>

docs/_sources/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenTok Python SDK
88
The OpenTok Python SDK lets you generate
99
`sessions <http://tokbox.com/opentok/tutorials/create-session/>`_ and
1010
`tokens <http://tokbox.com/opentok/tutorials/create-token/>`_ for `OpenTok <http://www.tokbox.com/>`_
11-
applications, and `archive <http://www.tokbox.com/platform/archiving>`_ Opentok 2.0 sessions.
11+
applications, and `archive <https://tokbox.com/opentok/tutorials/archiving>`_ OpenTok sessions.
1212

1313
If you are updating from a previous version of this SDK, see "Important changes since v2.2.0" below.
1414

docs/docs/opentok.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
266266
will attempt to transmit streams directly between clients. If clients cannot connect
267267
due to firewall restrictions, the session uses the OpenTok TURN server to relay
268268
audio-video streams.</p>
269-
<p>The OpenTok Media Router (see <a class="reference external" href="http://www.tokbox.com/#multiparty">http://www.tokbox.com/#multiparty</a>)
269+
<p>The OpenTok Media Router (see <a class="reference external" href="https://tokbox.com/opentok/tutorials/create-session/#media-mode">https://tokbox.com/opentok/tutorials/create-session/#media-mode</a>)
270270
provides the following benefits:</p>
271271
<blockquote>
272272
<div><ul>
@@ -277,8 +277,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
277277
</dl>
278278
</li>
279279
<li>The OpenTok Media Router can improve the quality of the user experience through
280-
Intelligent Quality Control (see <a class="reference external" href="http://tokbox.com/#iqc">http://tokbox.com/#iqc</a>). With
281-
Intelligent Quality Control, if a client&#8217;s connectivity degrades to a degree that
280+
audio fallback and video recovery (see <a class="reference external" href="https://tokbox.com/platform/fallback">https://tokbox.com/platform/fallback</a>). With
281+
these features, if a client's connectivity degrades to a degree that
282282
it does not support video for a stream it&#8217;s subscribing to, the video is dropped on
283283
that client (without affecting other clients), and the client receives audio only.
284284
If the client&#8217;s connectivity improves, the video returns.</li>

opentok/opentok.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,17 @@ def create_session(self, location=None, media_mode=MediaModes.relayed):
178178
due to firewall restrictions, the session uses the OpenTok TURN server to relay
179179
audio-video streams.
180180
181-
The OpenTok Media Router (see http://www.tokbox.com/#multiparty)
181+
The OpenTok Media Router (see
182+
https://tokbox.com/opentok/tutorials/create-session/#media-mode)
182183
provides the following benefits:
183184
184185
* The OpenTok Media Router can decrease bandwidth usage in multiparty sessions.
185186
(When the mediaMode property is set to MediaMode.relayed, each client must send
186187
a separate audio-video stream to each client subscribing to it.)
187188
188189
* The OpenTok Media Router can improve the quality of the user experience through
189-
Intelligent Quality Control (see http://tokbox.com/#iqc). With
190-
Intelligent Quality Control, if a client's connectivity degrades to a degree that
190+
audio fallback and video recovery (see https://tokbox.com/platform/fallback). With
191+
these features, if a client's connectivity degrades to a degree that
191192
it does not support video for a stream it's subscribing to, the video is dropped on
192193
that client (without affecting other clients), and the client receives audio only.
193194
If the client's connectivity improves, the video returns.

0 commit comments

Comments
 (0)