Method: PureCloud::Participant#start_time

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

#start_timeObject

The timestamp when this participant joined the conversation in the provider clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ



25
26
27
# File 'lib/purecloud/models/participant.rb', line 25

def start_time
  @start_time
end