callSession.mute() If you mute the call, the remote peer can't hear you. If you unmute the call, the remote peer can hear you again. See also: unmute() Sample await callSession.mute(); Inputs None. Outputs None.