Method: PureCloud::Video#hash

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

#hashObject

Calculate hash code according to all attributes.



182
183
184
# File 'lib/purecloud/models/video.rb', line 182

def hash
  [state, id, context, audio_muted, video_muted, sharing_screen, peer_count, disconnect_type, connected_time, disconnected_time].hash
end