pusher / chatkit-server-ruby

Ruby server SDK for Chatkit
https://pusher.com/chatkit
MIT License
12 stars 11 forks source link

Failed to extract required url params #23

Closed mariahmartinez closed 5 years ago

mariahmartinez commented 5 years ago

What?

When trying to call chatkit.send_message and chatkit.add_users_to_room I get the following error:

https://docs.pusher.com/errors/services/chatkit_authorizer/authorization/url_param_parsing_failed.

I am able to make other requests like: get_users, create_users, create_room.

mariahmartinez commented 5 years ago

Turns out I was passing the room_name instead of room_id as the ID.