Record options is not showing in zoom web sdk

Description
We are integrated zoom meeting web sdk to our application, we are able to establish zoom meeting but we are unable to get the record button even we used below configurations.

ZoomMtg.record({

                        record: true

                    });

                    // meeting set to show record button

                    ZoomMtg.showRecordFunction({

                        show: true

                    });

Browser Console Error
Record Button not coming

Which Web Meeting SDK version?
2.3.0

Meeting SDK Code Snippets
ZoomMtg.init({

        leaveUrl: meetConfig.returnUrl,

        success: function () {

            ZoomMtg.join({

                meetingNumber: meetConfig.meetingNumber,

                userName: user.firstName,

                userEmail: meetConfig.userName,

                signature: meetConfig.signature,

                apiKey: meetConfig.apiKey,

                passWord: meetConfig.password,

                success: function (res) {

                    ZoomMtg.record({

                        record: true

                    });

                    // meeting set to show record button

                    ZoomMtg.showRecordFunction({

                        show: true

                    });

Device (please complete the following information):

  • Device: HP laptop
  • OS: Windows 10
  • Browser: Chrome
  • Browser Version 100.0.4896.75

Additional context
Can any one help me on this.

Hi, @saiteja123.

Thank you for posting in the Zoom Developer Forum. Would you be able to share a screenshot of what you are seeing on your UI? This will help to diagnose what may be happening.

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