Transmission methods
How to determine which channels a user is transmitting into.
Read time 1 minuteLast updated 2 days ago
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()