startRecording method Null safety
- {StreamingSettings? streamingSettings,
- StreamId? streamId,
- bool? forceNew}
Starts a new recording, if recording is enabled for the current room.
streamId
is optional if there is no other recording ongoing in the call.
Implementation
Future<void> startRecording({
StreamingSettings? streamingSettings,
StreamId? streamId,
bool? forceNew,
}) =>
_platformBridge.startRecording(_native, streamingSettings, streamId, forceNew);