Tools icon indicating copy to clipboard operation
Tools copied to clipboard

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

我在使用Ruby生成token,如果没错的话应该使用的是DynamicKey2::DynamicTokenBuilder,在这个文件里面没有定义renewToken这个方法,但是在comment里面提到了renewToken,想问一下应该如何更新一个token呢? 我希望只生成一个token,所有用户只使用这一个token,我的publisher会持续不间断直播,所以不希望每天都生成一个新的token然后让用户重新加入,感谢帮助!

When will rust be supported, rust is also very popular right now。

When we're tried to use DynamicKey/AgoraDynamicKey with PHP 8.2, we started to get such error: AgoraRTCError CAN_NOT_GET_GATEWAY_SERVER: invalid vendor key, can not find appid. This code change inside Util.php fixed...

`token = EducationTokenBuilder.build_room_user_token(current_app.config['AGORAIO_APP_ID'], current_app.config['AGORAIO_KEY'], course_no, uid, role, current_app.config['AGORAIO_TOKEN_EXPIRATION'])` 不知道为什么上面的代码生成了token,客户端却一直说验证失败 course_no和uid 字符串,数字全都试了一遍,还是不行 ![image](https://github.com/AgoraIO/Tools/assets/1013582/4102fe71-96ff-403f-b59a-c28e25e1b6b7) 项目管理里的临时生成器却可以,参数一样,不知道为什么

I'm currently storing the generated RTC token in local storage, and would like to be able to verify that the generated token is valid/expired without making an API call to...

像php这些根本不能composer安装仅自己的

I am experiencing difficulty generating a token with user privileges to integrate chat into a live session on Agora tools. Could you please assist me with this task?"

If I add npm package agora-access-token, there are too many dependencies installed then expected. This is because it has nodeunit as dependency. nodeunit package should be a dev dependency because...