Method: PureCloud::Call#muted

Defined in:
lib/purecloud/models/call.rb

#mutedObject

True if this call is muted so that remote participants can’t hear any audio from this end.



37
38
39
# File 'lib/purecloud/models/call.rb', line 37

def muted
  @muted
end