Skip to content

Commit

Permalink
Add streams to sip dial
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK committed Oct 16, 2023
1 parent cf456a4 commit a76dbe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OpenTok/OpenTok.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.</li>
*
* <li><code>'streams'</code> (array) &mdash; The Stream IDs of the participants which will included in the SIP
* call. If not provided, all streams in session will be selected.</li>
*
* </ul>
*
* @return SipCall An object contains the OpenTok connection ID and stream ID
Expand Down

0 comments on commit a76dbe5

Please sign in to comment.