在客户端上生成令牌
Generate Vivox Access Tokens on the client in a Unity project.
阅读时间1 分钟最后更新于 13 天前
Vivox SDK 有两种方法可以处理令牌生成:
- 使用 Unity Authentication 包,请参阅基于 Authentication 的令牌生成。
- 创建 IVivoxTokenProvider 的实现并使用 VivoxService.Instance.SetTokenProvider 将其注册到 Vivox SDK。请参阅 IVivoxTokenProvider 实现。