Using Communication Objects > Stream object

 

Stream object

If you want to delete the FLV and IDX files associated with a recorded stream, you must use server-side code:

s = Stream.get("foo");
if (s)
{	
	s.clear();
}