Skip to content

Latest commit

 

History

History

Recorded

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Published Stream Recording

R5RecordTypeRecord signals for the server to record the stream.

Example Code

Recording

The only difference between this example and the publish test is that in the publish command you send a different RecordType flag:

self.publishStream!.publish(Testbed.getParameter("stream1") as! String, type: R5RecordTypeRecord)

RecordedTest.swift #38