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 $sessionId (string) The session ID of the OpenTok session that will include the Experience Composer stream.
265
+
*
266
+
* @param $token (string) A valid OpenTok token with a Publisher role and (optionally) connection data to be associated with the output stream.
267
+
*
268
+
* @param $url (string) A publicly reachable URL controlled by the customer and capable of generating the content to be rendered without user intervention.
269
+
* The minimum length of the URL is 15 characters and the maximum length is 2048 characters.
270
+
*
271
+
* @param $maxDuration (int) (optional) The maximum time allowed for the Experience Composer, in seconds. After this time, it is stopped
272
+
* 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).
273
+
* When the Experience Composer ends, its stream is unpublished and an event is posted to the callback URL, if configured in the Account Portal.
274
+
*
275
+
* @param $resolution (string) (optional) The resolution of the Experience Composer, either "640x480" (SD landscape), "480x640" (SD portrait), "1280x720" (HD landscape),
276
+
* "720x1280" (HD portrait), "1920x1080" (FHD landscape), or "1080x1920" (FHD portrait). By default, this resolution is "1280x720" (HD landscape, the default).
277
+
*
278
+
* @param $properties (array) (optional) The initial configuration of Publisher properties for the composed output stream.
279
+
* <ul>
280
+
* <li><code>name</code> (String) (optional) — Serves as the name of the composed output stream which is published to the session. The name must have a minimum length of 1 and
281
+
* a maximum length of 200.
282
+
* </li>
283
+
* </ul>
284
+
*
285
+
* @return \OpenTok\Render The render object, which includes properties defining the render, including the render ID.
* Fetch an existing render to view status. Status can be one of:
348
+
* <ul>
349
+
* <li><code>starting</code> — The Vonage Video API platform is in the process of connecting to the remote application at the URL provided. This is the initial state.</li>
350
+
* <li><code>started</code> — The Vonage Video API platform has succesfully connected to the remote application server, and is republishing that media into the Vonage Video API platform.</li>
351
+
* <li><code>stopped</code> — The Render has stopped.</li>
352
+
* <li><code>failed</code> — An error occurred and the Render could not proceed. It may occur at startup if the opentok server cannot connect to the remote application server or republish the stream. It may also occur at point during the rendering process due to some error in the Vonage Video API platform.</li>
0 commit comments