You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The receive-from-zoom webhook currently fails to create a transcript when it receives an event for a meeting that has an ID containing a slash, because zoom returns a 404 response when it tries to build a transcript. This happens because zoom requires meeting IDs with slashes or double slashes to be double encoded.
To resolve:
Update the receive from zoom webhook to double encode meeting IDs if they contain slashes.
Issue/Goal:
To resolve: