How to enable cloud recording in Zoom Meeting SDK for Linux

How can enable cloud recording in Meeting SDK for Linux

@shivamkmishra9 in Meeting SDK for Linux, under IMeetingRecordingController, you can call StartCloudRecording()

Sir, it is not working. Can you tell me in which all line of code I have to make changes

So yes I’m also trying to do the same

When I call StartCloudRecording() I get error SDKERROR_NO_PERMISSION

So I tried to call RequestStartCloudRecording() but the SDK version I have currently is too old and does not have that particular method, even though it has StartCloudRecording() implemented. Any suggestions where I can get through without actually having to upgrade the SDK version?