Skip to content

Commit 52673ff

Browse files
committed
Docs change. Information on pricing is available at http://tokbox.com/pricing.
1 parent 4c144c8 commit 52673ff

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

docs/com/opentok/SessionProperties.Builder.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,7 @@ <h4>mediaMode</h4>
252252
<a href="http://tokbox.com/#archiving" target="_top">archiving and playback</a>
253253
feature, which lets you record, save, and retrieve OpenTok sessions.</li>
254254
</ul>
255-
256-
<p>
257-
You will be billed for streamed minutes if you use the OpenTok Media Router or if the
258-
session uses the OpenTok TURN server to relay streams. For information on pricing, see the
259-
<a href="http://www.tokbox.com/pricing" target="_top">OpenTok pricing page</a>.</div>
255+
</div>
260256
<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>
261257
<dt><span class="strong">Returns:</span></dt><dd>The SessionProperties.Builder object with the media mode setting.</dd></dl>
262258
</li>

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ public Builder location(String location) throws InvalidArgumentException {
8585
* feature, which lets you record, save, and retrieve OpenTok sessions.</li>
8686
* </ul>
8787
*
88-
* <p>
89-
* You will be billed for streamed minutes if you use the OpenTok Media Router or if the
90-
* session uses the OpenTok TURN server to relay streams. For information on pricing, see the
91-
* <a href="http://www.tokbox.com/pricing" target="_top">OpenTok pricing page</a>.
92-
*
9388
* @param mediaMode Set to a value defined in the {@link MediaMode} enum.
9489
*
9590
* @return The SessionProperties.Builder object with the media mode setting.

0 commit comments

Comments
 (0)