| 159 | } |
| 160 | |
| 161 | int WsPluginServer::GetConnectedClientsCount() { |
| 162 | return (int)stream_routers_.Size(); |
| 163 | } |
| 164 | |
| 165 | bool WsPluginServer::IsOnlyAudioClients() { |
| 166 | bool only_audio_client = true; |
nothing calls this directly
no outgoing calls
no test coverage detected