We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7dd4a6 + bc09f20 commit 023c721Copy full SHA for 023c721
README.rst
@@ -470,6 +470,21 @@ You can dynamically change the layout type of a live streaming broadcast.
470
For more information about OpenTok live streaming broadcasts, see the
471
`Broadcast developer guide <https://tokbox.com/developer/guides/broadcast/>`_.
472
473
+
474
+Configuring Timeout
475
+-------
476
+Timeout is passed in the OpenTok constructor:
477
478
+``self.timeout = timeout``
479
480
+In order to configure timeout, first create an instance:
481
482
+``opentok = OpenTok(...., timeout=value)``
483
484
+And then proceed to change the value with
485
486
+``opentok.timeout = value``
487
488
Samples
489
-------
490
0 commit comments