Description
I’ve created a user-managed OAuth app, and enabled all events to be delivered to the event subscription URL specified in the app config. When I install the app in my developer account and create test meetings, webinars, and recordings, I’m receiving every event at my subscription URL, except the recording.renamed event. Renaming a recording doesn’t generate an associated webhook event.
I’ve double-checked that I’ve configured the event in our app’s Event Subscriptions, we have a Business Plan, and I’m trying to rename a cloud recording (for which I receive other recording events, like recording.completed)
Is anyone else able to replicate this?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth, user-managed app
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Enable the Recording Renamed event in the Event Subscription section of an OAuth app
- Generate a recording for a meeting
- Once the recording has completed, rename it. No recording.renamed event is sent to the URL associated with the event subscription.