Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
room | String | ||
start_time | Float | ||
duration | Float | ||
ongoing | Boolean | ||
participants | Array<GetMeetingInfo200ResponseDataInnerParticipantsInner> | [optional] |
require 'daily-ruby'
instance = Daily::GetMeetingInfo200ResponseDataInner.new(
id: null,
room: null,
start_time: null,
duration: null,
ongoing: null,
participants: null
)