getMutedBy method

RTCUser? getMutedBy()

Implementation

RTCUser? getMutedBy() {
  return mutedBy;
}