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

port: [#4530] Add support for meeting participants added/removed events #4538

Merged

Conversation

ceciliaavila
Copy link
Collaborator

Fixes #4530

Description

This PR ports the changes in PR#6677 to add support for the new meeting participants join/leave events.

Specific Changes

  • Added support for 2 new activity types - application/vnd.microsoft.meetingParticipantJoin and application/vnd.microsoft.meetingParticipantLeave.
  • Added functions to register handlers for when teams meeting participants are joined/left.
  • Added unit tests for every case.

Testing

This image shows the implementation tested with a sample.
image

@ceciliaavila ceciliaavila requested a review from a team as a code owner September 21, 2023 13:11
@ceciliaavila ceciliaavila changed the title port:[#6677][#4530] Add support for meeting participants added/removed events port: [#4530] Add support for meeting participants added/removed events Sep 21, 2023
@coveralls
Copy link

coveralls commented Sep 21, 2023

Pull Request Test Coverage Report for Build 6262159545

  • 10 of 10 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 84.869%

Totals Coverage Status
Change from base Build 6124459417: 0.003%
Covered Lines: 20177
Relevant Lines: 22528

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 10b9fe0 into main Oct 3, 2023
14 checks passed
@tracyboehrer tracyboehrer deleted the southworks/add/meeting-participants-added-removed-events branch October 3, 2023 13:57
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.

port: [#6677][Teams] Add support for meeting participants added/removed events
4 participants