Searched refs:_serverParticipantsCount (Results 1 – 2 of 2) sorted by relevance
165 _serverParticipantsCount = count; in setServerParticipantsCount()176 } else if (_serverParticipantsCount > 0) { in changePeerEmptyCallFlag()400 = (_serverParticipantsCount == _participants.size()); in applyCallFields()479 : std::max(int(_participants.size()), _serverParticipantsCount); in computeParticipantsCount()558 if (_serverParticipantsCount > 0) { in applyParticipantsSlice()559 --_serverParticipantsCount; in applyParticipantsSlice()662 ++_serverParticipantsCount; in applyParticipantsSlice()
217 int _serverParticipantsCount = 0; variable