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 4549659 commit 857d666Copy full SHA for 857d666
lib/bandwidth/voice_lib/bxml/verbs/start_stream.rb
@@ -7,7 +7,7 @@ class StartStream
7
include XmlVerb
8
9
def to_bxml(xml)
10
- xml.PlayAudio(compact_hash({
+ xml.StartStream(compact_hash({
11
'destination' => destination,
12
'name' => name,
13
'streamEventUrl' => streamEventUrl,
lib/bandwidth/voice_lib/bxml/verbs/stop_stream.rb
@@ -7,7 +7,7 @@ class StopStream
+ xml.StopStream(compact_hash({
'name' => name
}))
end
0 commit comments