I have query on using fetching the past participants details of a meeting.
Scenario:
I scheduled a meeting, I am the organizer.
After joining the meet, I made another person as host to the meeting.
And after the meeting is ended, my system uses the access details of the host to fetch the meeting participants (past). In this case, I am getting error below.
{code:403,"message":"Authenticated user has not permitted access to the targeted resource."}"}
But the vice versa works, where the other person schedules the meeting and make me host, I am able to fetch the meeting participants after the meeting got ended.
Can you help me. what are conditions or scenarios that the past meeting participants checks to give the data for a user.