Teams Online meeting
2 TopicsTeams onlinemeeting recording file creating and saving error
Hello team I created an online meeting on the specified group\channel via MS Graph API: Create onlineMeeting When a group user join the meeting, starts meeting recording, and after the meeting ends, the recording file can be correctly created and stored in the Sharepoint file library. But when a non-group user join the meeting, after the meeting ends, we received a message that an error occurred while saving the recording file. I would like to know what is the problem of this error, is there a way to solve it. grateful. Teams group users permission: Group:TeamsMeetingReservation Channel:General Users admin organizer shawn Role Owner Member Example request to create meeting: { "subject" : "{subject}", "startDateTime" : "{StartDateTime}", "endDateTime" : "{endDateTime}", "Participants":{ "Organizer":{ "Identity":{ "User" :{ "Id" : "{OrganizerId}" } } } }, "ChatInfo":{ "ThreadId" : "{ChannelId}" } }Solved3.3KViews0likes16CommentsIs it not supported to create an online meeting in a private channel
Hello team I created an online meeting on the specified group\channel via MS Graph API: Create onlineMeeting When testing from graph api explorer, i can successfully create an online meeting in standard channel, But an error occurs when creating in private channel. Does this API not support creating online meeting in private channels, or require other settings or permissions ? Thanks.Solved898Views0likes1Comment