Skip to content

Commit 8bb5185

Browse files
committed
docs
1 parent c09e813 commit 8bb5185

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/OpenTok/Broadcast.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
* @property string $status
4949
* Broadcast state. Either `started` or `stopped`
5050
*
51+
* @property string $maxBitRate
52+
* Max Bitrate allowed for the broadcast composing. Must be between 400000 and 2000000
53+
*
5154
* @property boolean $isLowLatency
5255
* Whether the broadcast supports low-latency mode for the HLS stream.
5356
*

src/OpenTok/OpenTok.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,9 @@ public function disableForceMute(string $sessionId, array $options): bool
823823
* "1920x1080" (FHD landscape), "480x640" (SD portrait), "720x1280" (HD portrait), or "1080x1920"
824824
* (FHD portrait).</li>
825825
*
826+
* <li><code>maxBitRate</code> &mdash; Max Bitrate allowed for the broadcast composing. Must be between
827+
* 400000 and 2000000.</li>
828+
*
826829
* <li><code>outputs</code> (Array) &mdash;
827830
* Defines the HLS broadcast and RTMP streams. You can provide the following keys:
828831
* <ul>

0 commit comments

Comments
 (0)