Starts the recording of the microphone recorder with the given recorderId.
recorderId
@override Future<void> start(int recorderId) async { await _api.start(IdMessage()..recorderId = recorderId); }