Our webhook application stopped working after the weekend. You apparently changed the JSON format to have single quotes ’ instead of double quotes "
Error
JSON standard allows only double quoted string as property key
JSON standard does not allow single quoted strings
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
How To Reproduce (If applicable)
Try getting the json of a webhook request.
Specifically the event subscription when a user joins or leaves the meeting.
Is this an intended change or will it be fixed?