Transmission methods
How to determine which channels a user is transmitting into.
읽는 시간 1분최근 업데이트: 8일 전
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()