I don’t see the record button on the meeting sdk and no options to enable it. where can i find it ?
The record button in the Meeting SDK is available if cloud or local recording is enabled for the host’s account. Ensure the feature is enabled in your Zoom settings. If still missing, check your SDK version and permissions.
Local recording is enabled in my zoom account settings, still i do not see the record button on the sdk while in the meeting.
i am not getting the record button option on my angular app .
I am using 3.8.5 version for the sdk
@anurag.shrivastava ,
Thank you for posting in the Zoom Developer Forum. Could you please verify that you have cloud recording enabled:
Hello @donte.zoom , yes cloud recording is enabled and it is showing this error
What button you are using to initiate cloud recording? Is the recording button in the more options ?
No, i don’t see the record button anywhere, i am using this function
this.ZoomMtgs.record({
record: true
});
when i get success callback from join.
I have updated to pro too, and cloud recording is enabled still i dont see record button
Okay, let me test this on my end and I will report it if I am able to reproduce. Thank you for reporting this, @anurag.shrivastava !
Thank you @donte.zoom, please reach me if you get something on this ,as i am in a rush .
@anurag.shrivastava
Just tested with the latest version of the 3.10.0 and I can see the recording button:
Can you retry with the latest version? As a heads up, when running the sample app, I encountered an issue where I had to add the Lodash script to the index.html file.
<script src="https://source.zoom.us/3.10.0/lib/vendor/lodash.min.js"></script>
Thank you for the support, now i am able to record meetings