Skip to content

Fix MeetingClient API usage for getParticipant and getById#448

Merged
corinagum merged 2 commits into
mainfrom
cg/getParticipant
Feb 11, 2026
Merged

Fix MeetingClient API usage for getParticipant and getById#448
corinagum merged 2 commits into
mainfrom
cg/getParticipant

Conversation

@corinagum

Copy link
Copy Markdown
Collaborator

Fixes #447

Problem

  • MeetingClient.getParticipant requires tenantId to be a url param
  • URL params need encoding

Fix

  1. Add tenantId to getParticipant as third parameter and add it as url parameter ?tenantId=${tenantId}
  2. Update getParticipant and getById with URI encoding
  3. Update tests
  4. Docs updates TBD in teams.sdk

…URI encoding to `getParticipant` and `getById`
Comment thread packages/api/src/clients/meeting.spec.ts
Comment thread packages/api/src/clients/meeting.ts
@corinagum
corinagum requested a review from lilyydu February 10, 2026 22:50
@corinagum
corinagum merged commit b3093cb into main Feb 11, 2026
9 checks passed
@corinagum
corinagum deleted the cg/getParticipant branch February 11, 2026 18:16
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.

[Bug]: getParticipant returns 404

3 participants