lib/purecloud/models/screenshare.rb in purecloud-0.63.1 vs lib/purecloud/models/screenshare.rb in purecloud-0.64.1
- old
+ new
@@ -111,9 +111,11 @@
self.context = attributes[:'context']
end
if attributes[:'sharing']
self.sharing = attributes[:'sharing']
+ else
+ self.sharing = false
end
if attributes[:'peerCount']
self.peer_count = attributes[:'peerCount']
end