Bug Description
Original bug on teams.net: microsoft/teams.net#276
MettingClient.getParticipant always returns HTTP 404.
- Meeting participant API requires
tenantId query param
- Need encoding in the uri
Steps to Reproduce
- Write a meetings app
- Write a
app.on('getParticipant' ... method
- Set up app, upload to Teams and add app to a meeting
- Start the meeting and trigger the
'getParticipant' method
- See 404
Expected Behavior
getParticipant should return user info
Actual Behavior
HTTP 404
SDK Version
2.0.5
Node.js Version
24.x
Additional Context
No response
Bug Description
Original bug on teams.net: microsoft/teams.net#276
MettingClient.getParticipantalways returns HTTP 404.tenantIdquery paramSteps to Reproduce
app.on('getParticipant' ...method'getParticipant'methodExpected Behavior
getParticipantshould return user infoActual Behavior
HTTP 404
SDK Version
2.0.5
Node.js Version
24.x
Additional Context
No response