cancel
Showing results for 
Search instead for 
Did you mean: 

Meeting (recording.started ) webhook not listening first time for new OAuth user.

lakebrains
Listener

We have enabled webhook in Zoom marketplace application and configured 4 to 5 webhook events. Getting issues with "recording.started" webhook event, only for the first time for any user. We are unable to listen "recording.started" event on our Zoom application whenever there is a new user created using OAuth.

We are enabling users meeting "cloud recording" Automatic using below zoom API :

"https://api.zoom.us/v2/users/me/settings" with below payload:

"recording": {
                    "auto_recording": "cloud",
                    "cloud_recording": True,
                    "host_pause_stop_recording": True,
                    "ip_address_access_control": {
                    "enable": False
                    }
                },
                "in_meeting": {
                    "closed_caption": True,
                    "closed_captioning": {
                    "auto_transcribing": True,
                    "enable": True,
                    "save_caption": True,
                    "view_full_transcript": True
                    }
                }

 

Still unable to listen event when user enters in a meeting even though "cloud recording" is enabled for the user, using above mentioned API.

Please let us know if we are missing something or there is any extra functionality we need to configure either in the application or in the code.

Thanks

 

1 REPLY 1

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

Welcome to the Zoom Community, @lakebrains.

 

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/


Ray - Need cost-effective Zoom Events Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !