daily-ruby 0.0.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (329) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +13 -12
  4. data/README.md +198 -42
  5. data/daily-ruby.gemspec +4 -4
  6. data/docs/BatchRoomCreateRequest.md +18 -0
  7. data/docs/BatchRoomCreateRequestRoomsInner.md +22 -0
  8. data/docs/BatchRoomDelete200Response.md +18 -0
  9. data/docs/BatchRoomsApi.md +150 -0
  10. data/docs/CreateMeetingToken200Response.md +18 -0
  11. data/docs/CreateMeetingTokenRequest.md +18 -0
  12. data/docs/CreateRoom200Response.md +30 -0
  13. data/docs/{RoomRequest.md → CreateRoomRequest.md} +3 -3
  14. data/docs/DailyLiveStreamingOptions.md +40 -0
  15. data/docs/DailyLiveStreamingOptionsRtmpUrl.md +49 -0
  16. data/docs/DailyStreamingActiveParticipantLayoutConfig.md +18 -0
  17. data/docs/DailyStreamingCustomLayoutConfig.md +24 -0
  18. data/docs/DailyStreamingCustomLayoutConfigCompositionParams.md +15 -0
  19. data/docs/DailyStreamingDefaultLayoutConfig.md +20 -0
  20. data/docs/DailyStreamingEndpoint.md +18 -0
  21. data/docs/DailyStreamingLayoutConfig.md +69 -0
  22. data/docs/DailyStreamingOptions.md +36 -0
  23. data/docs/DailyStreamingPortraitLayoutConfig.md +22 -0
  24. data/docs/DailyStreamingPortraitLayoutVariant.md +15 -0
  25. data/docs/DailyStreamingSingleParticipantLayoutConfig.md +20 -0
  26. data/docs/DeleteTranscript200Response.md +30 -0
  27. data/docs/Domain.md +18 -0
  28. data/docs/DomainApi.md +149 -0
  29. data/docs/DomainProperties.md +74 -0
  30. data/docs/Eject200Response.md +18 -0
  31. data/docs/EjectRequest.md +18 -0
  32. data/docs/GetDomainConfig200Response.md +22 -0
  33. data/docs/GetDomainConfig200ResponseConfig.md +54 -0
  34. data/docs/GetDomainConfig200ResponseConfigRecordingsBucket.md +20 -0
  35. data/docs/GetMeetingInfo200Response.md +20 -0
  36. data/docs/GetMeetingInfo200ResponseDataInner.md +28 -0
  37. data/docs/GetMeetingInfo200ResponseDataInnerParticipantsInner.md +26 -0
  38. data/docs/GetPresence200Response.md +18 -0
  39. data/docs/GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner.md +28 -0
  40. data/docs/GetRecordingInfo200Response.md +36 -0
  41. data/docs/GetRecordingInfo200ResponseTracksInner.md +22 -0
  42. data/docs/GetRecordingLink200Response.md +20 -0
  43. data/docs/GetTranscriptInfo200Response.md +32 -0
  44. data/docs/GetTranscriptInfo200ResponseOutParams.md +22 -0
  45. data/docs/GetTranscriptLink200Response.md +22 -0
  46. data/docs/ListAPILogs200Response.md +38 -0
  47. data/docs/ListRecordings200Response.md +20 -0
  48. data/docs/ListRecordings200ResponseDataInner.md +30 -0
  49. data/docs/ListRooms200Response.md +20 -0
  50. data/docs/ListRooms200ResponseDataInner.md +30 -0
  51. data/docs/ListRooms200ResponseDataInnerConfig.md +18 -0
  52. data/docs/ListTranscript200Response.md +20 -0
  53. data/docs/ListTranscript200ResponseDataInner.md +28 -0
  54. data/docs/LogsApi.md +177 -0
  55. data/docs/MeetingParticipantsGetRes.md +20 -0
  56. data/docs/MeetingParticipantsGetResDataInner.md +28 -0
  57. data/docs/MeetingTokensApi.md +92 -14
  58. data/docs/MeetingsApi.md +247 -0
  59. data/docs/MeetingsMeetingGetRes.md +28 -0
  60. data/docs/Permissions.md +22 -0
  61. data/docs/{MeetingTokenRequestPropertiesPermissionsCanSend.md → PermissionsCanAdmin.md} +4 -4
  62. data/docs/{MeetingTokenRequestPropertiesPermissionsCanAdmin.md → PermissionsCanSend.md} +4 -4
  63. data/docs/PostWebhook.md +22 -0
  64. data/docs/PresenceApi.md +74 -0
  65. data/docs/Properties.md +60 -0
  66. data/docs/RecordingError.md +24 -0
  67. data/docs/RecordingErrorPayload.md +26 -0
  68. data/docs/RecordingReadyToDownload.md +24 -0
  69. data/docs/RecordingReadyToDownloadPayload.md +34 -0
  70. data/docs/RecordingStarted.md +24 -0
  71. data/docs/RecordingStartedPayload.md +28 -0
  72. data/docs/RecordingStreamingOptions.md +38 -0
  73. data/docs/RecordingsApi.md +303 -0
  74. data/docs/RecordingsBucket.md +26 -0
  75. data/docs/RoomProperties.md +94 -0
  76. data/docs/RoomPropertiesStreamingEndpointsInner.md +28 -0
  77. data/docs/RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner.md +26 -0
  78. data/docs/RoomsApi.md +1418 -0
  79. data/docs/RoomsRoomNameGetRes.md +30 -0
  80. data/docs/RoomsRoomNamePresenceGetRes.md +20 -0
  81. data/docs/RoomsRoomNamePresenceGetResDataInner.md +28 -0
  82. data/docs/SendAppMessageRequest.md +20 -0
  83. data/docs/SetRoomConfigRequest.md +20 -0
  84. data/docs/SetSessionDataRequest.md +22 -0
  85. data/docs/StreamingEnded.md +24 -0
  86. data/docs/StreamingEndedPayload.md +22 -0
  87. data/docs/StreamingError.md +24 -0
  88. data/docs/StreamingErrorPayload.md +26 -0
  89. data/docs/StreamingStarted.md +24 -0
  90. data/docs/StreamingStartedPayload.md +24 -0
  91. data/docs/StreamingUpdated.md +24 -0
  92. data/docs/StreamingUpdatedPayload.md +24 -0
  93. data/docs/TranscriptApi.md +305 -0
  94. data/docs/TranscriptionBucket.md +24 -0
  95. data/docs/TranscriptionProperties.md +32 -0
  96. data/docs/TranscriptionPropertiesEndpointing.md +49 -0
  97. data/docs/TranscriptionPropertiesRedact.md +51 -0
  98. data/docs/UpdatePermissionsRequest.md +18 -0
  99. data/docs/UpdatePermissionsRequestDataValue.md +22 -0
  100. data/docs/UpdatePermissionsRequestDataValueCanSend.md +49 -0
  101. data/docs/UpdateWebhook.md +22 -0
  102. data/docs/ValidateMeetingToken200Response.md +28 -0
  103. data/docs/Webhook.md +38 -0
  104. data/docs/WebhooksApi.md +370 -0
  105. data/example.rb +61 -0
  106. data/lib/daily-ruby/api/batch_rooms_api.rb +143 -0
  107. data/lib/daily-ruby/api/domain_api.rb +143 -0
  108. data/lib/daily-ruby/api/logs_api.rb +181 -0
  109. data/lib/daily-ruby/api/meeting_tokens_api.rb +81 -15
  110. data/lib/daily-ruby/api/meetings_api.rb +238 -0
  111. data/lib/daily-ruby/api/presence_api.rb +77 -0
  112. data/lib/daily-ruby/api/recordings_api.rb +280 -0
  113. data/lib/daily-ruby/api/rooms_api.rb +1302 -0
  114. data/lib/daily-ruby/api/transcript_api.rb +283 -0
  115. data/lib/daily-ruby/api/webhooks_api.rb +339 -0
  116. data/lib/daily-ruby/api_client.rb +4 -4
  117. data/lib/daily-ruby/api_error.rb +4 -4
  118. data/lib/daily-ruby/configuration.rb +19 -7
  119. data/lib/daily-ruby/models/{room_deleted_response.rb → batch_room_create_request.rb} +16 -24
  120. data/lib/daily-ruby/models/batch_room_create_request_rooms_inner.rb +232 -0
  121. data/lib/daily-ruby/models/batch_room_delete200_response.rb +214 -0
  122. data/lib/daily-ruby/models/{meeting_token_response.rb → create_meeting_token200_response.rb} +7 -9
  123. data/lib/daily-ruby/models/{room_not_found_response.rb → create_meeting_token_request.rb} +14 -24
  124. data/lib/daily-ruby/models/create_room200_response.rb +270 -0
  125. data/lib/daily-ruby/models/create_room_request.rb +232 -0
  126. data/lib/daily-ruby/models/daily_live_streaming_options.rb +324 -0
  127. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions_can_send.rb → daily_live_streaming_options_rtmp_url.rb} +6 -6
  128. data/lib/daily-ruby/models/{room_request.rb → daily_streaming_active_participant_layout_config.rb} +29 -41
  129. data/lib/daily-ruby/models/daily_streaming_custom_layout_config.rb +293 -0
  130. data/lib/daily-ruby/models/daily_streaming_custom_layout_config_composition_params.rb +105 -0
  131. data/lib/daily-ruby/models/daily_streaming_default_layout_config.rb +264 -0
  132. data/lib/daily-ruby/models/daily_streaming_endpoint.rb +221 -0
  133. data/lib/daily-ruby/models/daily_streaming_layout_config.rb +46 -0
  134. data/lib/daily-ruby/models/daily_streaming_options.rb +304 -0
  135. data/lib/daily-ruby/models/daily_streaming_portrait_layout_config.rb +273 -0
  136. data/lib/daily-ruby/models/daily_streaming_portrait_layout_variant.rb +40 -0
  137. data/lib/daily-ruby/models/daily_streaming_single_participant_layout_config.rb +271 -0
  138. data/lib/daily-ruby/models/delete_transcript200_response.rb +307 -0
  139. data/lib/daily-ruby/models/{meeting_token_request.rb → domain.rb} +8 -9
  140. data/lib/daily-ruby/models/domain_properties.rb +570 -0
  141. data/lib/daily-ruby/models/eject200_response.rb +216 -0
  142. data/lib/daily-ruby/models/eject_request.rb +217 -0
  143. data/lib/daily-ruby/models/get_domain_config200_response.rb +271 -0
  144. data/lib/daily-ruby/models/get_domain_config200_response_config.rb +395 -0
  145. data/lib/daily-ruby/models/get_domain_config200_response_config_recordings_bucket.rb +223 -0
  146. data/lib/daily-ruby/models/get_meeting_info200_response.rb +259 -0
  147. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner.rb +353 -0
  148. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner_participants_inner.rb +290 -0
  149. data/lib/daily-ruby/models/get_presence200_response.rb +243 -0
  150. data/lib/daily-ruby/models/get_presence200_response_aivw_whz_hl_lhr_sd_hdw7_ew_inner.rb +370 -0
  151. data/lib/daily-ruby/models/get_recording_info200_response.rb +340 -0
  152. data/lib/daily-ruby/models/get_recording_info200_response_tracks_inner.rb +269 -0
  153. data/lib/daily-ruby/models/get_recording_link200_response.rb +225 -0
  154. data/lib/daily-ruby/models/get_transcript_info200_response.rb +317 -0
  155. data/lib/daily-ruby/models/get_transcript_info200_response_out_params.rb +232 -0
  156. data/lib/daily-ruby/models/get_transcript_link200_response.rb +233 -0
  157. data/lib/daily-ruby/models/list_api_logs200_response.rb +315 -0
  158. data/lib/daily-ruby/models/list_recordings200_response.rb +227 -0
  159. data/lib/daily-ruby/models/list_recordings200_response_data_inner.rb +272 -0
  160. data/lib/daily-ruby/models/list_rooms200_response.rb +227 -0
  161. data/lib/daily-ruby/models/list_rooms200_response_data_inner.rb +270 -0
  162. data/lib/daily-ruby/models/list_rooms200_response_data_inner_config.rb +216 -0
  163. data/lib/daily-ruby/models/list_transcript200_response.rb +227 -0
  164. data/lib/daily-ruby/models/list_transcript200_response_data_inner.rb +298 -0
  165. data/lib/daily-ruby/models/meeting_participants_get_res.rb +225 -0
  166. data/lib/daily-ruby/models/meeting_participants_get_res_data_inner.rb +259 -0
  167. data/lib/daily-ruby/models/meetings_meeting_get_res.rb +259 -0
  168. data/lib/daily-ruby/models/permissions.rb +234 -0
  169. data/lib/daily-ruby/models/permissions_can_admin.rb +106 -0
  170. data/lib/daily-ruby/models/permissions_can_send.rb +106 -0
  171. data/lib/daily-ruby/models/post_webhook.rb +259 -0
  172. data/lib/daily-ruby/models/{meeting_token_request_properties.rb → properties.rb} +81 -29
  173. data/lib/daily-ruby/models/recording_error.rb +278 -0
  174. data/lib/daily-ruby/models/recording_error_payload.rb +290 -0
  175. data/lib/daily-ruby/models/recording_ready_to_download.rb +278 -0
  176. data/lib/daily-ruby/models/recording_ready_to_download_payload.rb +344 -0
  177. data/lib/daily-ruby/models/recording_started.rb +278 -0
  178. data/lib/daily-ruby/models/recording_started_payload.rb +299 -0
  179. data/lib/daily-ruby/models/recording_streaming_options.rb +350 -0
  180. data/lib/daily-ruby/models/recordings_bucket.rb +258 -0
  181. data/lib/daily-ruby/models/room_properties.rb +678 -0
  182. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner.rb +267 -0
  183. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner_hls_config_variants_inner.rb +255 -0
  184. data/lib/daily-ruby/models/{room_response.rb → rooms_room_name_get_res.rb} +22 -12
  185. data/lib/daily-ruby/models/rooms_room_name_presence_get_res.rb +225 -0
  186. data/lib/daily-ruby/models/rooms_room_name_presence_get_res_data_inner.rb +259 -0
  187. data/lib/daily-ruby/models/send_app_message_request.rb +227 -0
  188. data/lib/daily-ruby/models/set_room_config_request.rb +223 -0
  189. data/lib/daily-ruby/models/set_session_data_request.rb +273 -0
  190. data/lib/daily-ruby/models/streaming_ended.rb +278 -0
  191. data/lib/daily-ruby/models/streaming_ended_payload.rb +236 -0
  192. data/lib/daily-ruby/models/streaming_error.rb +278 -0
  193. data/lib/daily-ruby/models/streaming_error_payload.rb +256 -0
  194. data/lib/daily-ruby/models/streaming_started.rb +278 -0
  195. data/lib/daily-ruby/models/streaming_started_payload.rb +245 -0
  196. data/lib/daily-ruby/models/streaming_updated.rb +278 -0
  197. data/lib/daily-ruby/models/streaming_updated_payload.rb +245 -0
  198. data/lib/daily-ruby/models/{server_error_response.rb → transcription_bucket.rb} +46 -16
  199. data/lib/daily-ruby/models/transcription_properties.rb +283 -0
  200. data/lib/daily-ruby/models/transcription_properties_endpointing.rb +106 -0
  201. data/lib/daily-ruby/models/transcription_properties_redact.rb +107 -0
  202. data/lib/daily-ruby/models/update_permissions_request.rb +216 -0
  203. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions.rb → update_permissions_request_data_value.rb} +13 -12
  204. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions_can_admin.rb → update_permissions_request_data_value_can_send.rb} +5 -5
  205. data/lib/daily-ruby/models/update_webhook.rb +259 -0
  206. data/lib/daily-ruby/models/validate_meeting_token200_response.rb +265 -0
  207. data/lib/daily-ruby/models/webhook.rb +339 -0
  208. data/lib/daily-ruby/version.rb +5 -5
  209. data/lib/daily-ruby.rb +102 -17
  210. data/spec/api/batch_rooms_api_spec.rb +58 -0
  211. data/spec/api/domain_api_spec.rb +58 -0
  212. data/spec/api/logs_api_spec.rb +70 -0
  213. data/spec/api/meeting_tokens_api_spec.rb +21 -8
  214. data/spec/api/meetings_api_spec.rb +81 -0
  215. data/spec/api/presence_api_spec.rb +45 -0
  216. data/spec/api/recordings_api_spec.rb +86 -0
  217. data/spec/api/rooms_api_spec.rb +278 -0
  218. data/spec/api/transcript_api_spec.rb +87 -0
  219. data/spec/api/webhooks_api_spec.rb +95 -0
  220. data/spec/models/batch_room_create_request_rooms_inner_spec.rb +48 -0
  221. data/spec/models/batch_room_create_request_spec.rb +36 -0
  222. data/spec/models/batch_room_delete200_response_spec.rb +36 -0
  223. data/spec/models/create_meeting_token200_response_spec.rb +36 -0
  224. data/spec/models/create_meeting_token_request_spec.rb +36 -0
  225. data/spec/models/create_room200_response_spec.rb +72 -0
  226. data/spec/models/{room_request_spec.rb → create_room_request_spec.rb} +10 -14
  227. data/spec/models/daily_live_streaming_options_rtmp_url_spec.rb +32 -0
  228. data/spec/models/daily_live_streaming_options_spec.rb +102 -0
  229. data/spec/models/daily_streaming_active_participant_layout_config_spec.rb +40 -0
  230. data/spec/models/daily_streaming_custom_layout_config_composition_params_spec.rb +21 -0
  231. data/spec/models/daily_streaming_custom_layout_config_spec.rb +58 -0
  232. data/spec/models/daily_streaming_default_layout_config_spec.rb +46 -0
  233. data/spec/models/daily_streaming_endpoint_spec.rb +36 -0
  234. data/spec/models/daily_streaming_layout_config_spec.rb +38 -0
  235. data/spec/models/daily_streaming_options_spec.rb +90 -0
  236. data/spec/models/daily_streaming_portrait_layout_config_spec.rb +52 -0
  237. data/spec/models/daily_streaming_portrait_layout_variant_spec.rb +30 -0
  238. data/spec/models/daily_streaming_single_participant_layout_config_spec.rb +46 -0
  239. data/spec/models/delete_transcript200_response_spec.rb +76 -0
  240. data/spec/models/{room_request_properties_spec.rb → domain_properties_spec.rb} +39 -49
  241. data/spec/models/domain_spec.rb +36 -0
  242. data/spec/models/eject200_response_spec.rb +36 -0
  243. data/spec/models/eject_request_spec.rb +36 -0
  244. data/spec/models/get_domain_config200_response_config_recordings_bucket_spec.rb +42 -0
  245. data/spec/models/get_domain_config200_response_config_spec.rb +144 -0
  246. data/spec/models/get_domain_config200_response_spec.rb +48 -0
  247. data/spec/models/get_meeting_info200_response_data_inner_participants_inner_spec.rb +60 -0
  248. data/spec/models/get_meeting_info200_response_data_inner_spec.rb +66 -0
  249. data/spec/models/get_meeting_info200_response_spec.rb +42 -0
  250. data/spec/models/get_presence200_response_aivw_whz_hl_lhr_sd_hdw7_ew_inner_spec.rb +66 -0
  251. data/spec/models/get_presence200_response_spec.rb +36 -0
  252. data/spec/models/get_recording_info200_response_spec.rb +94 -0
  253. data/spec/models/get_recording_info200_response_tracks_inner_spec.rb +52 -0
  254. data/spec/models/get_recording_link200_response_spec.rb +42 -0
  255. data/spec/models/get_transcript_info200_response_out_params_spec.rb +48 -0
  256. data/spec/models/get_transcript_info200_response_spec.rb +82 -0
  257. data/spec/models/get_transcript_link200_response_spec.rb +48 -0
  258. data/spec/models/list_api_logs200_response_spec.rb +96 -0
  259. data/spec/models/list_recordings200_response_data_inner_spec.rb +72 -0
  260. data/spec/models/list_recordings200_response_spec.rb +42 -0
  261. data/spec/models/list_rooms200_response_data_inner_config_spec.rb +36 -0
  262. data/spec/models/list_rooms200_response_data_inner_spec.rb +72 -0
  263. data/spec/models/list_rooms200_response_spec.rb +42 -0
  264. data/spec/models/list_transcript200_response_data_inner_spec.rb +70 -0
  265. data/spec/models/list_transcript200_response_spec.rb +42 -0
  266. data/spec/models/meeting_participants_get_res_data_inner_spec.rb +66 -0
  267. data/spec/models/meeting_participants_get_res_spec.rb +42 -0
  268. data/spec/models/meetings_meeting_get_res_spec.rb +66 -0
  269. data/spec/models/{meeting_token_request_properties_permissions_can_send_spec.rb → permissions_can_admin_spec.rb} +6 -6
  270. data/spec/models/{meeting_token_request_properties_permissions_can_admin_spec.rb → permissions_can_send_spec.rb} +6 -6
  271. data/spec/models/{meeting_token_request_properties_permissions_spec.rb → permissions_spec.rb} +10 -10
  272. data/spec/models/post_webhook_spec.rb +52 -0
  273. data/spec/models/{meeting_token_request_properties_spec.rb → properties_spec.rb} +27 -15
  274. data/spec/models/recording_error_payload_spec.rb +64 -0
  275. data/spec/models/recording_error_spec.rb +58 -0
  276. data/spec/models/recording_ready_to_download_payload_spec.rb +92 -0
  277. data/spec/models/recording_ready_to_download_spec.rb +58 -0
  278. data/spec/models/recording_started_payload_spec.rb +70 -0
  279. data/spec/models/recording_started_spec.rb +58 -0
  280. data/spec/models/recording_streaming_options_spec.rb +100 -0
  281. data/spec/models/recordings_bucket_spec.rb +60 -0
  282. data/spec/models/room_properties_spec.rb +272 -0
  283. data/spec/models/room_properties_streaming_endpoints_inner_hls_config_variants_inner_spec.rb +60 -0
  284. data/spec/models/room_properties_streaming_endpoints_inner_spec.rb +66 -0
  285. data/spec/models/{room_response_spec.rb → rooms_room_name_get_res_spec.rb} +16 -10
  286. data/spec/models/rooms_room_name_presence_get_res_data_inner_spec.rb +66 -0
  287. data/spec/models/rooms_room_name_presence_get_res_spec.rb +42 -0
  288. data/spec/models/send_app_message_request_spec.rb +42 -0
  289. data/spec/models/set_room_config_request_spec.rb +42 -0
  290. data/spec/models/set_session_data_request_spec.rb +52 -0
  291. data/spec/models/streaming_ended_payload_spec.rb +48 -0
  292. data/spec/models/streaming_ended_spec.rb +58 -0
  293. data/spec/models/streaming_error_payload_spec.rb +60 -0
  294. data/spec/models/streaming_error_spec.rb +58 -0
  295. data/spec/models/streaming_started_payload_spec.rb +54 -0
  296. data/spec/models/streaming_started_spec.rb +58 -0
  297. data/spec/models/streaming_updated_payload_spec.rb +54 -0
  298. data/spec/models/streaming_updated_spec.rb +58 -0
  299. data/spec/models/transcription_bucket_spec.rb +54 -0
  300. data/spec/models/transcription_properties_endpointing_spec.rb +32 -0
  301. data/spec/models/transcription_properties_redact_spec.rb +32 -0
  302. data/spec/models/transcription_properties_spec.rb +78 -0
  303. data/spec/models/update_permissions_request_data_value_can_send_spec.rb +32 -0
  304. data/spec/models/update_permissions_request_data_value_spec.rb +48 -0
  305. data/spec/models/update_permissions_request_spec.rb +36 -0
  306. data/spec/models/update_webhook_spec.rb +52 -0
  307. data/spec/models/validate_meeting_token200_response_spec.rb +66 -0
  308. data/spec/models/webhook_spec.rb +100 -0
  309. data/spec/spec_helper.rb +4 -4
  310. metadata +395 -55
  311. data/daily.yaml +0 -460
  312. data/docs/MeetingTokenRequest.md +0 -18
  313. data/docs/MeetingTokenRequestProperties.md +0 -56
  314. data/docs/MeetingTokenRequestPropertiesPermissions.md +0 -22
  315. data/docs/MeetingTokenResponse.md +0 -18
  316. data/docs/RoomApi.md +0 -297
  317. data/docs/RoomDeletedResponse.md +0 -20
  318. data/docs/RoomNotFoundResponse.md +0 -20
  319. data/docs/RoomRequestProperties.md +0 -76
  320. data/docs/RoomResponse.md +0 -28
  321. data/docs/ServerErrorResponse.md +0 -18
  322. data/lib/daily-ruby/api/room_api.rb +0 -281
  323. data/lib/daily-ruby/models/room_request_properties.rb +0 -521
  324. data/spec/api/room_api_spec.rb +0 -86
  325. data/spec/models/meeting_token_request_spec.rb +0 -36
  326. data/spec/models/meeting_token_response_spec.rb +0 -36
  327. data/spec/models/room_deleted_response_spec.rb +0 -42
  328. data/spec/models/room_not_found_response_spec.rb +0 -42
  329. data/spec/models/server_error_response_spec.rb +0 -36
@@ -0,0 +1,74 @@
1
+ # Daily::DomainProperties
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **enable_advanced_chat** | **Boolean** | Property that gives end users a richer chat experience. This includes: * Emoji reactions to chat messages * Emoji picker in the chat input form * Ability to send a Giphy chat message ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. | [optional][default to false] |
8
+ | **enable_people_ui** | **Boolean** | Determines if [Daily Prebuilt](/guides/products/prebuilt) displays the People UI. When set to true, a People button in the call tray reveals a People tab in the call sidebar. The tab lists all participants, and next to each name indicates audio status and an option to pin the participant. When `enable_people_ui` is set to false, the button and tab are hidden. ⚠️ Has no effect on custom calls built on the Daily [call object](/guides/products/call-object). | [optional][default to true] |
9
+ | **enable_pip_ui** | **Boolean** | Sets whether rooms for this domain can use [Daily Prebuilt](https://www.daily.co/prebuilt)'s Picture in Picture controls. When set to `true`, an additional button will be available in Daily Prebuilt's UI to toggle the Picture in Picture feature. ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. | [optional][default to false] |
10
+ | **enable_emoji_reactions** | **Boolean** | Determines if [Daily Prebuilt](https://www.daily.co/prebuilt) displays the Emoji Reactions UI. When set to `true`, a Reactions button appears in the call tray. This button allows users to select and send a reaction into the call. When set to `false`, the Reactions button is hidden and the feature is disabled. Usage: This feature is a good fit for meetings when a host or presenter would benefit from receiving nonverbal cues from the audience. It's also great to keep meetings fun. ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. | [optional][default to false] |
11
+ | **enable_hand_raising** | **Boolean** | Sets whether the participants in the room can use [Daily Prebuilt](https://www.daily.co/prebuilt)'s hand raising controls. When set to `true`, an additional button will be available in Daily Prebuilt's UI to toggle a hand raise. ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. | [optional][default to false] |
12
+ | **enable_prejoin_ui** | **Boolean** | Determines whether participants enter a waiting room with a camera, mic, and browser check before joining a call in any room under this domain. ⚠️ You must be using [Daily Prebuilt](https://daily.co/blog/daily-prebuilt-video-chat) to use `enable_prejoin_ui`. | [optional][default to true] |
13
+ | **enable_breakout_rooms** | **Boolean** | Sets whether rooms for this domain have [Daily Prebuilt](https://www.daily.co/prebuilt)’s breakout rooms feature enabled. When set to `true`, an owner in a Prebuilt call can create breakout rooms to divide participants into smaller, private groups. ⚠️ You must be using [Daily Prebuilt](https://daily.co/blog/daily-prebuilt-video-chat) to use `enable_breakout_rooms`. ⚠️ This property is in beta. | [optional][default to false] |
14
+ | **enable_network_ui** | **Boolean** | Determines whether the network button, and the network panel it reveals on click, appears across all rooms belonging to this domain. ⚠️ You must be using [Daily Prebuilt](https://daily.co/blog/daily-prebuilt-video-chat) to use `enable_network_ui`. | [optional][default to false] |
15
+ | **enable_noise_cancellation_ui** | **Boolean** | Determines whether Daily Prebuilt displays noise cancellation controls. When set to `true`, a participant can enable microphone noise cancellation during a Daily Prebuilt call. ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. To learn more about adding noise cancellation to a custom application, see the [`updateInputSettings()` docs](/reference/daily-js/instance-methods/update-input-settings). | [optional][default to true] |
16
+ | **enable_video_processing_ui** | **Boolean** | Determines whether Daily Prebuilt displays background blur controls. When set to `true`, a participant can enable blur during a Daily Prebuilt call. ⚠️ This flag only applies to Daily Prebuilt. It has no effect when building custom video applications with the Daily call object. | [optional][default to true] |
17
+ | **hide_daily_branding** | **Boolean** | Whether \"Powered by Daily\" displays in the in-call UI. | [optional][default to false] |
18
+ | **redirect_on_meeting_exit** | **String** | (For meetings that open in a separate browser tab.) When a user clicks on the in-call menu bar's \"leave meeting\" button, the browser loads this URL. A query string that includes a parameter of the form `recent-call=<domain>/<room>` is appended to the URL. On mobile, you can redirect to a deep link to bring a user back into your app. | [optional] |
19
+ | **hipaa** | **Boolean** | Email us at help@daily.co to turn on HIPAA. Learn more about [our HIPAA compliance](https://www.daily.co/hipaa-compliance). | [optional][default to false] |
20
+ | **intercom_auto_record** | **Boolean** | Whether to automatically start recording when an Intercom support agent joins an Intercom-created call. Please see our [Intercom Messenger App page](https://www.daily.co/intercom) for more information. ⚠️This method is read-only; please contact us if you'd like to enable intercom call auto-recording. | [optional] |
21
+ | **lang** | **String** | The default language for the video call UI, for all calls. If you set the language at this domain level, you can still override the setting for specific rooms in [a room's configuration properties](/reference/rest-api/rooms/config), or for a specific participant in a [meeting token](/reference/rest-api/meeting-tokens/config). You can also set the language dynamically using the front-end library [setDailyLang() method](/reference/daily-js/instance-methods/set-daily-lang). `*` Norwegian `\"no\"` and Russian `\"ru\"` are only available in the new Daily Prebuilt. | [optional][default to 'en'] |
22
+ | **meeting_join_hook** | **String** | Sets a URL that will receive a webhook when a user joins a room. | [optional][default to 'NULL'] |
23
+ | **geo** | **String** | Daily uses signaling servers to manage all of the participants in a given call session. In an SFU/server mode call, the server will send and receive all audio and video from each participant. In a peer-to-peer call, each participant sends media directly to and from each other peer, but a signaling server still manages call state. Daily runs servers in several different AWS regions to minimize latency for users around the world. The job of 'picking' a call server is handled when the first participant joins a room. The first participant's browser connects to a call server using Amazon's Route 53 DNS resolution, which chooses a server in the region closest to them. This isn't always optimal. For example, if one person joins in London, and then ten more people join from Cape Town, the call will still be hosted out of `eu-west-2` . The majority of the participants will have higher latency to the server than if one of them had joined first and the call was being hosted in `af-south-1`. In cases like this, you may want to configure your domain (or a specific room) to always choose a call server in a specific AWS region. Available regions: - `\"af-south-1\"` (Cape Town) - `\"ap-northeast-2\"` (Seoul) - `\"ap-southeast-1\"` (Singapore) - `\"ap-southeast-2\"` (Sydney) - `\"ap-south-1\"` (Mumbai) - `\"eu-central-1\"` (Frankfurt) - `\"eu-west-2\"` (London) - `\"sa-east-1\"` (São Paulo) - `\"us-east-1\"` (N. Virginia) - `\"us-west-2\"` (Oregon) | [optional][default to 'NULL'] |
24
+ | **rtmp_geo** | **String** | Used to select the region where an RTMP stream should originate. In cases where RTMP streaming services aren't available in the desired region, we'll attempt to fall back to the default region based on the SFU being used for the meeting. Available regions: - `\"us-west-2\"` (Oregon) - `\"eu-central-1\"` (Frankfurt) - `\"ap-south-1\"` (Mumbai) The default regions are grouped based on the SFU region like so: - RTMP region `\"us-west-2\"` includes SFU regions: `\"us-west-2\"`, `\"us-east-1\"`, `\"sa-east-1\"` - RTMP region `\"eu-central-1\"` includes SFU regions: `\"eu-central-1\"`, `\"eu-west-2\"`, `\"af-south-1\"` - RTMP region `\"ap-south-1\"` includes SFU regions: `\"ap-southeast-1\"`, `\"ap-southeast-2\"`, `\"ap-northeast-2\"`, `\"ap-south-1\"` | [optional][default to 'The closest available region to the SFU region used by the meeting.'] |
25
+ | **disable_rtmp_geo_fallback** | **Boolean** | Disable the fall back behavior of rtmp_geo. When rtmp_geo is set, we first try to connect to a media server in desired region. If a media server is not available in the desired region, we fall back to default region based on SFU's region. This property disables this automatic fall back. When this property is set, we will trigger a recording/streaming error event when media worker is unavailable. Also, the client should retry recording/streaming. | [optional][default to false] |
26
+ | **enable_terse_logging** | **Boolean** | Reduces the volume of log messages. This feature should be enabled when there are more than 200 participants in a meeting to help improve performance. See our [guides for supporting large experiences](/guides/scaling-calls) for additional instruction. | [optional][default to false] |
27
+ | **enable_transcription_storage** | **Boolean** | Live transcriptions generated can be saved as WebVTT. This flag controls if transcription started with [`startTranscription()`](/reference/daily-js/instance-methods/start-transcription) should be saved or not. | [optional][default to false] |
28
+ | **transcription_bucket** | [**TranscriptionBucket**](TranscriptionBucket.md) | | [optional] |
29
+ | **recordings_template** | **String** | Cloud recordings are stored in either Daily's S3 bucket or the customer's own S3 bucket. By default recordings are stored as `{domain_name}/{room_name}/{epoch_time}`. Sometimes, the use case may call for custom recording file names to be used (for example, if you'd like to enforce the presence of the .mp4 extension in the file name). `recordings_template` is made up of a replacement string with prefixes, suffixes, or both. The currently supported replacements are: - `epoch_time`: The epoch time in seconds (mandatory) - `domain_name`: Your Daily domain (optional) - `room_name`: The name of the room which is getting recorded (optional) - `mtg_session_id`: The ID of the meeting session which is getting recorded (optional) - `instance_id`: The instance ID of the recording (optional) - `recording_id`: The recording ID of the recording (optional) The restrictions for defining a recording template are as follows: - The `epoch_time` tag is mandatory to ensure the recording file name is unique under all conditions - The maximum size of the template is 1024 characters - Each replacement parameter should be placed within a curly bracket (e.g., `{domain_name}`) - Only alphanumeric characters `(0-9, A-Z, a-z)` and `.`, `/`, `-`, `_` are valid within the template - `.mp4` is the only valid extension Examples - Example domain: \"myDomain\" - Example room: \"myRoom\" Example 1: - Template: `myprefix-{domain_name}-{epoch_time}.mp4` - Resulting file name: `myprefix-myDomain-1675842936274.mp4` Example 2: - Template: `{room_name}/{instance_id}/{epoch_time}` - Resulting room name: `myRoom/d529cd2f-fbcc-4fb7-b2c0-c4995b1162b6/1675842936274` | [optional][default to '{domain_name}/{room_name}/{epoch_time}.'] |
30
+ | **enable_mesh_sfu** | **Boolean** | Configures a room to use multiple SFUs for a call's media. This feature enables calls to scale to large sizes and to reduce latency between participants. It is recommended specifically for interactive live streaming. See our [guide for interactive live streaming](/guides/scaling-calls/interactive-live-streaming-rtmp-output#daily-prebuilt-configurations-to-support-100-000-participants) for additional instruction. | [optional] |
31
+ | **sfu_switchover** | **Float** | Dictates the participant count after which room topology automatically switches from Peer-to-Peer (P2P) to Selective Forwarding Unit (SFU) mode, or vice versa. For example, if `sfu_switchover` is set to `3` and the current network topology is P2P, the topology will switch to SFU mode when the _fourth_ participant joins the call. If the current topology is SFU, it will switch to P2P mode when the participant count decreases from `3` to `2`. We recommend specifying an integer value for this property except for cases where you would like the room to switch to SFU mode as soon as the first participant joins. In this case, set `sfu_switchover` to `0.5`. See our [guide about video call architecture](/guides/architecture-and-monitoring/intro-to-video-arch#the-architecture-of-a-room-p2p-vs-sfu-calls) for additional information. | [optional][default to 2] |
32
+ | **recordings_bucket** | [**RecordingsBucket**](RecordingsBucket.md) | | [optional] |
33
+ | **permissions** | [**Permissions**](Permissions.md) | | [optional] |
34
+ | **batch_processor_bucket** | **Object** | Defines a custom S3 bucket where the batch processor will write its output | [optional] |
35
+ | **batch_processor_enable_medical_concept** | **Boolean** | Enables whether the batch processor will use [ScienceIO metadata concepts](https://www.science.io/) when generating SOAP notes. | [optional][default to true] |
36
+
37
+ ## Example
38
+
39
+ ```ruby
40
+ require 'daily-ruby'
41
+
42
+ instance = Daily::DomainProperties.new(
43
+ enable_advanced_chat: null,
44
+ enable_people_ui: null,
45
+ enable_pip_ui: null,
46
+ enable_emoji_reactions: null,
47
+ enable_hand_raising: null,
48
+ enable_prejoin_ui: null,
49
+ enable_breakout_rooms: null,
50
+ enable_network_ui: null,
51
+ enable_noise_cancellation_ui: null,
52
+ enable_video_processing_ui: null,
53
+ hide_daily_branding: null,
54
+ redirect_on_meeting_exit: null,
55
+ hipaa: null,
56
+ intercom_auto_record: null,
57
+ lang: null,
58
+ meeting_join_hook: null,
59
+ geo: null,
60
+ rtmp_geo: null,
61
+ disable_rtmp_geo_fallback: null,
62
+ enable_terse_logging: null,
63
+ enable_transcription_storage: null,
64
+ transcription_bucket: null,
65
+ recordings_template: null,
66
+ enable_mesh_sfu: null,
67
+ sfu_switchover: null,
68
+ recordings_bucket: null,
69
+ permissions: null,
70
+ batch_processor_bucket: null,
71
+ batch_processor_enable_medical_concept: null
72
+ )
73
+ ```
74
+
@@ -0,0 +1,18 @@
1
+ # Daily::Eject200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ejected_ids** | **Array<String>** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ instance = Daily::Eject200Response.new(
15
+ ejected_ids: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # Daily::EjectRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ids** | **Array<String>** | Required list of participant ids (max 100) to eject from the existing meeting session. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ instance = Daily::EjectRequest.new(
15
+ ids: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # Daily::GetDomainConfig200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **domain_name** | **String** | | [optional] |
8
+ | **domain_id** | **String** | | [optional] |
9
+ | **config** | [**GetDomainConfig200ResponseConfig**](GetDomainConfig200ResponseConfig.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::GetDomainConfig200Response.new(
17
+ domain_name: null,
18
+ domain_id: null,
19
+ config: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,54 @@
1
+ # Daily::GetDomainConfig200ResponseConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **hide_daily_branding** | **Boolean** | | [optional] |
8
+ | **redirect_on_meeting_exit** | **String** | | [optional] |
9
+ | **meeting_join_hook** | **String** | | [optional] |
10
+ | **hipaa** | **Boolean** | | [optional] |
11
+ | **intercom_auto_record** | **Boolean** | | [optional] |
12
+ | **intercom_manual_record** | **String** | | [optional] |
13
+ | **sfu_impl** | **String** | | [optional] |
14
+ | **sfu_switchover** | **Integer** | | [optional] |
15
+ | **switchover_impl** | **String** | | [optional] |
16
+ | **lang** | **String** | | [optional] |
17
+ | **webhook_meeting_end** | **String** | | [optional] |
18
+ | **recordings_bucket** | [**GetDomainConfig200ResponseConfigRecordingsBucket**](GetDomainConfig200ResponseConfigRecordingsBucket.md) | | [optional] |
19
+ | **max_live_streams** | **Float** | | [optional] |
20
+ | **max_streaming_instances_per_room** | **Float** | | [optional] |
21
+ | **enable_daily_logger** | **Boolean** | | [optional] |
22
+ | **enable_prejoin_ui** | **Boolean** | | [optional] |
23
+ | **enable_network_ui** | **Boolean** | | [optional] |
24
+ | **disable_rate_limiting** | **Boolean** | | [optional] |
25
+ | **attach_callobject_to_window** | **Boolean** | | [optional] |
26
+
27
+ ## Example
28
+
29
+ ```ruby
30
+ require 'daily-ruby'
31
+
32
+ instance = Daily::GetDomainConfig200ResponseConfig.new(
33
+ hide_daily_branding: null,
34
+ redirect_on_meeting_exit: null,
35
+ meeting_join_hook: null,
36
+ hipaa: null,
37
+ intercom_auto_record: null,
38
+ intercom_manual_record: null,
39
+ sfu_impl: null,
40
+ sfu_switchover: null,
41
+ switchover_impl: null,
42
+ lang: null,
43
+ webhook_meeting_end: null,
44
+ recordings_bucket: null,
45
+ max_live_streams: null,
46
+ max_streaming_instances_per_room: null,
47
+ enable_daily_logger: null,
48
+ enable_prejoin_ui: null,
49
+ enable_network_ui: null,
50
+ disable_rate_limiting: null,
51
+ attach_callobject_to_window: null
52
+ )
53
+ ```
54
+
@@ -0,0 +1,20 @@
1
+ # Daily::GetDomainConfig200ResponseConfigRecordingsBucket
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bucket_name** | **String** | | [optional] |
8
+ | **bucket_region** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::GetDomainConfig200ResponseConfigRecordingsBucket.new(
16
+ bucket_name: null,
17
+ bucket_region: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # Daily::GetMeetingInfo200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total_count** | **Float** | | |
8
+ | **data** | [**Array<GetMeetingInfo200ResponseDataInner>**](GetMeetingInfo200ResponseDataInner.md) | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::GetMeetingInfo200Response.new(
16
+ total_count: null,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,28 @@
1
+ # Daily::GetMeetingInfo200ResponseDataInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **room** | **String** | | |
9
+ | **start_time** | **Float** | | |
10
+ | **duration** | **Float** | | |
11
+ | **ongoing** | **Boolean** | | |
12
+ | **participants** | [**Array<GetMeetingInfo200ResponseDataInnerParticipantsInner>**](GetMeetingInfo200ResponseDataInnerParticipantsInner.md) | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'daily-ruby'
18
+
19
+ instance = Daily::GetMeetingInfo200ResponseDataInner.new(
20
+ id: null,
21
+ room: null,
22
+ start_time: null,
23
+ duration: null,
24
+ ongoing: null,
25
+ participants: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,26 @@
1
+ # Daily::GetMeetingInfo200ResponseDataInnerParticipantsInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user_id** | **Object** | | [optional] |
8
+ | **participant_id** | **String** | | |
9
+ | **user_name** | **Object** | | [optional] |
10
+ | **join_time** | **Float** | | |
11
+ | **duration** | **Float** | | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'daily-ruby'
17
+
18
+ instance = Daily::GetMeetingInfo200ResponseDataInnerParticipantsInner.new(
19
+ user_id: null,
20
+ participant_id: null,
21
+ user_name: null,
22
+ join_time: null,
23
+ duration: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # Daily::GetPresence200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **a_ivw_whz_hl_lhr_sd_hdw7_ew** | [**Array<GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner>**](GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner.md) | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ instance = Daily::GetPresence200Response.new(
15
+ a_ivw_whz_hl_lhr_sd_hdw7_ew: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,28 @@
1
+ # Daily::GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **room** | **String** | | |
8
+ | **id** | **String** | | |
9
+ | **user_id** | **Object** | | [optional] |
10
+ | **user_name** | **String** | | |
11
+ | **join_time** | **String** | | |
12
+ | **duration** | **Float** | | |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'daily-ruby'
18
+
19
+ instance = Daily::GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner.new(
20
+ room: null,
21
+ id: null,
22
+ user_id: null,
23
+ user_name: null,
24
+ join_time: null,
25
+ duration: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,36 @@
1
+ # Daily::GetRecordingInfo200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations. | [optional] |
8
+ | **room_name** | **String** | The name of the [room](https://docs.daily.co/reference/rest-api/rooms). | [optional] |
9
+ | **start_ts** | **Integer** | When the recording started. This is a unix timestamp (seconds since the epoch). | [optional] |
10
+ | **status** | **String** | | [optional] |
11
+ | **max_participants** | **Integer** | The maximum number of participants that were ever in this room together during the meeting session that was recorded. | [optional] |
12
+ | **duration** | **Integer** | How many seconds long the recording is, approximately. This property is not returned for recordings that are in-progress. | [optional] |
13
+ | **share_token** | **String** | Deprecated. | [optional] |
14
+ | **s3key** | **String** | The S3 Key associated with this recording. | [optional] |
15
+ | **mtg_session_id** | **String** | The meeting session ID for this recording. | [optional] |
16
+ | **tracks** | [**Array<GetRecordingInfo200ResponseTracksInner>**](GetRecordingInfo200ResponseTracksInner.md) | If the recording is a raw-tracks recording, a tracks field will be provided. If role permissions have been removed, the tracks field may be null. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'daily-ruby'
22
+
23
+ instance = Daily::GetRecordingInfo200Response.new(
24
+ id: 0cb313e1-211f-4be0-833d-8c7305b19902,
25
+ room_name: null,
26
+ start_ts: 1548789650,
27
+ status: finished,
28
+ max_participants: 2,
29
+ duration: 277,
30
+ share_token: TivXjlD22QQt,
31
+ s3key: mydomain/test-recording-room/11245260397,
32
+ mtg_session_id: 257764e6-c74e-4c30-944a-a887a03173a3,
33
+ tracks: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,22 @@
1
+ # Daily::GetRecordingInfo200ResponseTracksInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **size** | **Integer** | The size of the file. | [optional] |
8
+ | **type** | **String** | The type of track file, audio or video. | [optional] |
9
+ | **s3key** | **String** | The S3 Key associated with this partiicular track file. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::GetRecordingInfo200ResponseTracksInner.new(
17
+ size: 15620,
18
+ type: audio,
19
+ s3key: mydomain/test-recording-room/11245260397-audio
20
+ )
21
+ ```
22
+
@@ -0,0 +1,20 @@
1
+ # Daily::GetRecordingLink200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **download_link** | **String** | | [optional] |
8
+ | **expires** | **Integer** | | [optional][default to 0] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::GetRecordingLink200Response.new(
16
+ download_link: https://daily-meeting-recordings.s3.us-west-2.amazonaws.com/api-demo/hello/1548790973821?AWSAccessKeyId=AKIAJVYA3B2F4672K3RQ&Expires=1548809176&Signature=xfSPW1kXksNriqmlm%2FT9hb%2Fq%2Bas%3D&response-content-disposition=attachment%3B%20filename%3D%22api-demo%2Fhello%2F1548790973821.webm%22,
17
+ expires: 1548809176
18
+ )
19
+ ```
20
+
@@ -0,0 +1,32 @@
1
+ # Daily::GetTranscriptInfo200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transcript_id** | **String** | A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations. | [optional] |
8
+ | **domain_id** | **String** | The Id of the [domain](https://docs.daily.co/reference/rest-api/your-domain). | [optional] |
9
+ | **room_id** | **String** | The id of the [room](https://docs.daily.co/reference/rest-api/rooms). | [optional] |
10
+ | **mtg_session_id** | **String** | The meeting session ID for this transcription.[mtgSessionId](https://docs.daily.co/reference/rest-api/logs/config#mtgSessionId). | [optional] |
11
+ | **status** | **String** | | [optional] |
12
+ | **duration** | **Integer** | How many seconds long the transcription is, approximately. | [optional] |
13
+ | **out_params** | [**GetTranscriptInfo200ResponseOutParams**](GetTranscriptInfo200ResponseOutParams.md) | | [optional] |
14
+ | **error** | **String** | if `status` is `t_error`, this provide the description of the error. | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'daily-ruby'
20
+
21
+ instance = Daily::GetTranscriptInfo200Response.new(
22
+ transcript_id: 0cb313e1-211f-4be0-833d-8c7305b19902,
23
+ domain_id: null,
24
+ room_id: 1a5afbf4-211f-4be0-833d-8c7305b19902,
25
+ mtg_session_id: 257764e6-c74e-4c30-944a-a887a03173a3,
26
+ status: t_finished,
27
+ duration: 277,
28
+ out_params: null,
29
+ error: Failed to upload Vtt
30
+ )
31
+ ```
32
+
@@ -0,0 +1,22 @@
1
+ # Daily::GetTranscriptInfo200ResponseOutParams
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **s3key** | **String** | | [optional] |
8
+ | **bucket** | **String** | | [optional] |
9
+ | **region** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::GetTranscriptInfo200ResponseOutParams.new(
17
+ s3key: mydomain/test-recording-room/11245260397,
18
+ bucket: my-transcript-bucket,
19
+ region: us-west-2
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Daily::GetTranscriptLink200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transcript_id** | **String** | A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations. | [optional] |
8
+ | **link** | **String** | | [optional] |
9
+ | **out_params** | [**GetTranscriptInfo200ResponseOutParams**](GetTranscriptInfo200ResponseOutParams.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::GetTranscriptLink200Response.new(
17
+ transcript_id: 0cb313e1-211f-4be0-833d-8c7305b19902,
18
+ link: https://daily-meeting-transcripts.s3.us-west-2.amazonaws.com/api-demo/hello/1548790973821?AWSAccessKeyId=AKIAJVYA3B2F4672K3RQ&Expires=1548809176&Signature=xfSPW1kXksNriqmlm%2FT9hb%2Fq%2Bas%3D&response-content-disposition=attachment%3B%20filename%3D%22api-demo%2Fhello%2F1548790973821.webm%22,
19
+ out_params: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,38 @@
1
+ # Daily::ListAPILogs200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | An ID identifying the log that was generated. | [optional] |
8
+ | **user_id** | **String** | The user ID associated with the owner of the account. | [optional] |
9
+ | **domain_id** | **String** | The domain ID associated with this log statement. | [optional] |
10
+ | **source** | **String** | The source of this log statement. This will be `\"api\"` or `\"webhook\"`. | [optional] |
11
+ | **ip** | **String** | The originating IP address of this request. | [optional] |
12
+ | **method** | **String** | The HTTP method used for this request. | [optional] |
13
+ | **url** | **String** | The API route that was queried. | [optional] |
14
+ | **status** | **String** | The HTTP status code returned by the endpoint. | [optional] |
15
+ | **created_at** | **String** | The timestamp representing when the record was created. | [optional] |
16
+ | **request** | **String** | A JSON string representing the request body of this API request. | [optional] |
17
+ | **response** | **String** | A JSON string representing the response body of this API request. | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'daily-ruby'
23
+
24
+ instance = Daily::ListAPILogs200Response.new(
25
+ id: null,
26
+ user_id: null,
27
+ domain_id: null,
28
+ source: null,
29
+ ip: null,
30
+ method: null,
31
+ url: null,
32
+ status: null,
33
+ created_at: null,
34
+ request: null,
35
+ response: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,20 @@
1
+ # Daily::ListRecordings200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total_count** | **Integer** | | [optional][default to 0] |
8
+ | **data** | [**Array<ListRecordings200ResponseDataInner>**](ListRecordings200ResponseDataInner.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::ListRecordings200Response.new(
16
+ total_count: 3,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,30 @@
1
+ # Daily::ListRecordings200ResponseDataInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **start_ts** | **Integer** | | [optional][default to 0] |
9
+ | **status** | **String** | | [optional] |
10
+ | **max_participants** | **Integer** | | [optional][default to 0] |
11
+ | **share_token** | **String** | | [optional] |
12
+ | **s3key** | **String** | | [optional] |
13
+ | **mtg_session_id** | **String** | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'daily-ruby'
19
+
20
+ instance = Daily::ListRecordings200ResponseDataInner.new(
21
+ id: bfd0c52b-3a2a-4269-80ce-cae9eef55536,
22
+ start_ts: 1548790974,
23
+ status: in-progress,
24
+ max_participants: 2,
25
+ share_token: NcWgEiJuqD8v,
26
+ s3key: mydomain/test-recording-room/11245260397,
27
+ mtg_session_id: 257764e6-c74e-4c30-944a-a887a03173a3
28
+ )
29
+ ```
30
+
@@ -0,0 +1,20 @@
1
+ # Daily::ListRooms200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total_count** | **Integer** | | [optional][default to 0] |
8
+ | **data** | [**Array<ListRooms200ResponseDataInner>**](ListRooms200ResponseDataInner.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::ListRooms200Response.new(
16
+ total_count: 2,
17
+ data: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,30 @@
1
+ # Daily::ListRooms200ResponseDataInner
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional] |
8
+ | **name** | **String** | | [optional] |
9
+ | **api_created** | **Boolean** | | [optional][default to true] |
10
+ | **privacy** | **String** | | [optional] |
11
+ | **url** | **String** | | [optional] |
12
+ | **created_at** | **String** | | [optional] |
13
+ | **config** | [**ListRooms200ResponseDataInnerConfig**](ListRooms200ResponseDataInnerConfig.md) | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'daily-ruby'
19
+
20
+ instance = Daily::ListRooms200ResponseDataInner.new(
21
+ id: 5e3cf703-5547-47d6-a371-37b1f0b4427f,
22
+ name: w2pp2cf4kltgFACPKXmX,
23
+ api_created: false,
24
+ privacy: public,
25
+ url: https://api-demo.daily.co/w2pp2cf4kltgFACPKXmX,
26
+ created_at: 2019-01-26T09:01:22.000Z,
27
+ config: null
28
+ )
29
+ ```
30
+