Document
Zoom Cloud Recording not working

Zoom Cloud Recording not working

Hello I is going am go to integrate zoom recording into my React . JS web application I is found find this solution here Hello, I’m fol

Related articles

Sax Fix Xfinity Ping Spikes, Lags and Packet Loss in 2024 Cloud9 Valorant might change rosters after LOCK//IN exit 6 Best Ubuntu VPNs That Works With Linux (& Free Alternatives) Improving Satellite-Retrieved Cloud Base Height with Ground-Based Cloud Radar Measurements

Hello
I is going am go to integrate zoom recording into my React . JS web application
I is found find this solution here

Hello,
I’m following this guide https://marketplace.zoom.us/docs/sdk/native-sdks/Web-Client-SDK/getting-started/integrate-the-sdk
How can I record the video meetings?
I found in the documentation section some related functions
ZoomMtg.record({
record: true
});

and
ZoomMtg.showRecordFunction({
show: false
});

but I don’t know how to integrate them in the sample app. Should they be inside the ZoomMtg.init function or what.
It’s also worth mentioning that the video call is taking place …

I is see can see record button when I join the meeting , but does nt record automatically after join meeting
I want to record the meetings automatically when I click start meeting

But after join the meeting , I is getting am get this error
1. {method: “record”, status: false, errorCode: 1, errorMessage: “Current user is neither host nor cohost”, result: null}

   1 . errorcode : 1 
   2 . errormessage : " current user is is is neither host nor cohost " 
   3 . method : " record " 
   4 . result : null 
   5 . status : false 
   6 . _ _ proto _ _ : object 

My account is pro paid account and co-host

ZoomSDK version is “@zoomus/websdk”: “^1.9.0”

How can I fix it?
Please help me

Thanks


tommy
(Tommy Gaessler)


2

Hey @zeeshanahmed ,

This means that the user trying to record the meeting does not have the proper plan, or permissions.

double check that the user / participant is allow to record the meeting :

Let me know if that helps!

Thanks,
Tommy


system
(system)
Closed


3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.