Skip to content

Website bug: Zoom webhook fails to create transcripts for meetings with IDs containing slashes. #31192

@eashaw

Description

@eashaw

Issue/Goal:

  • 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as documented

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions