Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 655 Bytes

RecordingStarted.md

File metadata and controls

24 lines (18 loc) · 655 Bytes

Daily::RecordingStarted

Properties

Name Type Description Notes
version String The semantic version of the current message. [optional]
type String The type of event that is being provided. [optional]
event_ts Float The Unix epoch time in seconds representing when the event was generated. [optional]
payload RecordingStartedPayload [optional]

Example

require 'daily-ruby'

instance = Daily::RecordingStarted.new(
  version: null,
  type: null,
  event_ts: null,
  payload: null
)