<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ipivs.info/wiki/index.php?action=history&amp;feed=atom&amp;title=API_Stop_Recording</id>
		<title>API Stop Recording - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ipivs.info/wiki/index.php?action=history&amp;feed=atom&amp;title=API_Stop_Recording"/>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Stop_Recording&amp;action=history"/>
		<updated>2026-04-06T08:11:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://ipivs.info/wiki/index.php?title=API_Stop_Recording&amp;diff=4562&amp;oldid=prev</id>
		<title>IVSWikiBlue: Created page with &quot;This API call will stop the current recording in the specified room.  ===Resource URL=== &lt;pre&gt;http://valt.example.com/api/v3/rooms/{roomid}/record/stop&lt;/pre&gt; ''Replace {roomid...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ipivs.info/wiki/index.php?title=API_Stop_Recording&amp;diff=4562&amp;oldid=prev"/>
				<updated>2020-04-14T19:56:54Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;This API call will stop the current recording in the specified room.  ===Resource URL=== &amp;lt;pre&amp;gt;http://valt.example.com/api/v3/rooms/{roomid}/record/stop&amp;lt;/pre&amp;gt; &amp;#039;&amp;#039;Replace {roomid...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This API call will stop the current recording in the specified room.&lt;br /&gt;
&lt;br /&gt;
===Resource URL===&lt;br /&gt;
&amp;lt;pre&amp;gt;http://valt.example.com/api/v3/rooms/{roomid}/record/stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
''Replace {roomid} with the actual id number of the room. Rooms are numbered sequentially when added to VALT.''&lt;br /&gt;
&lt;br /&gt;
===Resource Information===&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|'''Method'''&lt;br /&gt;
|POST&lt;br /&gt;
|-&lt;br /&gt;
|'''Headers'''&lt;br /&gt;
|Content-Type:application/json&lt;br /&gt;
|-&lt;br /&gt;
|'''Response Type'''&lt;br /&gt;
|JSON&lt;br /&gt;
|-&lt;br /&gt;
|'''Authentication Required'''&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
No parameters can be passed to this call.&lt;br /&gt;
&lt;br /&gt;
===Response===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Code&lt;br /&gt;
!Reason&lt;br /&gt;
|-&lt;br /&gt;
|200&lt;br /&gt;
|Recording Stopped Successfully&lt;br /&gt;
|-&lt;br /&gt;
|401&lt;br /&gt;
|Unauthorized&lt;br /&gt;
|-&lt;br /&gt;
|404&lt;br /&gt;
|Room ID Not Found or Not Recording&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+JSON Response&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|data&lt;br /&gt;
|-&lt;br /&gt;
|'''message'''&lt;br /&gt;
|Contains a detailed message on why the recording could not be stopped.&lt;br /&gt;
|-&lt;br /&gt;
|'''id'''&lt;br /&gt;
|ID number for the recording that was stopped.&lt;br /&gt;
|-&lt;br /&gt;
|'''status'''&lt;br /&gt;
|true = recording stopped successfully, false = recording could not be stopped (reference messaged for reason)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
===Request===&lt;br /&gt;
&amp;lt;pre&amp;gt;https://ivstest1.ad.ipivs.com/api/v3/rooms/59/record/stop?access_token=e82632d19c523678fea3d1016c6df9e9&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Successful Response===&lt;br /&gt;
Sample response is shown with line breaks to make it more readable. Actual responses will not include line breaks.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;data&amp;quot;:{&lt;br /&gt;
&amp;quot;id&amp;quot;: 615,&lt;br /&gt;
&amp;quot;status&amp;quot;: true&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Failure Response===&lt;br /&gt;
Sample response is shown with line breaks to make it more readable. Actual responses will not include line breaks.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
&amp;quot;data&amp;quot;:{&lt;br /&gt;
&amp;quot;message&amp;quot;: &amp;quot;Recording in room not found&amp;quot;,&lt;br /&gt;
&amp;quot;status&amp;quot;: false&lt;br /&gt;
},&lt;br /&gt;
&amp;quot;code&amp;quot;: 404&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>IVSWikiBlue</name></author>	</entry>

	</feed>