You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Initializing
39
39
~~~~~~~~~~~~
40
40
41
41
Import the package at the top of any file where you will use it. At the very least you will need the
42
-
``Client`` class from the opentok module. Then initialize an opentok Client instance with your own API Key and API Secret.
42
+
``Client`` class. Then initialize an Client instance with your own API Key and API Secret.
43
43
44
44
.. code:: python
45
45
@@ -300,7 +300,7 @@ The method returns a StreamList object that contains a list of all the streams
300
300
print stream.name #stream name
301
301
print stream.layoutClassList #['full']
302
302
303
-
You can change the layout classes for streams in a session by calling the `set_stream_class_lists(session_id, stream_list)` method of the `OpenTok` class.
303
+
You can change the layout classes for streams in a session by calling the `set_stream_class_lists(session_id, stream_list)` method of the `Client` class.
304
304
305
305
The layout classes define how the stream is displayed in the layout of a composed OpenTok archive.
0 commit comments