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
Hello! first of all thanks to everyone who took the time to write this gem!
I'm trying to understand if this is a bug, or a detail I don't fully understand.
Below is the response I'm receiving from zoom when refreshing an expired token fails. I noticed the response does not include a code key, but the raise_error util method expects one?
Hello! first of all thanks to everyone who took the time to write this gem!
I'm trying to understand if this is a bug, or a detail I don't fully understand.
Below is the response I'm receiving from zoom when refreshing an expired token fails. I noticed the response does not include a
code
key, but theraise_error
util method expects one?https://github.com/kyleboe/zoom_rb/blob/main/lib/zoom/utils.rb#L14
The text was updated successfully, but these errors were encountered: