Skip to content

Commit 857d666

Browse files
committed
Copy/Paste error
1 parent 4549659 commit 857d666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bandwidth/voice_lib/bxml/verbs/start_stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class StartStream
77
include XmlVerb
88

99
def to_bxml(xml)
10-
xml.PlayAudio(compact_hash({
10+
xml.StartStream(compact_hash({
1111
'destination' => destination,
1212
'name' => name,
1313
'streamEventUrl' => streamEventUrl,

lib/bandwidth/voice_lib/bxml/verbs/stop_stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class StopStream
77
include XmlVerb
88

99
def to_bxml(xml)
10-
xml.PlayAudio(compact_hash({
10+
xml.StopStream(compact_hash({
1111
'name' => name
1212
}))
1313
end

0 commit comments

Comments
 (0)