Protocol
RecordingManager
protocol RecordingManager
Requirements
isRecording
var isRecording: Bool
getSession()
func getSession() -> NSObject
startRecording(username:sceneDescription:sceneType:)
func startRecording(username: String, sceneDescription: String, sceneType: String)
stopRecording()
func stopRecording()