@@ -53,9 +53,10 @@ class Roles(Enum):
53
53
publisher = u ("publisher" )
54
54
"""A publisher can publish streams, subscribe to streams, and signal"""
55
55
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/>`_
59
60
"""
60
61
61
62
@@ -1134,7 +1135,7 @@ def start_broadcast(self, session_id, options):
1134
1135
Integer 'maxDuration' optional: The maximum duration for the broadcast, in seconds.
1135
1136
The broadcast will automatically stop when the maximum duration is reached. You can
1136
1137
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)
1138
1139
1139
1140
Dictionary 'outputs': This object defines the types of broadcast streams you want to
1140
1141
start (both HLS and RTMP). You can include HLS, RTMP, or both as broadcast streams.
0 commit comments