62 virtual std::string
getPath()
const;
virtual bool startRecording(const std::string &path)
Start recording.
virtual void stopRecording()
Stop recording.
virtual bool toggleRecording()
This method must be implemented for this interface as calls and conferences have different behavior.
std::shared_ptr< MediaRecorder > recorder_
virtual std::string getPath() const
Return the file path for this recording.
bool isRecording() const
Return recording state (true/false)
void emitSignal(Args... args)