Method: Daily::RecordingStartedPayload#start_ts
- Defined in:
- lib/daily-ruby/models/recording_started_payload.rb
#start_ts ⇒ Object
The Unix epoch time in seconds representing when the recording started.
34 35 36 |
# File 'lib/daily-ruby/models/recording_started_payload.rb', line 34 def start_ts @start_ts end |