From a76dbe5a1f190c1b238f81f2089e459a33b5f921 Mon Sep 17 00:00:00 2001 From: James Seconde Date: Mon, 16 Oct 2023 12:45:46 +0100 Subject: [PATCH] Add streams to sip dial --- src/OpenTok/OpenTok.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OpenTok/OpenTok.php b/src/OpenTok/OpenTok.php index c061249..b21ebc8 100644 --- a/src/OpenTok/OpenTok.php +++ b/src/OpenTok/OpenTok.php @@ -1123,6 +1123,9 @@ public function listStreams($sessionId) * on PSTN phones. If from is undefined or set to a string (for example, "joe@example.com"), * +00000000 will show up as the incoming number on PSTN phones. * + *
  • 'streams' (array) — The Stream IDs of the participants which will included in the SIP + * call. If not provided, all streams in session will be selected.
  • + * * * * @return SipCall An object contains the OpenTok connection ID and stream ID