setMute method

void setMute(
  1. bool muted
)

Toggles the stream muting.

Implementation

void setMute(bool muted) {
  _hostApi.setMute(muted);
}