Record Button is not showing in the meeting sdk

Hello everyone,

I am using meeting sdk version 3.8.5 with angular, and on joining meeting as the host, i don’t see the record button, i am aware that local recording is not available on web sdk’s but, it it fine that the button is not showing ? .

  1. Does it only show when i have a package with cloud recording ?
  2. Is it mandatory to enable sharedArrayBuffer to see record button ?

Can someone please assist on this.

@donte.zoom @developer-rocketlane

@anurag.shrivastava ,

Thanks for posting in the Zoom Developer Forum. You should still be able to see the recording button. I’m not aware of any reason why it wouldn’t be shown. Could you share a screenshot of the UI you’re seeing? Also, how have you verified that you’re joining the meeting as a host? My initial thought is that you might have joined as a participant—though even then, you should still see the recording button in the UI unless you’ve disabled it through CSS or in the init method.

Hello @donte.zoom, thank you for the reply. As you can see the i have joined as the host, still i do not see the record button, and i have not applied any css to hide the button.

This is my init method

this.ZoomMtgs.init({
isSupportAV: true,
debug: true,
showMeetingHeader: true,
webEndpoint: “zoom.us”,
leaveUrl: this.leaveUrl,
disablePreview: true,
patchJsMedia: true,
success: (success) => {
this.getSignature();
},
error: (error) => {
console.log(error)
}
})

Can you assist @donte.zoom ?

P.S - i have the basic plan(free), is that the reason I am not seeing the record button?

@donte.zoom

Here is a related thread on this topic, @anurag.shrivastava :

Please check that the prerequisites for cloud recording are enabled and let me know if they are but you are still not seeing the recording button.