Inquiry about Creating Recording Token in MeetingSDK Linux Raw Recording Sample

Hello,

I am currently exploring the MeetingSDK Linux raw recording sample and have a few questions regarding recording functionality.

  1. Creating Recording Token: Could you please provide guidance on how to create a recording token in the MeetingSDK Linux raw recording sample? Alternatively, is there any library available that facilitates the creation of recording tokens?
  2. Recording Directly from Sample App without recording token: Is there any functionality available in the sample code that allows starting recording without requiring recording token and permission for recording from User/Host permission?

I would greatly appreciate any assistance or insights you could provide regarding these inquiries. Thank you very much for your time and assistance.

@harshad.kadam

For recording token, you will need get the recording token from REST API

  1. Either use Server to Server App or OAuth App
  2. Get an access token from either of the apps in step 1
  3. Use the access token to call the REST API here, to get the recordingt token of the specific meeting ID

Recording Directly from Sample App without recording token: Is there any functionality available in the sample code that allows starting recording without requiring recording token and permission for recording from User/Host permission?

No, there is no such functionality to record without getting explicit permission.
You can record only if you have either of these status / tokens

  1. host
  2. co-host
  3. recording privilege
  4. recording token