start method

void start()

Starts recording the Media.

Implementation

void start() {
  RecordFFI.start(id);
}