MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
288 stars 511 forks source link

getAppContentStageSharingState permissions #8848

Open mscherotter opened 1 year ago

mscherotter commented 1 year ago

When calling this API, I get an error "App does not declare required RSC permissions.

Either specify the required permissions in the error message or document them on this page.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ghost commented 1 year ago

Hi mscherotter! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

sayali-MSFT commented 1 year ago

@mscherotter - Thanks for reporting your issue. We will check this at our end and will get back to you.

sayali-MSFT commented 1 year ago

@mscherotter -We are confirming with the engineering team regarding below permission and update the document accordingly- "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [ { "name": "MeetingStage.Write.Chat", "type": "Delegated" }, { "name": "ChannelMeeting.ReadBasic.Group", "type": "Application" }, { "name": "ChannelMeetingStage.Write.Group", "type": "Delegated" }, { "name": "LiveShareSession.ReadWrite.Group", "type": "Delegated" }, { "name": "LiveShareSession.ReadWrite.Chat", "type": "Delegated" }, { "name": "MeetingParticipantReaction.Read.User", "type": "Delegated" } ] } }