Hi Zoom Developer Team,
We are implementing Cloud Recording using the Zoom Video SDK for Web and are currently unable to start a recording.
We reviewed the Video SDK cloud recording documentation provided by your team and are using the in-session recording functionality through the RecordingClient.
When attempting to start cloud recording, we consistently receive:
Error: ZoomCloudRecordingError
Type: INVALID_OPERATION
Error Code: 7200
Message: The account of the meeting disabled the cloud recording
Our latest diagnostics are:
{
"error": {
"name": "ZoomCloudRecordingError",
"zoomType": "INVALID_OPERATION",
"zoomErrorCode": 7200,
"recordingDiagnostics": {
"canStart": false,
"initialStatus": "Stopped",
"finalStatus": "Stopped",
"attempts": 2
}
},
"sessionName": "ttc-group-ps739d7ms62n69qse5gabr21r58d66vx",
"configuredRoleType": 0,
"currentUser": {
"userId": 16778240,
"displayName": "Aqeel A.",
"isHost": true,
"bVideoOn": false,
"userIdentity": "Aqeel Ahmad",
"userGuid": "57852341-1199-A160-9C33-7F50F11DC14A",
"isAllowIndividualRecording": false,
"isVideoConnect": true
},
"sdkVersion": "2.3.14"
}
The session host is correctly recognized:
-
isHost: true -
canStart: false -
Recording status remains
Stopped -
SDK version:
2.3.14
We understand from the Video SDK documentation that cloud recording requires a Video SDK Account and Cloud Recording Storage Plan.
Could you please verify whether Cloud Recording is correctly enabled/provisioned for our Video SDK account?
In particular, could you confirm:
-
Whether our Video SDK account currently has the required Cloud Recording entitlement/storage plan.
-
Whether error
7200indicates that cloud recording is disabled at the account/provisioning level. -
Whether any additional account-side setting needs to be enabled by Zoom Developer Support.
-
Whether
configuredRoleType: 0is valid for the host in this scenario. -
Whether any additional JWT claims are required for standard Video SDK cloud recording.
-
Whether
isAllowIndividualRecording: falsehas any impact on standard cloud recording, or only ISO/individual-user recording.
Our implementation obtains the recording client and attempts to start recording using the documented Video SDK flow, but canStart remains false.
Please let us know if you need our Video SDK Account ID/App ID or any additional logs to check the account configuration.
Thank you,