一个agora项目能搞定多个直播间吗?

Can an agora project handle multiple live broadcast rooms?

上下文是使用 Agora 服务创建直播 android 应用程序。我不确定一个 agora 项目是否可以处理所有直播间。根据 agora 教程,我使用了需要频道名称和应用程序 ID 的临时令牌。

我想知道如果多个广播公司想要创建不同名称的频道,agora 是否可以同时 运行 多个房间?如何使用临时令牌执行此操作?

如果是,房间会有不同的代币吗?

如果我继续使用应用程序证书生成令牌,是否会有任何重大变化?

你绝对可以使用 Agora 加入多个频道。这是加入多个频道的文件:https://docs.agora.io/en/Video/multiple_channel_android?platform=Android. You can use the token generator to generate the token from the server and it is not hard to do. You can see the instruction here: https://docs.agora.io/en/Video/token_server_cpp?platform=CPP.