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
The `:output_mode => :composed` setting (the default) causes all streams in the archive to be
189
190
recorded to a single (composed) file.
190
191
191
-
For composed archives you can set the resolution of the archive, either "640x480" (SD landscape, the default), "1280x720" (HD landscape), "1920x1080" (FHD landscape), "480x640" (SD portrait), "720x1280" (HD portrait), or "1080x1920" (FHD portrait).. The `resolution` parameter is optional and could be included in the options
192
+
For composed archives you can set the resolution of the archive, either "640x480"
193
+
(SD landscape, the default), "1280x720" (HD landscape), "1920x1080" (FHD landscape),
194
+
"480x640" (SD portrait), "720x1280" (HD portrait), or "1080x1920" (FHD portrait).
195
+
The `resolution` parameter is optional and could be included in the options
192
196
hash (second argument) of the `opentok.archives.create()` method.
193
197
194
198
```ruby
@@ -322,7 +326,7 @@ For more information on archiving, see the
322
326
323
327
### Signaling
324
328
325
-
You can send a signal using the `opentok.signals.send(session_id, connection_id, opts)` method.
329
+
You can send a signal using the `opentok.signals.send(session_id, connection_id, opts)` method.
326
330
If `connection_id` is nil or an empty string, then the signal is send to all valid connections in
327
331
the session.
328
332
@@ -457,7 +461,7 @@ You can cause a client to be forced to disconnect from a session by using the
457
461
458
462
### Forcing clients in a session to mute published audio
459
463
460
-
You can force the publisher of a specific stream to stop publishing audio using the
464
+
You can force the publisher of a specific stream to stop publishing audio using the
0 commit comments