startRecord method
Implementation
Future<int> startRecord(
{required SurfaceMessage msg, required String filePath}) async {
final MediaResponse response = await _api.startRecord(msg, filePath);
return response.code;
}
Future<int> startRecord(
{required SurfaceMessage msg, required String filePath}) async {
final MediaResponse response = await _api.startRecord(msg, filePath);
return response.code;
}