No results found
We couldn't find anything using that term, please try searching for something else.
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
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.