I am trying to enable auto recording for a meeting which was created by a user using the webex app
I am using the patch method with the endpoint /v1/meetings/<meeting_id> to update the meeting
I am using the access token of the user who created the meeting in the above API call.
I am encountering error from API
{
"message": "The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses.",
"errors": [
{
"description": "It's not allowed to update or patch a meeting scheduled from Addin or Webex App."
}
],
"trackingId": "WEBEX-DEV-PORTAL_85b3f9a9-79d4-4674-b8b5-52f82a563a42_51"
}
Is there any way I could make this work.?