daily-ruby 0.0.2 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (444) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -5
  3. data/README.md +248 -79
  4. data/daily-ruby-1.0.0.gem +0 -0
  5. data/daily-ruby.gemspec +6 -5
  6. data/docs/BatchProcessorError.md +24 -0
  7. data/docs/BatchProcessorErrorPayload.md +26 -0
  8. data/docs/BatchProcessorErrorPayloadInput.md +24 -0
  9. data/docs/BatchProcessorJobFinished.md +24 -0
  10. data/docs/BatchProcessorJobFinishedPayload.md +26 -0
  11. data/docs/BatchProcessorJobFinishedPayloadInput.md +24 -0
  12. data/docs/BatchProcessorJobFinishedPayloadOutput.md +24 -0
  13. data/docs/BatchProcessorJobFinishedPayloadOutputConcept.md +20 -0
  14. data/docs/BatchProcessorJobFinishedPayloadOutputSoap.md +20 -0
  15. data/docs/BatchProcessorJobFinishedPayloadOutputSoapS3Config.md +22 -0
  16. data/docs/BatchProcessorJobFinishedPayloadOutputSummary.md +20 -0
  17. data/docs/BatchProcessorJobFinishedPayloadOutputTranscriptionInner.md +20 -0
  18. data/docs/BatchRoomCreateRequest.md +18 -0
  19. data/docs/BatchRoomCreateRequestRoomsInner.md +22 -0
  20. data/docs/BatchRoomDelete200Response.md +18 -0
  21. data/docs/BatchRoomsApi.md +150 -0
  22. data/docs/BuyPhoneNumberRequest.md +18 -0
  23. data/docs/CreateMeetingToken200Response.md +18 -0
  24. data/docs/CreateMeetingTokenRequest.md +18 -0
  25. data/docs/CreateRoom200Response.md +30 -0
  26. data/docs/{RoomRequest.md → CreateRoomRequest.md} +3 -3
  27. data/docs/DailyLiveStreamingOptions.md +40 -0
  28. data/docs/DailyLiveStreamingOptionsRtmpUrl.md +49 -0
  29. data/docs/DailyStreamingActiveParticipantLayoutConfig.md +18 -0
  30. data/docs/DailyStreamingCustomLayoutConfig.md +24 -0
  31. data/docs/DailyStreamingCustomLayoutConfigCompositionParams.md +15 -0
  32. data/docs/DailyStreamingCustomLayoutConfigCompositionParamsValue.md +15 -0
  33. data/docs/DailyStreamingDefaultLayoutConfig.md +20 -0
  34. data/docs/DailyStreamingEndpoint.md +18 -0
  35. data/docs/DailyStreamingLayoutConfig.md +69 -0
  36. data/docs/DailyStreamingOptions.md +36 -0
  37. data/docs/DailyStreamingPortraitLayoutConfig.md +22 -0
  38. data/docs/DailyStreamingPortraitLayoutVariant.md +15 -0
  39. data/docs/DailyStreamingSingleParticipantLayoutConfig.md +20 -0
  40. data/docs/DeleteTranscript200Response.md +30 -0
  41. data/docs/DialinApi.md +80 -0
  42. data/docs/DialoutProperties.md +26 -0
  43. data/docs/DialoutPropertiesCodecs.md +20 -0
  44. data/docs/Domain.md +18 -0
  45. data/docs/DomainApi.md +149 -0
  46. data/docs/DomainProperties.md +84 -0
  47. data/docs/Eject200Response.md +18 -0
  48. data/docs/EjectRequest.md +22 -0
  49. data/docs/GetDomainConfig200Response.md +22 -0
  50. data/docs/GetDomainConfig200ResponseConfig.md +56 -0
  51. data/docs/GetDomainConfig200ResponseConfigRecordingsBucket.md +20 -0
  52. data/docs/GetMeetingInfo200Response.md +20 -0
  53. data/docs/GetMeetingInfo200ResponseDataInner.md +28 -0
  54. data/docs/GetMeetingInfo200ResponseDataInnerParticipantsInner.md +26 -0
  55. data/docs/GetPresence200Response.md +18 -0
  56. data/docs/GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner.md +28 -0
  57. data/docs/GetRecordingInfo200Response.md +36 -0
  58. data/docs/GetRecordingInfo200ResponseTracksInner.md +22 -0
  59. data/docs/GetRecordingLink200Response.md +20 -0
  60. data/docs/GetTranscriptInfo200Response.md +32 -0
  61. data/docs/GetTranscriptInfo200ResponseOutParams.md +22 -0
  62. data/docs/GetTranscriptLink200Response.md +22 -0
  63. data/docs/ListAPILogs200Response.md +38 -0
  64. data/docs/ListRecordings200Response.md +20 -0
  65. data/docs/ListRecordings200ResponseDataInner.md +30 -0
  66. data/docs/ListRooms200Response.md +20 -0
  67. data/docs/ListRooms200ResponseDataInner.md +30 -0
  68. data/docs/ListRooms200ResponseDataInnerConfig.md +18 -0
  69. data/docs/ListTranscript200Response.md +20 -0
  70. data/docs/ListTranscript200ResponseDataInner.md +28 -0
  71. data/docs/LogsApi.md +177 -0
  72. data/docs/MeetingEnded.md +24 -0
  73. data/docs/MeetingEndedPayload.md +24 -0
  74. data/docs/MeetingParticipantsGetRes.md +18 -0
  75. data/docs/MeetingParticipantsGetResDataInner.md +28 -0
  76. data/docs/MeetingStarted.md +24 -0
  77. data/docs/MeetingStartedPayload.md +22 -0
  78. data/docs/MeetingTokensApi.md +92 -14
  79. data/docs/MeetingsApi.md +247 -0
  80. data/docs/MeetingsMeetingGetRes.md +28 -0
  81. data/docs/ParticipantJoined.md +24 -0
  82. data/docs/ParticipantJoinedPayload.md +32 -0
  83. data/docs/ParticipantJoinedPayloadPermissions.md +22 -0
  84. data/docs/ParticipantLeft.md +24 -0
  85. data/docs/ParticipantLeftPayload.md +34 -0
  86. data/docs/Permissions.md +22 -0
  87. data/docs/{MeetingTokenRequestPropertiesPermissionsCanSend.md → PermissionsCanAdmin.md} +4 -4
  88. data/docs/{MeetingTokenRequestPropertiesPermissionsCanAdmin.md → PermissionsCanSend.md} +4 -4
  89. data/docs/PhoneNumbersApi.md +304 -0
  90. data/docs/PinDialinInner.md +22 -0
  91. data/docs/PinDialinInnerIvrGreeting.md +18 -0
  92. data/docs/PinlessCallUpdateRequest.md +22 -0
  93. data/docs/PinlessDialinInner.md +24 -0
  94. data/docs/PostWebhook.md +26 -0
  95. data/docs/PresenceApi.md +74 -0
  96. data/docs/Properties.md +62 -0
  97. data/docs/RecordingError.md +24 -0
  98. data/docs/RecordingErrorPayload.md +26 -0
  99. data/docs/RecordingReadyToDownload.md +24 -0
  100. data/docs/RecordingReadyToDownloadPayload.md +34 -0
  101. data/docs/RecordingStarted.md +24 -0
  102. data/docs/RecordingStartedPayload.md +28 -0
  103. data/docs/RecordingStreamingOptions.md +38 -0
  104. data/docs/RecordingsApi.md +303 -0
  105. data/docs/RecordingsBucket.md +26 -0
  106. data/docs/RoomDialOutSendDTMFRequest.md +20 -0
  107. data/docs/RoomDialOutStopRequest.md +18 -0
  108. data/docs/RoomProperties.md +104 -0
  109. data/docs/RoomPropertiesStreamingEndpointsInner.md +28 -0
  110. data/docs/RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner.md +26 -0
  111. data/docs/RoomSipCallTransferRequest.md +20 -0
  112. data/docs/RoomsApi.md +1794 -0
  113. data/docs/RoomsRoomNameGetRes.md +30 -0
  114. data/docs/RoomsRoomNamePresenceGetRes.md +20 -0
  115. data/docs/RoomsRoomNamePresenceGetResDataInner.md +28 -0
  116. data/docs/SendAppMessageRequest.md +20 -0
  117. data/docs/SetRoomConfigRequest.md +20 -0
  118. data/docs/SetSessionDataRequest.md +22 -0
  119. data/docs/StreamingEnded.md +24 -0
  120. data/docs/StreamingEndedPayload.md +22 -0
  121. data/docs/StreamingError.md +24 -0
  122. data/docs/StreamingErrorPayload.md +26 -0
  123. data/docs/StreamingStarted.md +24 -0
  124. data/docs/StreamingStartedPayload.md +24 -0
  125. data/docs/StreamingUpdated.md +24 -0
  126. data/docs/StreamingUpdatedPayload.md +24 -0
  127. data/docs/TranscriptApi.md +305 -0
  128. data/docs/TranscriptionBucket.md +24 -0
  129. data/docs/TranscriptionProperties.md +34 -0
  130. data/docs/TranscriptionPropertiesEndpointing.md +49 -0
  131. data/docs/TranscriptionPropertiesRedact.md +51 -0
  132. data/docs/UpdatePermissionsRequest.md +18 -0
  133. data/docs/UpdatePermissionsRequestDataValue.md +22 -0
  134. data/docs/UpdatePermissionsRequestDataValueCanSend.md +49 -0
  135. data/docs/UpdateWebhook.md +26 -0
  136. data/docs/ValidateMeetingToken200Response.md +28 -0
  137. data/docs/WaitingParticipantJoined.md +24 -0
  138. data/docs/WaitingParticipantJoinedPayload.md +32 -0
  139. data/docs/WaitingParticipantLeft.md +24 -0
  140. data/docs/WaitingParticipantLeftPayload.md +34 -0
  141. data/docs/Webhook.md +40 -0
  142. data/docs/WebhooksApi.md +370 -0
  143. data/example.rb +61 -0
  144. data/lib/daily-ruby/api/batch_rooms_api.rb +143 -0
  145. data/lib/daily-ruby/api/dialin_api.rb +86 -0
  146. data/lib/daily-ruby/api/domain_api.rb +143 -0
  147. data/lib/daily-ruby/api/logs_api.rb +181 -0
  148. data/lib/daily-ruby/api/meeting_tokens_api.rb +83 -17
  149. data/lib/daily-ruby/api/meetings_api.rb +238 -0
  150. data/lib/daily-ruby/api/phone_numbers_api.rb +281 -0
  151. data/lib/daily-ruby/api/presence_api.rb +77 -0
  152. data/lib/daily-ruby/api/recordings_api.rb +280 -0
  153. data/lib/daily-ruby/api/rooms_api.rb +1652 -0
  154. data/lib/daily-ruby/api/transcript_api.rb +283 -0
  155. data/lib/daily-ruby/api/webhooks_api.rb +339 -0
  156. data/lib/daily-ruby/api_client.rb +38 -32
  157. data/lib/daily-ruby/api_error.rb +5 -5
  158. data/lib/daily-ruby/configuration.rb +30 -8
  159. data/lib/daily-ruby/models/batch_processor_error.rb +278 -0
  160. data/lib/daily-ruby/models/batch_processor_error_payload.rb +289 -0
  161. data/lib/daily-ruby/models/batch_processor_error_payload_input.rb +280 -0
  162. data/lib/daily-ruby/models/batch_processor_job_finished.rb +278 -0
  163. data/lib/daily-ruby/models/batch_processor_job_finished_payload.rb +288 -0
  164. data/lib/daily-ruby/models/batch_processor_job_finished_payload_input.rb +280 -0
  165. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output.rb +245 -0
  166. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_concept.rb +259 -0
  167. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_soap.rb +259 -0
  168. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_soap_s3_config.rb +236 -0
  169. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_summary.rb +259 -0
  170. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_transcription_inner.rb +258 -0
  171. data/lib/daily-ruby/models/batch_room_create_request.rb +216 -0
  172. data/lib/daily-ruby/models/batch_room_create_request_rooms_inner.rb +232 -0
  173. data/lib/daily-ruby/models/batch_room_delete200_response.rb +214 -0
  174. data/lib/daily-ruby/models/{room_not_found_response.rb → buy_phone_number_request.rb} +16 -25
  175. data/lib/daily-ruby/models/{meeting_token_response.rb → create_meeting_token200_response.rb} +8 -10
  176. data/lib/daily-ruby/models/create_meeting_token_request.rb +214 -0
  177. data/lib/daily-ruby/models/create_room200_response.rb +270 -0
  178. data/lib/daily-ruby/models/create_room_request.rb +232 -0
  179. data/lib/daily-ruby/models/daily_live_streaming_options.rb +324 -0
  180. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions_can_send.rb → daily_live_streaming_options_rtmp_url.rb} +7 -7
  181. data/lib/daily-ruby/models/{room_request.rb → daily_streaming_active_participant_layout_config.rb} +30 -42
  182. data/lib/daily-ruby/models/daily_streaming_custom_layout_config.rb +293 -0
  183. data/lib/daily-ruby/models/daily_streaming_custom_layout_config_composition_params.rb +105 -0
  184. data/lib/daily-ruby/models/daily_streaming_custom_layout_config_composition_params_value.rb +105 -0
  185. data/lib/daily-ruby/models/daily_streaming_default_layout_config.rb +264 -0
  186. data/lib/daily-ruby/models/daily_streaming_endpoint.rb +221 -0
  187. data/lib/daily-ruby/models/daily_streaming_layout_config.rb +46 -0
  188. data/lib/daily-ruby/models/daily_streaming_options.rb +304 -0
  189. data/lib/daily-ruby/models/daily_streaming_portrait_layout_config.rb +273 -0
  190. data/lib/daily-ruby/models/daily_streaming_portrait_layout_variant.rb +41 -0
  191. data/lib/daily-ruby/models/daily_streaming_single_participant_layout_config.rb +271 -0
  192. data/lib/daily-ruby/models/delete_transcript200_response.rb +307 -0
  193. data/lib/daily-ruby/models/dialout_properties.rb +254 -0
  194. data/lib/daily-ruby/models/dialout_properties_codecs.rb +228 -0
  195. data/lib/daily-ruby/models/{meeting_token_request.rb → domain.rb} +9 -10
  196. data/lib/daily-ruby/models/domain_properties.rb +628 -0
  197. data/lib/daily-ruby/models/eject200_response.rb +216 -0
  198. data/lib/daily-ruby/models/eject_request.rb +241 -0
  199. data/lib/daily-ruby/models/get_domain_config200_response.rb +271 -0
  200. data/lib/daily-ruby/models/get_domain_config200_response_config.rb +404 -0
  201. data/lib/daily-ruby/models/get_domain_config200_response_config_recordings_bucket.rb +223 -0
  202. data/lib/daily-ruby/models/get_meeting_info200_response.rb +259 -0
  203. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner.rb +353 -0
  204. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner_participants_inner.rb +290 -0
  205. data/lib/daily-ruby/models/get_presence200_response.rb +243 -0
  206. data/lib/daily-ruby/models/get_presence200_response_aivw_whz_hl_lhr_sd_hdw7_ew_inner.rb +370 -0
  207. data/lib/daily-ruby/models/get_recording_info200_response.rb +340 -0
  208. data/lib/daily-ruby/models/get_recording_info200_response_tracks_inner.rb +269 -0
  209. data/lib/daily-ruby/models/get_recording_link200_response.rb +225 -0
  210. data/lib/daily-ruby/models/get_transcript_info200_response.rb +317 -0
  211. data/lib/daily-ruby/models/get_transcript_info200_response_out_params.rb +233 -0
  212. data/lib/daily-ruby/models/get_transcript_link200_response.rb +233 -0
  213. data/lib/daily-ruby/models/list_api_logs200_response.rb +315 -0
  214. data/lib/daily-ruby/models/list_recordings200_response.rb +227 -0
  215. data/lib/daily-ruby/models/list_recordings200_response_data_inner.rb +272 -0
  216. data/lib/daily-ruby/models/list_rooms200_response.rb +227 -0
  217. data/lib/daily-ruby/models/list_rooms200_response_data_inner.rb +270 -0
  218. data/lib/daily-ruby/models/list_rooms200_response_data_inner_config.rb +216 -0
  219. data/lib/daily-ruby/models/list_transcript200_response.rb +227 -0
  220. data/lib/daily-ruby/models/list_transcript200_response_data_inner.rb +298 -0
  221. data/lib/daily-ruby/models/meeting_ended.rb +278 -0
  222. data/lib/daily-ruby/models/{server_error_response.rb → meeting_ended_payload.rb} +47 -17
  223. data/lib/daily-ruby/models/meeting_participants_get_res.rb +216 -0
  224. data/lib/daily-ruby/models/meeting_participants_get_res_data_inner.rb +259 -0
  225. data/lib/daily-ruby/models/meeting_started.rb +278 -0
  226. data/lib/daily-ruby/models/meeting_started_payload.rb +236 -0
  227. data/lib/daily-ruby/models/meetings_meeting_get_res.rb +259 -0
  228. data/lib/daily-ruby/models/participant_joined.rb +278 -0
  229. data/lib/daily-ruby/models/participant_joined_payload.rb +285 -0
  230. data/lib/daily-ruby/models/participant_joined_payload_permissions.rb +240 -0
  231. data/lib/daily-ruby/models/participant_left.rb +278 -0
  232. data/lib/daily-ruby/models/participant_left_payload.rb +295 -0
  233. data/lib/daily-ruby/models/permissions.rb +234 -0
  234. data/lib/daily-ruby/models/permissions_can_admin.rb +106 -0
  235. data/lib/daily-ruby/models/permissions_can_send.rb +106 -0
  236. data/lib/daily-ruby/models/pin_dialin_inner.rb +234 -0
  237. data/lib/daily-ruby/models/pin_dialin_inner_ivr_greeting.rb +215 -0
  238. data/lib/daily-ruby/models/pinless_call_update_request.rb +235 -0
  239. data/lib/daily-ruby/models/pinless_dialin_inner.rb +245 -0
  240. data/lib/daily-ruby/models/post_webhook.rb +291 -0
  241. data/lib/daily-ruby/models/{meeting_token_request_properties.rb → properties.rb} +83 -21
  242. data/lib/daily-ruby/models/recording_error.rb +278 -0
  243. data/lib/daily-ruby/models/recording_error_payload.rb +290 -0
  244. data/lib/daily-ruby/models/recording_ready_to_download.rb +278 -0
  245. data/lib/daily-ruby/models/recording_ready_to_download_payload.rb +344 -0
  246. data/lib/daily-ruby/models/recording_started.rb +278 -0
  247. data/lib/daily-ruby/models/recording_started_payload.rb +299 -0
  248. data/lib/daily-ruby/models/recording_streaming_options.rb +350 -0
  249. data/lib/daily-ruby/models/recordings_bucket.rb +258 -0
  250. data/lib/daily-ruby/models/room_dial_out_send_dtmf_request.rb +224 -0
  251. data/lib/daily-ruby/models/{room_deleted_response.rb → room_dial_out_stop_request.rb} +16 -25
  252. data/lib/daily-ruby/models/room_properties.rb +736 -0
  253. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner.rb +267 -0
  254. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner_hls_config_variants_inner.rb +255 -0
  255. data/lib/daily-ruby/models/room_sip_call_transfer_request.rb +224 -0
  256. data/lib/daily-ruby/models/{room_response.rb → rooms_room_name_get_res.rb} +23 -13
  257. data/lib/daily-ruby/models/rooms_room_name_presence_get_res.rb +225 -0
  258. data/lib/daily-ruby/models/rooms_room_name_presence_get_res_data_inner.rb +259 -0
  259. data/lib/daily-ruby/models/send_app_message_request.rb +227 -0
  260. data/lib/daily-ruby/models/set_room_config_request.rb +223 -0
  261. data/lib/daily-ruby/models/set_session_data_request.rb +273 -0
  262. data/lib/daily-ruby/models/streaming_ended.rb +278 -0
  263. data/lib/daily-ruby/models/streaming_ended_payload.rb +236 -0
  264. data/lib/daily-ruby/models/streaming_error.rb +278 -0
  265. data/lib/daily-ruby/models/streaming_error_payload.rb +256 -0
  266. data/lib/daily-ruby/models/streaming_started.rb +278 -0
  267. data/lib/daily-ruby/models/streaming_started_payload.rb +245 -0
  268. data/lib/daily-ruby/models/streaming_updated.rb +278 -0
  269. data/lib/daily-ruby/models/streaming_updated_payload.rb +245 -0
  270. data/lib/daily-ruby/models/transcription_bucket.rb +246 -0
  271. data/lib/daily-ruby/models/transcription_properties.rb +293 -0
  272. data/lib/daily-ruby/models/transcription_properties_endpointing.rb +106 -0
  273. data/lib/daily-ruby/models/transcription_properties_redact.rb +107 -0
  274. data/lib/daily-ruby/models/update_permissions_request.rb +216 -0
  275. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions.rb → update_permissions_request_data_value.rb} +14 -13
  276. data/lib/daily-ruby/models/{meeting_token_request_properties_permissions_can_admin.rb → update_permissions_request_data_value_can_send.rb} +6 -6
  277. data/lib/daily-ruby/models/update_webhook.rb +291 -0
  278. data/lib/daily-ruby/models/validate_meeting_token200_response.rb +265 -0
  279. data/lib/daily-ruby/models/waiting_participant_joined.rb +278 -0
  280. data/lib/daily-ruby/models/waiting_participant_joined_payload.rb +285 -0
  281. data/lib/daily-ruby/models/waiting_participant_left.rb +278 -0
  282. data/lib/daily-ruby/models/waiting_participant_left_payload.rb +295 -0
  283. data/lib/daily-ruby/models/webhook.rb +361 -0
  284. data/lib/daily-ruby/version.rb +6 -6
  285. data/lib/daily-ruby.rb +140 -18
  286. data/run.sh +3 -3
  287. data/spec/api/batch_rooms_api_spec.rb +58 -0
  288. data/spec/api/dialin_api_spec.rb +47 -0
  289. data/spec/api/domain_api_spec.rb +58 -0
  290. data/spec/api/logs_api_spec.rb +70 -0
  291. data/spec/api/meeting_tokens_api_spec.rb +21 -8
  292. data/spec/api/meetings_api_spec.rb +81 -0
  293. data/spec/api/phone_numbers_api_spec.rb +87 -0
  294. data/spec/api/presence_api_spec.rb +45 -0
  295. data/spec/api/recordings_api_spec.rb +86 -0
  296. data/spec/api/rooms_api_spec.rb +278 -0
  297. data/spec/api/transcript_api_spec.rb +87 -0
  298. data/spec/api/webhooks_api_spec.rb +95 -0
  299. data/spec/models/batch_processor_error_payload_input_spec.rb +58 -0
  300. data/spec/models/batch_processor_error_payload_spec.rb +64 -0
  301. data/spec/models/batch_processor_error_spec.rb +58 -0
  302. data/spec/models/batch_processor_job_finished_payload_input_spec.rb +58 -0
  303. data/spec/models/batch_processor_job_finished_payload_output_concept_spec.rb +46 -0
  304. data/spec/models/batch_processor_job_finished_payload_output_soap_s3_config_spec.rb +48 -0
  305. data/spec/models/batch_processor_job_finished_payload_output_soap_spec.rb +46 -0
  306. data/spec/models/batch_processor_job_finished_payload_output_spec.rb +54 -0
  307. data/spec/models/batch_processor_job_finished_payload_output_summary_spec.rb +46 -0
  308. data/spec/models/batch_processor_job_finished_payload_output_transcription_inner_spec.rb +46 -0
  309. data/spec/models/batch_processor_job_finished_payload_spec.rb +64 -0
  310. data/spec/models/batch_processor_job_finished_spec.rb +58 -0
  311. data/spec/models/batch_room_create_request_rooms_inner_spec.rb +48 -0
  312. data/spec/models/batch_room_create_request_spec.rb +36 -0
  313. data/spec/models/batch_room_delete200_response_spec.rb +36 -0
  314. data/spec/models/buy_phone_number_request_spec.rb +36 -0
  315. data/spec/models/create_meeting_token200_response_spec.rb +36 -0
  316. data/spec/models/create_meeting_token_request_spec.rb +36 -0
  317. data/spec/models/create_room200_response_spec.rb +72 -0
  318. data/spec/models/{room_request_spec.rb → create_room_request_spec.rb} +10 -14
  319. data/spec/models/daily_live_streaming_options_rtmp_url_spec.rb +32 -0
  320. data/spec/models/daily_live_streaming_options_spec.rb +102 -0
  321. data/spec/models/daily_streaming_active_participant_layout_config_spec.rb +40 -0
  322. data/spec/models/daily_streaming_custom_layout_config_composition_params_spec.rb +21 -0
  323. data/spec/models/daily_streaming_custom_layout_config_composition_params_value_spec.rb +21 -0
  324. data/spec/models/daily_streaming_custom_layout_config_spec.rb +58 -0
  325. data/spec/models/daily_streaming_default_layout_config_spec.rb +46 -0
  326. data/spec/models/daily_streaming_endpoint_spec.rb +36 -0
  327. data/spec/models/daily_streaming_layout_config_spec.rb +38 -0
  328. data/spec/models/daily_streaming_options_spec.rb +90 -0
  329. data/spec/models/daily_streaming_portrait_layout_config_spec.rb +52 -0
  330. data/spec/models/daily_streaming_portrait_layout_variant_spec.rb +30 -0
  331. data/spec/models/daily_streaming_single_participant_layout_config_spec.rb +46 -0
  332. data/spec/models/delete_transcript200_response_spec.rb +76 -0
  333. data/spec/models/dialout_properties_codecs_spec.rb +42 -0
  334. data/spec/models/dialout_properties_spec.rb +60 -0
  335. data/spec/models/{room_request_properties_spec.rb → domain_properties_spec.rb} +39 -49
  336. data/spec/models/domain_spec.rb +36 -0
  337. data/spec/models/eject200_response_spec.rb +36 -0
  338. data/spec/models/eject_request_spec.rb +36 -0
  339. data/spec/models/get_domain_config200_response_config_recordings_bucket_spec.rb +42 -0
  340. data/spec/models/get_domain_config200_response_config_spec.rb +144 -0
  341. data/spec/models/get_domain_config200_response_spec.rb +48 -0
  342. data/spec/models/get_meeting_info200_response_data_inner_participants_inner_spec.rb +60 -0
  343. data/spec/models/get_meeting_info200_response_data_inner_spec.rb +66 -0
  344. data/spec/models/get_meeting_info200_response_spec.rb +42 -0
  345. data/spec/models/get_presence200_response_aivw_whz_hl_lhr_sd_hdw7_ew_inner_spec.rb +66 -0
  346. data/spec/models/get_presence200_response_spec.rb +36 -0
  347. data/spec/models/get_recording_info200_response_spec.rb +94 -0
  348. data/spec/models/get_recording_info200_response_tracks_inner_spec.rb +52 -0
  349. data/spec/models/get_recording_link200_response_spec.rb +42 -0
  350. data/spec/models/get_transcript_info200_response_out_params_spec.rb +48 -0
  351. data/spec/models/get_transcript_info200_response_spec.rb +82 -0
  352. data/spec/models/get_transcript_link200_response_spec.rb +48 -0
  353. data/spec/models/list_api_logs200_response_spec.rb +96 -0
  354. data/spec/models/list_recordings200_response_data_inner_spec.rb +72 -0
  355. data/spec/models/list_recordings200_response_spec.rb +42 -0
  356. data/spec/models/list_rooms200_response_data_inner_config_spec.rb +36 -0
  357. data/spec/models/list_rooms200_response_data_inner_spec.rb +72 -0
  358. data/spec/models/list_rooms200_response_spec.rb +42 -0
  359. data/spec/models/list_transcript200_response_data_inner_spec.rb +70 -0
  360. data/spec/models/list_transcript200_response_spec.rb +42 -0
  361. data/spec/models/meeting_ended_payload_spec.rb +54 -0
  362. data/spec/models/meeting_ended_spec.rb +58 -0
  363. data/spec/models/meeting_participants_get_res_data_inner_spec.rb +66 -0
  364. data/spec/models/meeting_participants_get_res_spec.rb +42 -0
  365. data/spec/models/meeting_started_payload_spec.rb +48 -0
  366. data/spec/models/meeting_started_spec.rb +58 -0
  367. data/spec/models/meetings_meeting_get_res_spec.rb +66 -0
  368. data/spec/models/participant_joined_payload_permissions_spec.rb +48 -0
  369. data/spec/models/participant_joined_payload_spec.rb +78 -0
  370. data/spec/models/participant_joined_spec.rb +58 -0
  371. data/spec/models/participant_left_payload_spec.rb +84 -0
  372. data/spec/models/participant_left_spec.rb +58 -0
  373. data/spec/models/{meeting_token_request_properties_permissions_can_send_spec.rb → permissions_can_admin_spec.rb} +6 -6
  374. data/spec/models/{meeting_token_request_properties_permissions_can_admin_spec.rb → permissions_can_send_spec.rb} +6 -6
  375. data/spec/models/{meeting_token_request_properties_permissions_spec.rb → permissions_spec.rb} +10 -10
  376. data/spec/models/pin_dialin_inner_ivr_greeting_spec.rb +36 -0
  377. data/spec/models/pin_dialin_inner_spec.rb +48 -0
  378. data/spec/models/pinless_call_update_request_spec.rb +48 -0
  379. data/spec/models/pinless_dialin_inner_spec.rb +54 -0
  380. data/spec/models/post_webhook_spec.rb +52 -0
  381. data/spec/models/{meeting_token_request_properties_spec.rb → properties_spec.rb} +27 -15
  382. data/spec/models/recording_error_payload_spec.rb +64 -0
  383. data/spec/models/recording_error_spec.rb +58 -0
  384. data/spec/models/recording_ready_to_download_payload_spec.rb +92 -0
  385. data/spec/models/recording_ready_to_download_spec.rb +58 -0
  386. data/spec/models/recording_started_payload_spec.rb +70 -0
  387. data/spec/models/recording_started_spec.rb +58 -0
  388. data/spec/models/recording_streaming_options_spec.rb +100 -0
  389. data/spec/models/recordings_bucket_spec.rb +60 -0
  390. data/spec/models/room_dial_out_send_dtmf_request_spec.rb +42 -0
  391. data/spec/models/room_dial_out_stop_request_spec.rb +36 -0
  392. data/spec/models/room_properties_spec.rb +272 -0
  393. data/spec/models/room_properties_streaming_endpoints_inner_hls_config_variants_inner_spec.rb +60 -0
  394. data/spec/models/room_properties_streaming_endpoints_inner_spec.rb +66 -0
  395. data/spec/models/room_sip_call_transfer_request_spec.rb +42 -0
  396. data/spec/models/{room_response_spec.rb → rooms_room_name_get_res_spec.rb} +16 -10
  397. data/spec/models/rooms_room_name_presence_get_res_data_inner_spec.rb +66 -0
  398. data/spec/models/rooms_room_name_presence_get_res_spec.rb +42 -0
  399. data/spec/models/send_app_message_request_spec.rb +42 -0
  400. data/spec/models/set_room_config_request_spec.rb +42 -0
  401. data/spec/models/set_session_data_request_spec.rb +52 -0
  402. data/spec/models/streaming_ended_payload_spec.rb +48 -0
  403. data/spec/models/streaming_ended_spec.rb +58 -0
  404. data/spec/models/streaming_error_payload_spec.rb +60 -0
  405. data/spec/models/streaming_error_spec.rb +58 -0
  406. data/spec/models/streaming_started_payload_spec.rb +54 -0
  407. data/spec/models/streaming_started_spec.rb +58 -0
  408. data/spec/models/streaming_updated_payload_spec.rb +54 -0
  409. data/spec/models/streaming_updated_spec.rb +58 -0
  410. data/spec/models/transcription_bucket_spec.rb +54 -0
  411. data/spec/models/transcription_properties_endpointing_spec.rb +32 -0
  412. data/spec/models/transcription_properties_redact_spec.rb +32 -0
  413. data/spec/models/transcription_properties_spec.rb +78 -0
  414. data/spec/models/update_permissions_request_data_value_can_send_spec.rb +32 -0
  415. data/spec/models/update_permissions_request_data_value_spec.rb +48 -0
  416. data/spec/models/update_permissions_request_spec.rb +36 -0
  417. data/spec/models/update_webhook_spec.rb +52 -0
  418. data/spec/models/validate_meeting_token200_response_spec.rb +66 -0
  419. data/spec/models/waiting_participant_joined_payload_spec.rb +78 -0
  420. data/spec/models/waiting_participant_joined_spec.rb +58 -0
  421. data/spec/models/waiting_participant_left_payload_spec.rb +84 -0
  422. data/spec/models/waiting_participant_left_spec.rb +58 -0
  423. data/spec/models/webhook_spec.rb +100 -0
  424. data/spec/spec_helper.rb +5 -5
  425. metadata +563 -56
  426. data/daily.yaml +0 -460
  427. data/docs/MeetingTokenRequest.md +0 -18
  428. data/docs/MeetingTokenRequestProperties.md +0 -56
  429. data/docs/MeetingTokenRequestPropertiesPermissions.md +0 -22
  430. data/docs/MeetingTokenResponse.md +0 -18
  431. data/docs/RoomApi.md +0 -297
  432. data/docs/RoomDeletedResponse.md +0 -20
  433. data/docs/RoomNotFoundResponse.md +0 -20
  434. data/docs/RoomRequestProperties.md +0 -76
  435. data/docs/RoomResponse.md +0 -28
  436. data/docs/ServerErrorResponse.md +0 -18
  437. data/lib/daily-ruby/api/room_api.rb +0 -281
  438. data/lib/daily-ruby/models/room_request_properties.rb +0 -521
  439. data/spec/api/room_api_spec.rb +0 -86
  440. data/spec/models/meeting_token_request_spec.rb +0 -36
  441. data/spec/models/meeting_token_response_spec.rb +0 -36
  442. data/spec/models/room_deleted_response_spec.rb +0 -42
  443. data/spec/models/room_not_found_response_spec.rb +0 -42
  444. data/spec/models/server_error_response_spec.rb +0 -36
@@ -0,0 +1,69 @@
1
+ # Daily::DailyStreamingLayoutConfig
2
+
3
+ ## Class instance methods
4
+
5
+ ### `openapi_one_of`
6
+
7
+ Returns the list of classes defined in oneOf.
8
+
9
+ #### Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ Daily::DailyStreamingLayoutConfig.openapi_one_of
15
+ # =>
16
+ # [
17
+ # :'DailyStreamingActiveParticipantLayoutConfig',
18
+ # :'DailyStreamingCustomLayoutConfig',
19
+ # :'DailyStreamingDefaultLayoutConfig',
20
+ # :'DailyStreamingPortraitLayoutConfig',
21
+ # :'DailyStreamingSingleParticipantLayoutConfig'
22
+ # ]
23
+ ```
24
+
25
+ ### `openapi_discriminator_name`
26
+
27
+ Returns the discriminator's property name.
28
+
29
+ #### Example
30
+
31
+ ```ruby
32
+ require 'daily-ruby'
33
+
34
+ Daily::DailyStreamingLayoutConfig.openapi_discriminator_name
35
+ # => :'preset'
36
+ ```
37
+ ```
38
+
39
+ ### build
40
+
41
+ Find the appropriate object from the `openapi_one_of` list and casts the data into it.
42
+
43
+ #### Example
44
+
45
+ ```ruby
46
+ require 'daily-ruby'
47
+
48
+ Daily::DailyStreamingLayoutConfig.build(data)
49
+ # => #<DailyStreamingActiveParticipantLayoutConfig:0x00007fdd4aab02a0>
50
+
51
+ Daily::DailyStreamingLayoutConfig.build(data_that_doesnt_match)
52
+ # => nil
53
+ ```
54
+
55
+ #### Parameters
56
+
57
+ | Name | Type | Description |
58
+ | ---- | ---- | ----------- |
59
+ | **data** | **Mixed** | data to be matched against the list of oneOf items |
60
+
61
+ #### Return type
62
+
63
+ - `DailyStreamingActiveParticipantLayoutConfig`
64
+ - `DailyStreamingCustomLayoutConfig`
65
+ - `DailyStreamingDefaultLayoutConfig`
66
+ - `DailyStreamingPortraitLayoutConfig`
67
+ - `DailyStreamingSingleParticipantLayoutConfig`
68
+ - `nil` (if no type matches)
69
+
@@ -0,0 +1,36 @@
1
+ # Daily::DailyStreamingOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **width** | **Float** | Property that specifies the output width of the given stream. | [optional] |
8
+ | **height** | **Float** | Property that specifies the output height of the given stream. | [optional] |
9
+ | **fps** | **Float** | Property that specifies the video frame rate per second. | [optional] |
10
+ | **video_bitrate** | **Float** | Property that specifies the video bitrate for the output video in kilobits per second (kbps). | [optional] |
11
+ | **audio_bitrate** | **Float** | Property that specifies the audio bitrate for the output audio in kilobits per second (kbps). | [optional] |
12
+ | **min_idle_time_out** | **Float** | Amount of time in seconds to wait before ending a recording or live stream when the room is idle (e.g. when all users have muted video and audio). Default: 300 (seconds). Note: Once the timeout has been reached, it typically takes an additional 1-3 minutes for the recording or live stream to be shut down. | [optional] |
13
+ | **max_duration** | **Float** | Maximum duration in seconds after which recording/streaming is forcefully stopped. Default: \\&#x60;15000\\&#x60; seconds (3 hours). This is a preventive circuit breaker to prevent billing surprises in case a user starts recording/streaming and leaves the room. | [optional] |
14
+ | **background_color** | **String** | Specifies the background color of the stream, formatted as \\#rrggbb or \\#aarrggbb string. | [optional] |
15
+ | **instance_id** | **String** | UUID for a streaming or recording session. Used when multiple streaming or recording sessions are running for single room. | [optional] |
16
+ | **layout** | [**DailyStreamingLayoutConfig**](DailyStreamingLayoutConfig.md) | | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'daily-ruby'
22
+
23
+ instance = Daily::DailyStreamingOptions.new(
24
+ width: null,
25
+ height: null,
26
+ fps: null,
27
+ video_bitrate: null,
28
+ audio_bitrate: null,
29
+ min_idle_time_out: null,
30
+ max_duration: null,
31
+ background_color: null,
32
+ instance_id: null,
33
+ layout: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,22 @@
1
+ # Daily::DailyStreamingPortraitLayoutConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **preset** | **String** | | |
8
+ | **variant** | [**DailyStreamingPortraitLayoutVariant**](DailyStreamingPortraitLayoutVariant.md) | | [optional] |
9
+ | **max_cam_streams** | **Float** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::DailyStreamingPortraitLayoutConfig.new(
17
+ preset: null,
18
+ variant: null,
19
+ max_cam_streams: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,15 @@
1
+ # Daily::DailyStreamingPortraitLayoutVariant
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'daily-ruby'
12
+
13
+ instance = Daily::DailyStreamingPortraitLayoutVariant.new()
14
+ ```
15
+
@@ -0,0 +1,20 @@
1
+ # Daily::DailyStreamingSingleParticipantLayoutConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **preset** | **String** | | |
8
+ | **session_id** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::DailyStreamingSingleParticipantLayoutConfig.new(
16
+ preset: null,
17
+ session_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,30 @@
1
+ # Daily::DeleteTranscript200Response
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 [domain](https://docs.daily.co/reference/rest-api/your-domain). | [optional] |
9
+ | **room_id** | **String** | The ID of the room [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** | Transcription length in seconds | [optional] |
13
+ | **out_params** | [**GetTranscriptInfo200ResponseOutParams**](GetTranscriptInfo200ResponseOutParams.md) | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'daily-ruby'
19
+
20
+ instance = Daily::DeleteTranscript200Response.new(
21
+ transcript_id: 0cb313e1-211f-4be0-833d-8c7305b19902,
22
+ domain_id: null,
23
+ room_id: 1a5afbf4-211f-4be0-833d-8c7305b19902,
24
+ mtg_session_id: 257764e6-c74e-4c30-944a-a887a03173a3,
25
+ status: t_finished,
26
+ duration: 277,
27
+ out_params: null
28
+ )
29
+ ```
30
+
data/docs/DialinApi.md ADDED
@@ -0,0 +1,80 @@
1
+ # Daily::DialinApi
2
+
3
+ All URIs are relative to *https://api.daily.co/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**pinless_call_update**](DialinApi.md#pinless_call_update) | **POST** /dialin/pinlessCallUpdate | /dialin/pinlessCallUpdate |
8
+
9
+
10
+ ## pinless_call_update
11
+
12
+ > pinless_call_update(opts)
13
+
14
+ /dialin/pinlessCallUpdate
15
+
16
+ Direct a SIP or PSTN call on hold to a specified SIP URI associated to a Daily Room.
17
+
18
+ ### Examples
19
+
20
+ ```ruby
21
+ require 'time'
22
+ require 'daily-ruby'
23
+ # setup authorization
24
+ Daily.configure do |config|
25
+ # Configure API key authorization: sec0
26
+ config.api_key['sec0'] = 'YOUR API KEY'
27
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
+ # config.api_key_prefix['sec0'] = 'Bearer'
29
+ end
30
+
31
+ api_instance = Daily::DialinApi.new
32
+ opts = {
33
+ pinless_call_update_request: Daily::PinlessCallUpdateRequest.new # PinlessCallUpdateRequest |
34
+ }
35
+
36
+ begin
37
+ # /dialin/pinlessCallUpdate
38
+ api_instance.pinless_call_update(opts)
39
+ rescue Daily::ApiError => e
40
+ puts "Error when calling DialinApi->pinless_call_update: #{e}"
41
+ end
42
+ ```
43
+
44
+ #### Using the pinless_call_update_with_http_info variant
45
+
46
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
47
+
48
+ > <Array(nil, Integer, Hash)> pinless_call_update_with_http_info(opts)
49
+
50
+ ```ruby
51
+ begin
52
+ # /dialin/pinlessCallUpdate
53
+ data, status_code, headers = api_instance.pinless_call_update_with_http_info(opts)
54
+ p status_code # => 2xx
55
+ p headers # => { ... }
56
+ p data # => nil
57
+ rescue Daily::ApiError => e
58
+ puts "Error when calling DialinApi->pinless_call_update_with_http_info: #{e}"
59
+ end
60
+ ```
61
+
62
+ ### Parameters
63
+
64
+ | Name | Type | Description | Notes |
65
+ | ---- | ---- | ----------- | ----- |
66
+ | **pinless_call_update_request** | [**PinlessCallUpdateRequest**](PinlessCallUpdateRequest.md) | | [optional] |
67
+
68
+ ### Return type
69
+
70
+ nil (empty response body)
71
+
72
+ ### Authorization
73
+
74
+ [sec0](../README.md#sec0)
75
+
76
+ ### HTTP request headers
77
+
78
+ - **Content-Type**: application/json
79
+ - **Accept**: application/json
80
+
@@ -0,0 +1,26 @@
1
+ # Daily::DialoutProperties
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **sip_uri** | **String** | sipUri to call. uri should start with &#x60;sip:&#x60;. | [optional] |
8
+ | **phone_number** | **String** | phone number to call. number must start with country code e.g &#x60;+1&#x60; | [optional] |
9
+ | **display_name** | **String** | The sipUri or The phone participant is shown with this name in the web UI. | [optional] |
10
+ | **video** | **Boolean** | Enable SIP video in the room, only availble for sipUri. | [optional] |
11
+ | **codecs** | [**DialoutPropertiesCodecs**](DialoutPropertiesCodecs.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'daily-ruby'
17
+
18
+ instance = Daily::DialoutProperties.new(
19
+ sip_uri: null,
20
+ phone_number: null,
21
+ display_name: null,
22
+ video: null,
23
+ codecs: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,20 @@
1
+ # Daily::DialoutPropertiesCodecs
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **audio** | **Array&lt;String&gt;** | | [optional] |
8
+ | **video** | **Array&lt;String&gt;** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'daily-ruby'
14
+
15
+ instance = Daily::DialoutPropertiesCodecs.new(
16
+ audio: null,
17
+ video: null
18
+ )
19
+ ```
20
+
data/docs/Domain.md ADDED
@@ -0,0 +1,18 @@
1
+ # Daily::Domain
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **properties** | [**DomainProperties**](DomainProperties.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ instance = Daily::Domain.new(
15
+ properties: null
16
+ )
17
+ ```
18
+
data/docs/DomainApi.md ADDED
@@ -0,0 +1,149 @@
1
+ # Daily::DomainApi
2
+
3
+ All URIs are relative to *https://api.daily.co/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**get_domain_config**](DomainApi.md#get_domain_config) | **GET** / | Get domain configuration |
8
+ | [**set_domain_config**](DomainApi.md#set_domain_config) | **POST** / | Set domain configuration |
9
+
10
+
11
+ ## get_domain_config
12
+
13
+ > <GetDomainConfig200Response> get_domain_config
14
+
15
+ Get domain configuration
16
+
17
+ Get top-level configuration of your domain
18
+
19
+ ### Examples
20
+
21
+ ```ruby
22
+ require 'time'
23
+ require 'daily-ruby'
24
+ # setup authorization
25
+ Daily.configure do |config|
26
+ # Configure API key authorization: sec0
27
+ config.api_key['sec0'] = 'YOUR API KEY'
28
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
29
+ # config.api_key_prefix['sec0'] = 'Bearer'
30
+ end
31
+
32
+ api_instance = Daily::DomainApi.new
33
+
34
+ begin
35
+ # Get domain configuration
36
+ result = api_instance.get_domain_config
37
+ p result
38
+ rescue Daily::ApiError => e
39
+ puts "Error when calling DomainApi->get_domain_config: #{e}"
40
+ end
41
+ ```
42
+
43
+ #### Using the get_domain_config_with_http_info variant
44
+
45
+ This returns an Array which contains the response data, status code and headers.
46
+
47
+ > <Array(<GetDomainConfig200Response>, Integer, Hash)> get_domain_config_with_http_info
48
+
49
+ ```ruby
50
+ begin
51
+ # Get domain configuration
52
+ data, status_code, headers = api_instance.get_domain_config_with_http_info
53
+ p status_code # => 2xx
54
+ p headers # => { ... }
55
+ p data # => <GetDomainConfig200Response>
56
+ rescue Daily::ApiError => e
57
+ puts "Error when calling DomainApi->get_domain_config_with_http_info: #{e}"
58
+ end
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+ This endpoint does not need any parameter.
64
+
65
+ ### Return type
66
+
67
+ [**GetDomainConfig200Response**](GetDomainConfig200Response.md)
68
+
69
+ ### Authorization
70
+
71
+ [sec0](../README.md#sec0)
72
+
73
+ ### HTTP request headers
74
+
75
+ - **Content-Type**: Not defined
76
+ - **Accept**: application/json
77
+
78
+
79
+ ## set_domain_config
80
+
81
+ > set_domain_config(opts)
82
+
83
+ Set domain configuration
84
+
85
+ Set top-level configuration options for your domain
86
+
87
+ ### Examples
88
+
89
+ ```ruby
90
+ require 'time'
91
+ require 'daily-ruby'
92
+ # setup authorization
93
+ Daily.configure do |config|
94
+ # Configure API key authorization: sec0
95
+ config.api_key['sec0'] = 'YOUR API KEY'
96
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
97
+ # config.api_key_prefix['sec0'] = 'Bearer'
98
+ end
99
+
100
+ api_instance = Daily::DomainApi.new
101
+ opts = {
102
+ domain: Daily::Domain.new # Domain |
103
+ }
104
+
105
+ begin
106
+ # Set domain configuration
107
+ api_instance.set_domain_config(opts)
108
+ rescue Daily::ApiError => e
109
+ puts "Error when calling DomainApi->set_domain_config: #{e}"
110
+ end
111
+ ```
112
+
113
+ #### Using the set_domain_config_with_http_info variant
114
+
115
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
116
+
117
+ > <Array(nil, Integer, Hash)> set_domain_config_with_http_info(opts)
118
+
119
+ ```ruby
120
+ begin
121
+ # Set domain configuration
122
+ data, status_code, headers = api_instance.set_domain_config_with_http_info(opts)
123
+ p status_code # => 2xx
124
+ p headers # => { ... }
125
+ p data # => nil
126
+ rescue Daily::ApiError => e
127
+ puts "Error when calling DomainApi->set_domain_config_with_http_info: #{e}"
128
+ end
129
+ ```
130
+
131
+ ### Parameters
132
+
133
+ | Name | Type | Description | Notes |
134
+ | ---- | ---- | ----------- | ----- |
135
+ | **domain** | [**Domain**](Domain.md) | | [optional] |
136
+
137
+ ### Return type
138
+
139
+ nil (empty response body)
140
+
141
+ ### Authorization
142
+
143
+ [sec0](../README.md#sec0)
144
+
145
+ ### HTTP request headers
146
+
147
+ - **Content-Type**: application/json
148
+ - **Accept**: application/json
149
+
@@ -0,0 +1,84 @@
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 &#x60;enable_people_ui&#x60; 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)&#39;s Picture in Picture controls. When set to &#x60;true&#x60;, an additional button will be available in Daily Prebuilt&#39;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 &#x60;true&#x60;, a Reactions button appears in the call tray. This button allows users to select and send a reaction into the call. When set to &#x60;false&#x60;, 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&#39;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)&#39;s hand raising controls. When set to &#x60;true&#x60;, an additional button will be available in Daily Prebuilt&#39;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 &#x60;enable_prejoin_ui&#x60;. | [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 &#x60;true&#x60;, 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 &#x60;enable_breakout_rooms&#x60;. ⚠️ This property is in beta. | [optional][default to false] |
14
+ | **enable_live_captions_ui** | **Boolean** | Sets whether participants in a room see a closed captions button in their Daily Prebuilt call tray. When the closed caption button is clicked, closed captions are displayed locally. When set to &#x60;true&#x60;, a closed captions button appears in the call tray. When set to &#x60;false&#x60;, the closed captions button is hidden from the call tray. Note: Transcription must be enabled for the room or users must have permission to start transcription for this feature to be enabled. View the [transcription guide](/guides/products/transcription) for more details. ⚠️ You must be using [Daily Prebuilt](https://daily.co/blog/daily-prebuilt-video-chat) to use &#x60;enable_live_captions_ui&#x60;. | [optional][default to false] |
15
+ | **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 &#x60;enable_network_ui&#x60;. | [optional][default to false] |
16
+ | **enable_noise_cancellation_ui** | **Boolean** | Determines whether Daily Prebuilt displays noise cancellation controls. When set to &#x60;true&#x60;, 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 [&#x60;updateInputSettings()&#x60; docs](/reference/daily-js/instance-methods/update-input-settings). | [optional][default to true] |
17
+ | **enable_video_processing_ui** | **Boolean** | Determines whether Daily Prebuilt displays background blur controls. When set to &#x60;true&#x60;, 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] |
18
+ | **hide_daily_branding** | **Boolean** | Whether \&quot;Powered by Daily\&quot; displays in the in-call UI. | [optional][default to false] |
19
+ | **redirect_on_meeting_exit** | **String** | (For meetings that open in a separate browser tab.) When a user clicks on the in-call menu bar&#39;s \&quot;leave meeting\&quot; button, the browser loads this URL. A query string that includes a parameter of the form &#x60;recent-call&#x3D;&lt;domain&gt;/&lt;room&gt;&#x60; is appended to the URL. On mobile, you can redirect to a deep link to bring a user back into your app. | [optional] |
20
+ | **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] |
21
+ | **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&#39;d like to enable intercom call auto-recording. | [optional] |
22
+ | **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&#39;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). &#x60;*&#x60; Norwegian &#x60;\&quot;no\&quot;&#x60; and Russian &#x60;\&quot;ru\&quot;&#x60; are only available in the new Daily Prebuilt. | [optional][default to &#39;en&#39;] |
23
+ | **meeting_join_hook** | **String** | Sets a URL that will receive a webhook when a user joins a room. ⚠️ In place of the &#x60;meeting_join_hook&#x60;, we recommend setting up a [webhook](/reference/rest-api/webhooks) and listening for the [&#x60;participant.joined&#x60;](/reference/rest-api/webhooks/events/participant-joined) event. | [optional][default to &#39;NULL&#39;] |
24
+ | **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 &#39;picking&#39; a call server is handled when the first participant joins a room. The first participant&#39;s browser connects to a call server using Amazon&#39;s Route 53 DNS resolution, which chooses a server in the region closest to them. This isn&#39;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 &#x60;eu-west-2&#x60; . 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 &#x60;af-south-1&#x60;. 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: - &#x60;\&quot;af-south-1\&quot;&#x60; (Cape Town) - &#x60;\&quot;ap-northeast-2\&quot;&#x60; (Seoul) - &#x60;\&quot;ap-southeast-1\&quot;&#x60; (Singapore) - &#x60;\&quot;ap-southeast-2\&quot;&#x60; (Sydney) - &#x60;\&quot;ap-south-1\&quot;&#x60; (Mumbai) - &#x60;\&quot;eu-central-1\&quot;&#x60; (Frankfurt) - &#x60;\&quot;eu-west-2\&quot;&#x60; (London) - &#x60;\&quot;sa-east-1\&quot;&#x60; (São Paulo) - &#x60;\&quot;us-east-1\&quot;&#x60; (N. Virginia) - &#x60;\&quot;us-west-2\&quot;&#x60; (Oregon) | [optional][default to &#39;NULL&#39;] |
25
+ | **rtmp_geo** | **String** | Used to select the region where an RTMP stream should originate. In cases where RTMP streaming services aren&#39;t available in the desired region, we&#39;ll attempt to fall back to the default region based on the SFU being used for the meeting. Available regions: - &#x60;\&quot;us-west-2\&quot;&#x60; (Oregon) - &#x60;\&quot;eu-central-1\&quot;&#x60; (Frankfurt) - &#x60;\&quot;ap-south-1\&quot;&#x60; (Mumbai) The default regions are grouped based on the SFU region like so: - RTMP region &#x60;\&quot;us-west-2\&quot;&#x60; includes SFU regions: &#x60;\&quot;us-west-2\&quot;&#x60;, &#x60;\&quot;us-east-1\&quot;&#x60;, &#x60;\&quot;sa-east-1\&quot;&#x60; - RTMP region &#x60;\&quot;eu-central-1\&quot;&#x60; includes SFU regions: &#x60;\&quot;eu-central-1\&quot;&#x60;, &#x60;\&quot;eu-west-2\&quot;&#x60;, &#x60;\&quot;af-south-1\&quot;&#x60; - RTMP region &#x60;\&quot;ap-south-1\&quot;&#x60; includes SFU regions: &#x60;\&quot;ap-southeast-1\&quot;&#x60;, &#x60;\&quot;ap-southeast-2\&quot;&#x60;, &#x60;\&quot;ap-northeast-2\&quot;&#x60;, &#x60;\&quot;ap-south-1\&quot;&#x60; | [optional][default to &#39;The closest available region to the SFU region used by the meeting.&#39;] |
26
+ | **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&#39;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] |
27
+ | **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] |
28
+ | **enable_transcription_storage** | **Boolean** | Live transcriptions generated can be saved as WebVTT. This flag controls if transcription started with [&#x60;startTranscription()&#x60;](/reference/daily-js/instance-methods/start-transcription) should be saved or not. | [optional][default to false] |
29
+ | **transcription_bucket** | [**TranscriptionBucket**](TranscriptionBucket.md) | | [optional] |
30
+ | **recordings_template** | **String** | Cloud recordings are stored in either Daily&#39;s S3 bucket or the customer&#39;s own S3 bucket. By default recordings are stored as &#x60;{domain_name}/{room_name}/{epoch_time}&#x60;. Sometimes, the use case may call for custom recording file names to be used (for example, if you&#39;d like to enforce the presence of the .mp4 extension in the file name). &#x60;recordings_template&#x60; is made up of a replacement string with prefixes, suffixes, or both. The currently supported replacements are: - &#x60;epoch_time&#x60;: The epoch time in seconds (mandatory) - &#x60;domain_name&#x60;: Your Daily domain (optional) - &#x60;room_name&#x60;: The name of the room which is getting recorded (optional) - &#x60;mtg_session_id&#x60;: The ID of the meeting session which is getting recorded (optional) - &#x60;instance_id&#x60;: The instance ID of the recording (optional) - &#x60;recording_id&#x60;: The recording ID of the recording (optional) The restrictions for defining a recording template are as follows: - The &#x60;epoch_time&#x60; 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., &#x60;{domain_name}&#x60;) - Only alphanumeric characters &#x60;(0-9, A-Z, a-z)&#x60; and &#x60;.&#x60;, &#x60;/&#x60;, &#x60;-&#x60;, &#x60;_&#x60; are valid within the template - &#x60;.mp4&#x60; is the only valid extension Examples - Example domain: \&quot;myDomain\&quot; - Example room: \&quot;myRoom\&quot; Example 1: - Template: &#x60;myprefix-{domain_name}-{epoch_time}.mp4&#x60; - Resulting file name: &#x60;myprefix-myDomain-1675842936274.mp4&#x60; Example 2: - Template: &#x60;{room_name}/{instance_id}/{epoch_time}&#x60; - Resulting room name: &#x60;myRoom/d529cd2f-fbcc-4fb7-b2c0-c4995b1162b6/1675842936274&#x60; | [optional][default to &#39;{domain_name}/{room_name}/{epoch_time}.&#39;] |
31
+ | **enable_mesh_sfu** | **Boolean** | Configures a room to use multiple SFUs for a call&#39;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] |
32
+ | **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 &#x60;sfu_switchover&#x60; is set to &#x60;2&#x60; and the current network topology is P2P, the topology will switch to SFU mode when the _third_ participant joins the call. If the current topology is SFU, it will switch to P2P mode when the participant count decreases from &#x60;2&#x60; to &#x60;1&#x60;. 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 &#x60;sfu_switchover&#x60; to &#x60;0.5&#x60;. 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 0.5] |
33
+ | **enable_adaptive_simulcast** | **Boolean** | Configures a domain or room to use [Daily Adaptive Bitrate](/guides/building-additional-features/daily-adaptive-bitrate). When enabled, along with configuring the client to [&#x60;allowAdaptiveLayers&#x60;](/reference/daily-js/instance-methods/update-send-settings#sendsettings), the Daily client will continually adapt send settings to the current network conditions. &#x60;allowAdaptiveLayers&#x60; is &#x60;true&#x60; by default; if you haven&#39;t modified that setting, then setting &#x60;enable_adaptive_simulcast&#x60; to &#x60;true&#x60; will enable Daily Adaptive Bitrate for 1:1 calls. | [optional][default to true] |
34
+ | **enforce_unique_user_ids** | **Boolean** | Configures a domain or room to disallow multiple participants from having the same &#x60;user_id&#x60;. This feature can be enabled to prevent users from \&quot;sharing\&quot; meeting tokens. When enabled, a participant joining or reconnecting to a meeting will cause existing participants with the same user_id to be ejected. | [optional][default to false] |
35
+ | **recordings_bucket** | [**RecordingsBucket**](RecordingsBucket.md) | | [optional] |
36
+ | **permissions** | [**Permissions**](Permissions.md) | | [optional] |
37
+ | **batch_processor_bucket** | **Object** | Defines a custom S3 bucket where the batch processor will write its output | [optional] |
38
+ | **enable_opus_fec** | **Boolean** | Enables the use of Opus in-band FEC (Forward Error Correction) when encoding audio to send, where possible. This can make audio quality more resilient to packet loss. | [optional] |
39
+ | **pinless_dialin** | [**Array&lt;PinlessDialinInner&gt;**](PinlessDialinInner.md) | [SIP Interconnect and Pinless Dialin](/guides/products/dial-in-dial-out/dialin-pinless#provisioning-sip-interconnect-and-pinless-dialin-workflow),i.e., without entering a PIN code when dialling a phone number or directly calling a Daily SIP Interconnect address. In this case you dont need a SIP address associated to a particular Daily Room. When a call comes in to this phone number or to the sip interconnect address, it will trigger a webhook, where you&#39;ll need to create the Daily room and forward the call to the &#x60;sipUri&#x60; assocaited to the newly created room. The Pinless Dialin only works with purchased phone numbers, because the call is not intended for a particular Daily room. Read more details on our [dosc-site](/guides/products/dial-in-dial-out/dialin-pinless). | [optional] |
40
+ | **pin_dialin** | [**Array&lt;PinDialinInner&gt;**](PinDialinInner.md) | Dialin with a [PIN code](/guides/products/dial-in-dial-out/dialin-pin). This works with both the Global phone numbers and any number that you purchased. When a call comes into one of the phone numbers, the dialer must enter the PIN code. If the code is correct, the user will be connected to the Daily Room. Otherwise the incoming call will be disconnected if an incorrect PIN code is entered. | [optional] |
41
+
42
+ ## Example
43
+
44
+ ```ruby
45
+ require 'daily-ruby'
46
+
47
+ instance = Daily::DomainProperties.new(
48
+ enable_advanced_chat: null,
49
+ enable_people_ui: null,
50
+ enable_pip_ui: null,
51
+ enable_emoji_reactions: null,
52
+ enable_hand_raising: null,
53
+ enable_prejoin_ui: null,
54
+ enable_breakout_rooms: null,
55
+ enable_live_captions_ui: null,
56
+ enable_network_ui: null,
57
+ enable_noise_cancellation_ui: null,
58
+ enable_video_processing_ui: null,
59
+ hide_daily_branding: null,
60
+ redirect_on_meeting_exit: null,
61
+ hipaa: null,
62
+ intercom_auto_record: null,
63
+ lang: null,
64
+ meeting_join_hook: null,
65
+ geo: null,
66
+ rtmp_geo: null,
67
+ disable_rtmp_geo_fallback: null,
68
+ enable_terse_logging: null,
69
+ enable_transcription_storage: null,
70
+ transcription_bucket: null,
71
+ recordings_template: null,
72
+ enable_mesh_sfu: null,
73
+ sfu_switchover: null,
74
+ enable_adaptive_simulcast: null,
75
+ enforce_unique_user_ids: null,
76
+ recordings_bucket: null,
77
+ permissions: null,
78
+ batch_processor_bucket: null,
79
+ enable_opus_fec: null,
80
+ pinless_dialin: null,
81
+ pin_dialin: null
82
+ )
83
+ ```
84
+
@@ -0,0 +1,18 @@
1
+ # Daily::Eject200Response
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ejected_ids** | **Array&lt;String&gt;** | | [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,22 @@
1
+ # Daily::EjectRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ids** | **Array&lt;String&gt;** | List of participant ids (max 100) to eject from the existing meeting session. | [optional] |
8
+ | **user_ids** | **Array&lt;String&gt;** | List of user_ids (max 100) to eject from the existing meeting session. | [optional] |
9
+ | **ban** | **Boolean** | If true, participants are prevented from (re)joining with the given user_ids. | [optional][default to false] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::EjectRequest.new(
17
+ ids: null,
18
+ user_ids: null,
19
+ ban: null
20
+ )
21
+ ```
22
+
@@ -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
+