Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 670 Bytes

MeetingParticipantsGetResDataInner.md

File metadata and controls

28 lines (22 loc) · 670 Bytes

Daily::MeetingParticipantsGetResDataInner

Properties

Name Type Description Notes
id String [optional]
room String [optional]
start_time Integer [optional]
duration Integer [optional]
ongoing Boolean [optional]
max_participants Integer [optional]

Example

require 'daily-ruby'

instance = Daily::MeetingParticipantsGetResDataInner.new(
  id: d61cd7b2-a273-42b4-89bd-be763fd562c1,
  room: room-name,
  start_time: 1672606399,
  duration: 2055,
  ongoing: false,
  max_participants: 4
)