Home | History | Annotate | Download | only in webrtc

Lines Matching refs:muted

3179 bool WebRtcVoiceMediaChannel::MuteStream(uint32 ssrc, bool muted) {
3185 if (engine()->voe()->volume()->SetInputMute(channel, muted) == -1) {
3186 LOG_RTCERR2(SetInputMute, channel, muted);
3189 // We set the AGC to mute state only when all the channels are muted.
3191 // the mic channel is muted/unmuted. We can't do it today because there
3193 bool all_muted = muted;