Method: PureCloud::Participant#connected_time
- Defined in:
- lib/purecloud/models/participant.rb
#connected_time ⇒ Object
The timestamp when this participant was connected to the conversation in the provider clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ
31 32 33 |
# File 'lib/purecloud/models/participant.rb', line 31 def connected_time @connected_time end |