cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

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

lakebrains
Newcomer
Newcomer

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 -- check out the GoodClix website or the Z-SPAN website.