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: src/OpenTok/OpenTok.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1329,6 +1329,7 @@ public function signal($sessionId, $payload, $connectionId = null)
1329
1329
* <li><code>'uri'</code> (string) — A publically reachable WebSocket URI controlled by the customer for the destination of the connect call. (f.e. wss://service.com/wsendpoint)</li>
1330
1330
* <li><code>'streams'</code> (array) — (Optional) The stream IDs of the participants' whose audio is going to be connected. If not provided, all streams in session will be selected.</li>
1331
1331
* <li><code>'headers'</code> (array) — (Optional) An object of key/val pairs with additional properties to send to your Websocket server, with a maximum length of 512 bytes.</li>
1332
+
* <li><code>'bidirectional'</code> (boolean) — (Optional) Whether the WebSocket connection should be bidirectional. Default is false if not provided.</li>
1332
1333
* </ul>
1333
1334
*
1334
1335
* @return array $response Response from the API, structured as follows:
0 commit comments