@@ -53,9 +53,10 @@ class Roles(Enum):
5353 publisher = u ("publisher" )
5454 """A publisher can publish streams, subscribe to streams, and signal"""
5555 moderator = u ("moderator" )
56- """In addition to the privileges granted to a publisher, in clients using the OpenTok.js 2.2
57- library, a moderator can call the `forceUnpublish()` and `forceDisconnect()` method of the
58- Session object.
56+ """In addition to the privileges granted to a publisher, a moderator can perform
57+ moderation functions, such as forcing clients to disconnect, to stop publishing streams,
58+ or to mute audio in published streams. See the
59+ `Moderation developer guide <https://tokbox.com/developer/guides/moderation/>`_
5960 """
6061
6162
@@ -1134,7 +1135,7 @@ def start_broadcast(self, session_id, options):
11341135 Integer 'maxDuration' optional: The maximum duration for the broadcast, in seconds.
11351136 The broadcast will automatically stop when the maximum duration is reached. You can
11361137 set the maximum duration to a value from 60 (60 seconds) to 36000 (10 hours). The
1137- default maximum duration is 2 hours (7200 seconds)
1138+ default maximum duration is 4 hours (14,400 seconds)
11381139
11391140 Dictionary 'outputs': This object defines the types of broadcast streams you want to
11401141 start (both HLS and RTMP). You can include HLS, RTMP, or both as broadcast streams.
0 commit comments