Closed SecondeJK closed 1 week ago
This PR adds the ability to add a cap to the bitrate when starting an archive.
You can add maxBitrate within the startArchive() method when adding an options array.
startArchive()
$archive = $openTok->startArchive($sessionId, ['maxBitrate' => 2000000]);
Parity with Video APIs
StartArchive test has been modified.
This PR adds the ability to add a cap to the bitrate when starting an archive.
Description
You can add maxBitrate within the
startArchive()
method when adding an options array.Motivation and Context
Parity with Video APIs
How Has This Been Tested?
StartArchive test has been modified.
Example Output or Screenshots (if appropriate):
Types of changes
Checklist: