@@ -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,26 +470,29 @@ 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 / Customizing Timeout
473
+ <<<<<<< HEAD
474
+ Configuring Timeout
474
475
-------
475
476
Timeout is passed in the OpenTok constructor:
476
477
477
- ```python
478
+ ```
478
479
self.timeout = timeout
479
480
```
480
481
481
482
In order to configure timeout, first create an instance:
482
483
483
- ```python
484
- opentok = OpenTok(...., timeout=value)
485
484
```
485
+ opentok = OpenTok(...., timeout=value)
486
+ ``
486
487
487
488
And then proceed to change the value with
488
489
489
- ```python
490
+ ```
490
491
opentok.timeout = value
491
492
```
492
493
494
+ =======
495
+ >>>>>>> parent of 801a371... adding custom timeout information
493
496
Samples
494
497
-------
495
498
0 commit comments