Skip to content

Commit c7174c7

Browse files
committed
Minor docs change. Information on pricing is available at http://tokbox.com/pricing.
1 parent e6995ec commit c7174c7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/docs/opentok.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
282282
you record, save, and retrieve OpenTok sessions (see <a class="reference external" href="http://tokbox.com/platform/archiving">http://tokbox.com/platform/archiving</a>).</li>
283283
</ul>
284284
</div></blockquote>
285-
<p>You will be billed for streamed minutes if you use the OpenTok Media Router or if the
286-
session uses the OpenTok TURN server to relay streams. For information on pricing, see
287-
the OpenTok pricing page (<a class="reference external" href="http://www.tokbox.com/pricing">http://www.tokbox.com/pricing</a>).</p>
288285
</li>
289286
<li><strong>location</strong> (<em>String</em>) &#8211; An IP address that the OpenTok servers will use to
290287
situate the session in its global network. If you do not set a location hint,

opentok/opentok.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ def create_session(self, location=None, media_mode=MediaModes.relayed):
194194
195195
* The OpenTok Media Router supports the archiving feature, which lets
196196
you record, save, and retrieve OpenTok sessions (see http://tokbox.com/platform/archiving).
197-
198-
You will be billed for streamed minutes if you use the OpenTok Media Router or if the
199-
session uses the OpenTok TURN server to relay streams. For information on pricing, see
200-
the OpenTok pricing page (http://www.tokbox.com/pricing).
201197
202198
:param String location: An IP address that the OpenTok servers will use to
203199
situate the session in its global network. If you do not set a location hint,

0 commit comments

Comments
 (0)