Home | History | Annotate | Download | only in webrtc

Lines Matching refs:muted

619   bool muted() {return muted_; }
2817 bool WebRtcVideoMediaChannel::MuteStream(uint32 ssrc, bool muted) {
2823 send_channel->set_muted(muted);
3206 const bool mute = (send_channel->muted() && !is_screencast);