Skip to content

Commit ef03951

Browse files
committed
Docs edits: initial_layout_class_list
1 parent 622bcfa commit ef03951

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

opentok/opentok.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ def generate_token(self, session_id, role=Roles.publisher, expire_time=None, dat
103103
end-user. The length of the string is limited to 1000 characters. This data cannot be
104104
updated once it is set.
105105
106-
:param list initial_layout_class_list:
106+
:param list initial_layout_class_list: An array of class names (strings)
107+
to be used as the initial layout classes for streams published by the client. Layout
108+
classes are used in customizing the layout of videos in
109+
`live streaming broadcasts <https://tokbox.com/developer/guides/broadcast/#live-streaming>`_
110+
`composed archives <https://tokbox.com/developer/guides/archiving/layout-control.html>`_
107111
108112
:rtype:
109113
The token string.

0 commit comments

Comments
 (0)