Reconciles recording state updates, user recording settings, and progress UI after a recording socket notice.
Recording state payload and room-level update callbacks.
Resolves once recording state, UI flags, and progress text are synchronized.
await recordingNotice({ state: 'pause', userRecordingParam, pauseCount: 2, timeDone: 3600, parameters,}); Copy
await recordingNotice({ state: 'pause', userRecordingParam, pauseCount: 2, timeDone: 3600, parameters,});
Reconciles recording state updates, user recording settings, and progress UI after a recording socket notice.