Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Conversation

@mdrichardson
Copy link
Contributor

@mdrichardson mdrichardson commented Jun 14, 2021

Fixes #1689

Description

Adds a GetMeetingInfo method to TeamsInfo.

Notes

Bots implementing this must add this to their manifest.json:

"webApplicationInfo": {
        "id": "<MicrosoftAppId>",
        "resource": "<urlToApp>",
        "applicationPermissions": [
            "OnlineMeeting.ReadBasic.Chat"
        ]
    }

Testing

image

@mdrichardson mdrichardson marked this pull request as ready for review June 15, 2021 00:06
@tracyboehrer tracyboehrer merged commit f5f8c2e into microsoft:main Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Teams - get meeting details (Python)

2 participants