@@ -4,7 +4,7 @@ OpenTok Python SDK
4
4
5
5
.. image :: https://travis-ci.org/opentok/Opentok-Python-SDK.svg
6
6
:target: https://travis-ci.org/opentok/Opentok-Python-SDK
7
- .. image :: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
7
+ .. image :: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
8
8
:target: CODE_OF_CONDUCT.md
9
9
10
10
.. image :: https://assets.tokbox.com/img/vonage/Vonage_VideoAPI_black.svg
@@ -457,7 +457,7 @@ You can dynamically change the layout type of a live streaming broadcast.
457
457
.. code :: python
458
458
459
459
# Valid values to 'layout_type' are: 'custom', 'horizontalPresentation',
460
- # 'pip' and 'verticalPresentation'
460
+ # 'pip' and 'verticalPresentation'
461
461
opentok.set_broadcast_layout(' BROADCASTID' , ' horizontalPresentation' )
462
462
463
463
# if you specify a 'custom' layout type, set the stylesheet parameter:
@@ -470,6 +470,14 @@ You can dynamically change the layout type of a live streaming broadcast.
470
470
For more information about OpenTok live streaming broadcasts, see the
471
471
`Broadcast developer guide <https://tokbox.com/developer/guides/broadcast/ >`_.
472
472
473
+ Configuring Timeout
474
+ -------
475
+ Timeout is passed in the OpenTok constructor:
476
+
477
+ ```self.timeout = timeout` ``
478
+
479
+ The solution is to create an instance: opentok = OpenTok(...., timeout=value) and then the value can be changed later with opentok.timeout = value
480
+
473
481
Samples
474
482
-------
475
483
0 commit comments