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/Voice/Bxml/StreamParam.php
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
/**
3
3
* StreamParam.php
4
4
*
5
-
* Implementation of the BXML StreamParam tag
5
+
* Implementation of the BXML StreamParam tag. You may specify up to 12 <StreamParam/> elements nested within a <StartStream> tag. These elements define optional user specified parameters that will be sent to the destination URL when the stream is first started.
6
6
*
7
7
* * @copyright Bandwidth INC
8
8
*/
@@ -13,15 +13,6 @@
13
13
14
14
class StreamParam extends Verb {
15
15
16
-
/**
17
-
* Constructor for StreamParam
18
-
*
19
-
* @param string * Sets the <StreamParam/> tag. You may specify up to 12 <StreamParam/> elements nested within a <StartStream> tag. These elements define optional user specified parameters that will be sent to the destination URL when the stream is first started.
0 commit comments