Method: PureCloud::ChatMediaParticipant#connected_time
- Defined in:
- lib/purecloud/models/chat_media_participant.rb
#connected_time ⇒ Object
The time when this participant went connected on the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
34 35 36 |
# File 'lib/purecloud/models/chat_media_participant.rb', line 34 def connected_time @connected_time end |