Transmission methods
How to determine which channels a user is transmitting into.
阅读时间1 分钟最后更新于 18 小时前
Two methods are available to determine which channels a user is transmitting into:
- returns a ChannelId array that contains each channel you are set to transmit to.
ILoginSession::GetTransmittingChannels() - For any specific , you can check
IChannelSession, which returns true if you are transmitting into that channel.IChannelSession::IsTransmitting()