Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Working with Zoom webhooks - particularly Meeting events: https://developers.zoom.us/docs/api/rest/reference/zoom-api/events/#tag/meeting
Description
We would like our app to receive an event when a participant joins the meeting by dialing-in through their phone keypad without a participant ID. From our testing - we receive an event if the user dials in through the Zoom app, but not if they dial the number on their phone keypad (& omit a participant id).
Error?
No error - just no event received
How To Reproduce
Steps to reproduce the behavior:
- Schedule Zoom meeting
- Join meeting by dialing number + meeting id using phone keypad (ie not through Zoom app)
- Skip entering participant ID
We would expect to receive a participant_joined
event containing the user’s phone number, but instead no event is received.