使用 Flutter 应用生成 Token - 声网
Generate Token using the Flutter Application - Agora
有什么方法可以从 Flutter 应用程序生成 Token 然后验证它吗?
我尝试在 AgoraRtcEngine.joinChannel(null, widget.channelName, null, 0);
的 Token
参数中传递 null
,但它为 Audience
显示黑屏
已通过:
- https://github.com/AgoraIO-Community/Agora-Flutter-Quickstart
- https://docs.agora.io/en/Real-time-Messaging/token_server_rtm
和其他官方文档,但在 Flutter 中没有任何帮助。
任何帮助将不胜感激:)
无论您使用什么平台,都需要使用您自己的服务器生成令牌。您可以查看本指南,了解如何构建自己的服务器:https://www.agora.io/en/blog/how-to-build-a-token-server-using-golang/
您可以查看解释如何在 Flutter 代码中使用令牌的要点:
使用令牌 - https://gist.github.com/Meherdeep/25d4bdac5dad0c4547809754c9e8417e
更新令牌 - https://gist.github.com/Meherdeep/088c5700f141d27b5e849d466c2358fb
有什么方法可以从 Flutter 应用程序生成 Token 然后验证它吗?
我尝试在 AgoraRtcEngine.joinChannel(null, widget.channelName, null, 0);
的 Token
参数中传递 null
,但它为 Audience
已通过:
- https://github.com/AgoraIO-Community/Agora-Flutter-Quickstart
- https://docs.agora.io/en/Real-time-Messaging/token_server_rtm
和其他官方文档,但在 Flutter 中没有任何帮助。
任何帮助将不胜感激:)
无论您使用什么平台,都需要使用您自己的服务器生成令牌。您可以查看本指南,了解如何构建自己的服务器:https://www.agora.io/en/blog/how-to-build-a-token-server-using-golang/
您可以查看解释如何在 Flutter 代码中使用令牌的要点: 使用令牌 - https://gist.github.com/Meherdeep/25d4bdac5dad0c4547809754c9e8417e 更新令牌 - https://gist.github.com/Meherdeep/088c5700f141d27b5e849d466c2358fb