@chunsiong.zoom
To get the recording permission from host after joining meeting iam using the code
auto requestRecordingResult = SDKInterfaceWrap::GetInst().GetMeetingService()->GetMeetingRecordingController()->RequestLocalRecordingPrivilege();
if (requestRecordingResult != ZOOMSDK::SDKERR_SUCCESS) {
std::cout << "Error requesting recording rights: " << requestRecordingResult << std::endl;
}
I need to implement automatic access granting for local recording ,while going through the documentation, i found
enum LocalRecordingRequestPrivilegeStatus
{
LocalRecordingRequestPrivilege_AutoGrant,///host auto-allow all privilege requests.
};
could u plz let me know how to add this enum in to the RequestLocalRecordingPrivilege()
Device:[HP elite pad]
OS: [Windows 10]
chunsiong.zoom
(Chun Siong (tag me for response))
September 8, 2023, 12:46pm
2
@manikantarhong , are you trying to automatically approve all recording request from the host?
@chunsiong.zoom Yes, automatically approving all recording requests from the host is our current approach
@chunsiong.zoom Yes, automatically approving all recording requests from the host is our current approach
Hii @manikantarhong ,I had a issue with local recording ,as i can see you are working as the same so just wanted a clarification regarding something,are you able to bring/see record function for a participant once he/she enters the breakout room(i.e. record function in breakout room using meeting sdk)?
Any help in this is appreciated!
chunsiong.zoom
(Chun Siong (tag me for response))
September 11, 2023, 3:01am
6
@chunsiong.zoom Sorry for the confusion. Actually we are looking for a way to get automatically get recording permission from host for participant join using sdk
P.S : our host will not use sdk
@chunsiong.zoom But I our case host will not use sdk,Only bot will use sdk
chunsiong.zoom
(Chun Siong (tag me for response))
September 11, 2023, 7:54am
9
@manikantarhong , in this case, host has to manually approve the request from the bot.