Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAN_NOT_GET_GATEWAY_SERVER #133

Closed
ToriomLab opened this issue Mar 4, 2021 · 6 comments
Closed

CAN_NOT_GET_GATEWAY_SERVER #133

ToriomLab opened this issue Mar 4, 2021 · 6 comments

Comments

@ToriomLab
Copy link

ToriomLab commented Mar 4, 2021

I generate token with php
But When I use it in the video call get this error
https://share.getcloudapp.com/GGu6B7eX

Code tedails
https://share.getcloudapp.com/6quQobA4

Token generated
Token with int uid:
006bd8bb407beab44c3b5c09579820716a2IACaoDsMG7kqVN3gczWqBcs5Y0PPg0RB9CfXk6p3VhmA/gx+f9hiBTIMIgCOQ5IFHvtBYAQAAQCut0BgAwCut0BgAgCut0BgBACut0Bg
Token with user account:
006bd8bb407beab44c3b5c09579820716a2IACLD/sILkveQhcGYxeK04BIifb1l+1D735ujSYAgA1w/gx+f9hiBTIMIgDIrKEEHvtBYAQAAQCut0BgAwCut0BgAgCut0BgBACut0Bg

@plutoless
Copy link
Contributor

@ToriomLab as far as i can see the token itself if legal. could you pls share how you call joinChannel api in your client?

@ToriomLab
Copy link
Author

ToriomLab commented Mar 8, 2021

Thanks to you

I used this demo code
https://share.getcloudapp.com/NQuJmkPP

@plutoless
Copy link
Contributor

it seems the code is not specifying uid from UI.

var options = {
  appid: null,
  channel: null,
  uid: null,
  token: null
};

try filling in the uid and use the one you used to calculate the token.

@ToriomLab
Copy link
Author

I get same Error

@plutoless
Copy link
Contributor

@ToriomLab what did you do? could you show me a complete file which has everything filled?

@ToriomLab
Copy link
Author

Thanks A lot

I path uid here and it is work now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants