如何检索交互式音频流媒体频道的所有 "audience" 用户

How to retrieve all "audience" users of an interactive audio streaming channel

我正在使用 AgoraWebSDK-NG 进行 Web 实施。

我的应用程序使用交互式音频流。不需要视频。

我想知道如何检索属于频道“观众”(而不是“主持人”)的所有用户。我想在 UI.

中显示这样的“受众”用户

不幸的是,我在这里找不到任何方法可以做到这一点 https://agoraio-community.github.io/AgoraWebSDK-NG/api/en/interfaces/iagorartcclient.html#getlisteners

请告诉我这怎么可能。一个例子会很棒。如果不可能,那么也请告诉我。谢谢。

NG SDK 目前无法做到这一点。要立即实现此目的,您可以使用 Agora RTM SDK.

您可以create an RTM channel with the same name as the RTC channel. Then you can use the RTM's channel events知道观众成员何时加入或离开。