Skip to content

Commit c8aa246

Browse files
DX-2704
1 parent 66d24e2 commit c8aa246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Voice/Bxml/StartStream.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function name($name) {
3535
* Sets the tracks attribute for StartStream
3636
*
3737
* @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")
38+
*
3939
*/
4040
public function tracks($tracks) {
4141
$this->tracks = $tracks;
@@ -107,7 +107,7 @@ public function toBxml($doc) {
107107
if(isset($this->streamEventMethod)) {
108108
$element->setattribute("streamEventMethod", $this->streamEventMethod);
109109
}
110-
110+
111111
return $element;
112112
}
113113
}

0 commit comments

Comments
 (0)