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
I have an issue with the InvalidAuthenticityToken. Where can I add the token that rails accept the create when I click on 'join' for a room ? I tried to put it in 'options' var but it doesn't work, nothing happens, on clincking the 'join' room button, it trigger the 'create' method but I need to add the token in the params sent to this method, but I can't unfortunately.
And by the way, do you have a documentation or something like this please ? I'm new to WebRTC and I don't get it how I have to use it and moreover how I have to use your gem.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with the
InvalidAuthenticityToken
. Where can I add the token that rails accept the create when I click on 'join' for a room ? I tried to put it in 'options' var but it doesn't work, nothing happens, on clincking the 'join' room button, it trigger the 'create' method but I need to add the token in the params sent to this method, but I can't unfortunately.And by the way, do you have a documentation or something like this please ? I'm new to WebRTC and I don't get it how I have to use it and moreover how I have to use your gem.
Thanks
The text was updated successfully, but these errors were encountered: