Tropo WebAPI Development Guide Home  |  Frameset Home


{"stopRecording":}  object


This stops the recording of the current call after startCallRecording has been called.


usage

{ "stopRecording": { } }


fields

none


code samples

Example with startCallRecording
{
   "tropo":[
      {
         "startRecording":{
            "name":"myrecording",
            "url":"http://example.com/getrecord.php"
         }
      },
      {
         "say":[
            {
               "value":"I am now recording!"
            }
         ]
      },
      {
         "stopRecording":null
      }
   ]
}



additional links

none


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2012 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site