You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentok/opentok.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -559,6 +559,7 @@ def start_archive(
559
559
resolution=None,
560
560
layout=None,
561
561
multi_archive_tag=None,
562
+
max_bitrate=None,
562
563
):
563
564
"""
564
565
Starts archiving an OpenTok session.
@@ -617,6 +618,8 @@ def start_archive(
617
618
at a time for a given session.
618
619
For more information, see simultaneous archives: https://tokbox.com/developer/guides/archiving/#simultaneous-archives.
619
620
621
+
:param String max_bitrate (Optional): The maximum video bitrate for the archive, in bits per second. The minimum value is 100,000 and the maximum is 6,000,000.
622
+
620
623
:rtype: The Archive object, which includes properties defining the archive,
0 commit comments