Searched refs:it_channel (Results 1 – 1 of 1) sorted by relevance
278 std::map<std::string, VoiceChannel *>::iterator it_channel; in RemoveSession() local279 it_channel = voice_channel_map_.find(session->id()); in RemoveSession()280 if (it_channel != voice_channel_map_.end()) { in RemoveSession()281 VoiceChannel *voice_channel = it_channel->second; in RemoveSession()282 voice_channel_map_.erase(it_channel); in RemoveSession()379 std::map<std::string, VoiceChannel *>::iterator it_channel; in Join() local380 it_channel = call->voice_channel_map_.find(session->id()); in Join()381 if (it_channel != call->voice_channel_map_.end()) { in Join()382 VoiceChannel *voice_channel = (*it_channel).second; in Join()383 call->voice_channel_map_.erase(it_channel); in Join()