使用Flutter应用程序生成代币-Agora



有没有办法从Flutter应用程序生成令牌,然后对其进行验证?

我尝试在AgoraRtcEngine.joinChannel(null, widget.channelName, null, 0);Token参数中传递null,但它显示观众的黑屏

已经通过:

  • 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

相关内容

  • 没有找到相关文章

最新更新