The user-facing side of recording: the notice, the timer, and the pause
allowance.
Pause limits are per media type — recordingAudioPausesLimit vs
recordingVideoPausesLimit — and the SDK picks by recordingMediaOptions.
Reading the wrong one reports the wrong allowance, which is why this is a
helper rather than a field read. Complements getRecordingState, which
covers only the start/pause/resume/stop status.
The user-facing side of recording: the notice, the timer, and the pause allowance.
Pause limits are per media type —
recordingAudioPausesLimitvsrecordingVideoPausesLimit— and the SDK picks byrecordingMediaOptions. Reading the wrong one reports the wrong allowance, which is why this is a helper rather than a field read. ComplementsgetRecordingState, which covers only the start/pause/resume/stop status.