I have three users collaborating on the same meeting - one is the host, the other two are participants.
My flow is as follows:
- [Host] Creates a new meeting and invites both participants
- [Participant 1] Calls
https://api.zoom.us/v2/meetings/{double_encoded_created_meeting_uuid}/open_apps
I’m getting the following response:
API request failed: {
url: 'https://api.zoom.us/v2/meetings/{double_encoded_created_meeting_uuid}/open_apps',
method: 'POST',
status: 403,
statusText: 'Forbidden',
error: '{"code":403,"message":"Authenticated user has not permitted access to the targeted resource."}'
}
I’ve seen it might have something to do with shared access permissions but I’m not sure why or is it really the case here.
Any help would be greatly appreciated.
Thanks,
Noy