Hoang Minh

Results 21 comments of Hoang Minh

Hi @clsource I am using the official javascript stripe library.

Hi @atyenoria to be exact, I'm trying to install it under Windows system for linux. As you can see in the error message, it says that connection refused, meaning that,...

How do I check it ? I'm following your instructions on the home page.

@Meonardo Thank you. I will try it out

Same for me here. I cannot generate a valid token using the c# package. So far no one is able to help me yet on the ticket `https://github.com/AgoraIO/Tools/issues/131`

Hi @EmmaAzureAgora are you able to generate rtc token that is useable ? I'm currently having an issue to generate a valid token. I have exactly the same code in...

I also run into the same issue. Any help ? I'm using the code below to generate my token: ``` AccessToken token = new AccessToken(_appId, _appCertificate, _channelName, _uid, _ts, _salt);...

The c# code is broken. I was able to generate the token by using node js. Please fix the package to generate code in c#. Thank you !!!

Thanks @fullstack10 . Its not working for me even if I passed uid = "0". This is my generated token when passing uid = "0". However, when I used it...

@fullstack10 Have you tried to use your key with the demo ? https://webdemo.agora.io/agora-web-showcase/examples/Agora-Web-Tutorial-1to1-Web/ For me, key cannot be used to join if using csharp. However, if I use the key...