We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d24e2 commit c8aa246Copy full SHA for c8aa246
src/Voice/Bxml/StartStream.php
@@ -35,7 +35,7 @@ public function name($name) {
35
* Sets the tracks attribute for StartStream
36
*
37
* @param string $tracks The part of the call to send a stream from. `inbound`, `outbound` or `both`. Default is `inbound`.
38
- * as ("GET" or "POST")
+ *
39
*/
40
public function tracks($tracks) {
41
$this->tracks = $tracks;
@@ -107,7 +107,7 @@ public function toBxml($doc) {
107
if(isset($this->streamEventMethod)) {
108
$element->setattribute("streamEventMethod", $this->streamEventMethod);
109
}
110
-
+
111
return $element;
112
113
0 commit comments