Get a meeting's join token for local recording

@freelancer.nak

Thank you so much for your patience and help.

I’ve read the docs and found that Zoom App SDK provides an API named “allowParticipantToRecord”.
https://appssdk.zoom.us/classes/ZoomSdk.ZoomSdk.html#allowParticipantToRecord

It allows a specific participant to start a local recording. This API will trigger a pop-up consent dialog in the client to let the host allow or not allow.

Could you please help confirm whether this API works for a Meeting Bot implmented with Zoom Meeting SDK web portal?

What’s the difference between #allowParticipantToRecord and #GET meetingLocalRecordingJoinToken?

This is confusing to me.