Tools
Tools copied to clipboard
Adds a missing import for the `struct` library in the python3 AccessToken module.
Regarding to a thread in the Agora-Dev Slack-channel: https://agoraiodev.slack.com/archives/CPQP4GMJ9/p1625491481455400?thread_ts=1623209902.170000&cid=CPQP4GMJ9 These are the code changes to make the RtmTokenBuilder.py return a valid token. The problem was that the call to AccessToken...
Without this 'import struct' , Python interpreter throws an error of "NameError: name 'struct' is not defined". To solve this error, 'import struct' is needed.
``` static std::string buildTokenWithUserAccount( > parent of 4408a79... Merge pull request #154 from winking324/dev/accesstoken2 }; ```
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.2 to 1.5.5. Release notes Sourced from color-string's releases. 1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity) Release notes copied verbatim from the commit message, which can...
I am using Agora.io RTC SDK 4.5 and its working perfectly fine in all browsers but creating an issue in Mozilla Firefox only. Its disconnecting from socket as the error...
i have an project in agora with the app certificate enabled. the problem is , if i set the `role` in the `RtcTokenBuilder` to `RtcRole.SUBSCRIBER` and then set it to...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...