getMuted method

RTCUser? getMuted()

Implementation

RTCUser? getMuted() {
  return muted;
}