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
:param String 'session_id': The ID of a session (generated with the same `APIKEY` as specified in the URL) which you wish to start rendering into.
1609
+
:param String 'session_id': The session ID of the OpenTok session that will include the Experience Composer stream.
1608
1610
:param String 'token': A valid OpenTok token with a Publisher role and (optionally) connection data to be associated with the output stream.
1609
1611
:param String 'url': A publically reachable URL controlled by the customer and capable of generating the content to be rendered without user intervention.
1610
-
:param Integer 'maxDuration' Optional: The maximum time allowed for the Render, in seconds. After this time, the Render will be stopped automatically, if it is still running.
1611
-
:param String 'resolution' Optional: Resolution of the display area for the composition.
1612
-
:param String 'statusCallbackUrl' Optional: URL of the customer service where the callbacks will be received.
1612
+
:param Integer 'maxDuration' Optional: The maximum time allowed for the Experience Composer, in seconds. After this time, it is stopped automatically, if it is still running. The maximum value is 36000 (10 hours), the minimum value is 60 (1 minute), and the default value is 7200 (2 hours). When the Experience Composer ends, its stream is unpublished and an event is posted to the callback URL, if configured in the Account Portal.
1613
+
:param String 'resolution' Optional: The resolution of the Experience Composer, either "640x480" (SD landscape), "480x640" (SD portrait), "1280x720" (HD landscape), "720x1280" (HD portrait), "1920x1080" (FHD landscape), or "1080x1920" (FHD portrait). By default, this resolution is "1280x720" (HD landscape, the default).
1613
1614
:param Dictionary 'properties' Optional: Initial configuration of Publisher properties for the composed output stream.
1614
-
String name Optional: The name of the composed output stream which will be published to the session.
1615
+
String name Optional: The name of the composed output stream which will be published to the session. The name must have a minimum length of 1 and a maximum length of 200.
0 commit comments