Hi, we have a meeting bot using the windows c++ sdk (version 5.16.2). We have noticed that when the user enables the “Ask host to confirm before starting a recording” zoom setting:
It causes this dialog box to pop up on our meeting bot:
We are calling the, virtual SDKError RequestLocalRecordingPrivilege() function in the IMeetingRecordingController class, which returns SDKERR_SUCCESS as expected, once the host grants permission, we get the above popup which causes the StartRecording() function to return SDKERR_NEED_USER_CONFIRM_RECORD_DISCLAIMER.
How can we accept the pop-up that appears above when the user has enabled the “Ask host to confirm before starting a recording” setting? Our meeting bot works correctly if this setting is not set.