Open rakkaalhazimi opened 11 months ago
AFAIK You need to parse the meeting info for joining from the online meetings of the user you can't just create an organizer meeting info, if I remember correctly are in the meeting info some additional id's that are required for the bot to know which meeting to join, and it has insufficient privilege to just create the required meeting (implictltly create the id's)
@rakkaalhazimi Has this issue been resolved? I also met the same issue.
@Tomlee1993 I haven't solve the issue, I actually quit using the SDK.
Describe the issue I am using Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot folder to create a bot that can join and record a meeting. I have successfully made the bot join a call or meeting then records the audio. Then, when I try to join my bot into meeting from non-recording user in the same tenant-id, I got
Insufficient enterprise tenant permissions, cannot access this API.
error.What I've done:
Application Permission (already granted admin consent):
Code Snippet Use Graph SDK API to get chat info and meeting info
In another file, join bot with chat info and meeting info
Expected behavior Bot join the meeting
Graph SDK (please complete the following information):
Call ID fa7b2940-4bc8-4f00-bfa8-37b109f9def6
Logs
Additional context I can join the bot to the meeting by using postman, but without media platform.