Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add getMeetingInfo to TeamsInfo #3738

Merged
merged 4 commits into from
Jun 14, 2021

Conversation

mdrichardson
Copy link
Contributor

@mdrichardson mdrichardson commented Jun 10, 2021

Fixes #3723

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

@coveralls
Copy link

coveralls commented Jun 10, 2021

Pull Request Test Coverage Report for Build 936500211

  • 18 of 18 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 85.408%

Totals Coverage Status
Change from base Build 923037352: 0.02%
Covered Lines: 19260
Relevant Lines: 21451

💛 - Coveralls

@mdrichardson mdrichardson changed the title feat: add getMeetingDetails to TeamsInfo feat: add getMeetingInfo to TeamsInfo Jun 10, 2021
@mdrichardson mdrichardson marked this pull request as ready for review June 10, 2021 23:30
@mdrichardson mdrichardson requested a review from a team as a code owner June 10, 2021 23:30
Copy link
Contributor

@joshgummersall joshgummersall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple quick questions, otherwise this looks good.

libraries/botbuilder/src/teamsInfo.ts Outdated Show resolved Hide resolved
libraries/botbuilder/tests/teamsInfo.test.js Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Teams - get meeting details (JS)
3 participants