User.signed_in webhook event returns updated client_type values

Previously, the client_type enum was incorrectly returning an uppercase browser value instead of a lowercase value. This behavior has been corrected and now aligns with what is described in the spec.

https://developers.zoom.us/docs/api/rest/reference/zoom-api/events/#operation/user.signed_in

2 Likes