Transmission methods
How to determine which channels a user is transmitting into.
読み終わるまでの所要時間 1 分最終更新 12日前
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()