I am developing an application using the Zoom App Marketplace and have configured a webhook to receive events related to meetings. However, I am encountering an issue with receiving complete data from the meeting.participant_joined
event. Below are the details:
- My Application’s Client ID: nZK3bW3QQWe9q4FdzIjlA
- Event Name: meeting.participant_joined
- Endpoint URL: https://zoom-test-2-07b2b77dbe7f.herokuapp.com/webhook
- Issue Description: The webhook is only returning partial information about the
participant
object. Specifically, the information provided does not include detailed participant data such asuser_id
,user_name
, andjoin_time
; it only shows[Object]
. I need this information for further processing in my application.
I have verified the webhook configuration on the Zoom App Marketplace management page and ensured that I have selected the correct event and configured the necessary scopes.
I would appreciate your assistance in resolving this issue. Please let me know if you need any more information.