Hi ,
We’re using the Zoom Video SDK and have encountered an unexpected cloud recording behavior.
Environment
- Platform: React Native (Expo)
- Zoom Video SDK: 2.5.10
- OS: Android and iOS
- Recording Type: Cloud Recording
Scenerio
- A participant joins the session before the moderator.
- The participant remains in the session for a while and may speak with their microphone muted/unmuted.
- The moderator joins the same session later.
- The moderator interacts with the participant and then explicitly starts cloud recording.
Expected Behavior
Cloud recording should begin only when the moderator explicitly starts recording. The review task (or recording output) should contain only the portion of the session after recording has started.
Actual Behavior
We receive two separate recordings:
- A recording containing the session before the moderator started recording.
- A second recording beginning from the point where the moderator explicitly started recording.
As a result, our zoom dashboard shows two recordings , even though recording was started only once by the moderator.
Questions
- Is this expected behavior for Video SDK cloud recording?
- Is there any configuration to prevent recording content before the moderator starts recording?
- Are there any recommended settings or APIs to ensure only a single recording is generated from the moderator’s recording start time?
