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.
1 parent 33ef2d3 commit bc09f20Copy full SHA for bc09f20
README.rst
@@ -475,21 +475,15 @@ Configuring Timeout
475
-------
476
Timeout is passed in the OpenTok constructor:
477
478
-```
479
-self.timeout = timeout
480
+``self.timeout = timeout``
481
482
In order to configure timeout, first create an instance:
483
484
485
-opentok = OpenTok(...., timeout=value)
486
-``
+``opentok = OpenTok(...., timeout=value)``
487
488
And then proceed to change the value with
489
490
491
-opentok.timeout = value
492
+``opentok.timeout = value``
493
494
Samples
495
0 commit comments