muteMic method

void muteMic()

Implementation

void muteMic() {
  context.read<RoomClientRepository>().disableMic();
}