isMute method

bool isMute()

Implementation

bool isMute() {
  RCRTCLog.d(tag, "isMute $_mute");
  return _mute;
}