Tools icon indicating copy to clipboard operation
Tools copied to clipboard

Results 101 Tools issues
Sort by recently updated
recently updated
newest added

I want to record audio but I can't. I have configured the same as in the doc file but still no success. This is my configured .

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies
javascript

Hello, A strange thing happens when we create a token. The first generated token return 110 invalid token, but on the second try, the same code generates a valid token....

add serviceEducation to accessToken2

Is there a documentation on when / why to use the Privileges? Looking for details like when to use kPublishAudiocdn = 5, kPublishVideoCdn = 6, Also In another issue ,...

Is there a way to write tests for `RtcTokenBuilder`? I want to validate if the parameters are correct, like you can do it with JWTs: ```ts import { verify }...

## 文件位置 https://github.com/AgoraIO/Tools/blob/dev/accesstoken2/DynamicKey/AgoraDynamicKey/java/src/main/java/io/agora/chat/ChatTokenBuilder2.java ## 问题 这里的注释有误,会造成误导。需要改动的地方已经使用 `TODO` 标记。 ```java /** * Build the CHAT user token. * * @param appId: The App ID issued to you by Agora. Apply for...

When calling the buildToken method with all the required arguments downloaded from: https://github.com/AgoraIO/Tools/blob/master/DynamicKey/AgoraDynamicKey/php/src/RtmTokenBuilder.php $token is always null and then the next line fails because $token is null $token->addPrivilege($Privileges\["kRtmLogin"\], $privilegeExpireTs); buildToken...

Could you please add the following lines to Csharp sample code ReadMe? Customer firstly hits the issues easily. 1- There are 2 different classes, one to generate key and another...

Hi! I was trying to test the token creator but when i generate a token with this it doesn't work, please help! private string _appId = "xxxxxxxxxxxxx"; private string _appCertificate...