daily-ruby 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -1
  3. data/Gemfile.lock +9 -28
  4. data/README.md +62 -52
  5. data/daily-ruby.gemspec +4 -3
  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/BuyPhoneNumberRequest.md +18 -0
  19. data/docs/DailyStreamingCustomLayoutConfig.md +1 -1
  20. data/docs/DailyStreamingCustomLayoutConfigCompositionParamsValue.md +15 -0
  21. data/docs/DialinApi.md +80 -0
  22. data/docs/DialoutProperties.md +26 -0
  23. data/docs/DialoutPropertiesCodecs.md +20 -0
  24. data/docs/DomainProperties.md +14 -4
  25. data/docs/EjectRequest.md +6 -2
  26. data/docs/GetDomainConfig200ResponseConfig.md +2 -0
  27. data/docs/GetTranscriptInfo200Response.md +1 -1
  28. data/docs/ListAPILogs200Response.md +1 -1
  29. data/docs/MeetingEnded.md +24 -0
  30. data/docs/MeetingEndedPayload.md +24 -0
  31. data/docs/MeetingParticipantsGetRes.md +0 -2
  32. data/docs/MeetingStarted.md +24 -0
  33. data/docs/MeetingStartedPayload.md +22 -0
  34. data/docs/ParticipantJoined.md +24 -0
  35. data/docs/ParticipantJoinedPayload.md +32 -0
  36. data/docs/ParticipantJoinedPayloadPermissions.md +22 -0
  37. data/docs/ParticipantLeft.md +24 -0
  38. data/docs/ParticipantLeftPayload.md +34 -0
  39. data/docs/PhoneNumbersApi.md +304 -0
  40. data/docs/PinDialinInner.md +22 -0
  41. data/docs/PinDialinInnerIvrGreeting.md +18 -0
  42. data/docs/PinlessCallUpdateRequest.md +22 -0
  43. data/docs/PinlessDialinInner.md +24 -0
  44. data/docs/PostWebhook.md +5 -1
  45. data/docs/Properties.md +3 -1
  46. data/docs/RecordingError.md +1 -1
  47. data/docs/RecordingReadyToDownload.md +1 -1
  48. data/docs/RecordingStarted.md +1 -1
  49. data/docs/RoomDialOutSendDTMFRequest.md +20 -0
  50. data/docs/RoomDialOutStopRequest.md +18 -0
  51. data/docs/RoomProperties.md +12 -2
  52. data/docs/RoomSipCallTransferRequest.md +20 -0
  53. data/docs/RoomsApi.md +376 -0
  54. data/docs/StreamingEnded.md +1 -1
  55. data/docs/StreamingError.md +1 -1
  56. data/docs/StreamingStarted.md +1 -1
  57. data/docs/StreamingUpdated.md +1 -1
  58. data/docs/TranscriptionProperties.md +4 -2
  59. data/docs/UpdateWebhook.md +5 -1
  60. data/docs/WaitingParticipantJoined.md +24 -0
  61. data/docs/WaitingParticipantJoinedPayload.md +32 -0
  62. data/docs/WaitingParticipantLeft.md +24 -0
  63. data/docs/WaitingParticipantLeftPayload.md +34 -0
  64. data/docs/Webhook.md +6 -4
  65. data/example.rb +12 -4
  66. data/lib/daily-ruby/api/batch_rooms_api.rb +3 -3
  67. data/lib/daily-ruby/api/dialin_api.rb +86 -0
  68. data/lib/daily-ruby/api/domain_api.rb +3 -3
  69. data/lib/daily-ruby/api/logs_api.rb +4 -4
  70. data/lib/daily-ruby/api/meeting_tokens_api.rb +3 -3
  71. data/lib/daily-ruby/api/meetings_api.rb +4 -4
  72. data/lib/daily-ruby/api/phone_numbers_api.rb +281 -0
  73. data/lib/daily-ruby/api/presence_api.rb +2 -2
  74. data/lib/daily-ruby/api/recordings_api.rb +5 -5
  75. data/lib/daily-ruby/api/rooms_api.rb +370 -20
  76. data/lib/daily-ruby/api/transcript_api.rb +6 -6
  77. data/lib/daily-ruby/api/webhooks_api.rb +6 -6
  78. data/lib/daily-ruby/api_client.rb +34 -28
  79. data/lib/daily-ruby/api_error.rb +1 -1
  80. data/lib/daily-ruby/configuration.rb +11 -1
  81. data/lib/daily-ruby/models/batch_processor_error.rb +278 -0
  82. data/lib/daily-ruby/models/batch_processor_error_payload.rb +289 -0
  83. data/lib/daily-ruby/models/batch_processor_error_payload_input.rb +280 -0
  84. data/lib/daily-ruby/models/batch_processor_job_finished.rb +278 -0
  85. data/lib/daily-ruby/models/batch_processor_job_finished_payload.rb +288 -0
  86. data/lib/daily-ruby/models/batch_processor_job_finished_payload_input.rb +280 -0
  87. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output.rb +245 -0
  88. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_concept.rb +259 -0
  89. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_soap.rb +259 -0
  90. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_soap_s3_config.rb +236 -0
  91. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_summary.rb +259 -0
  92. data/lib/daily-ruby/models/batch_processor_job_finished_payload_output_transcription_inner.rb +258 -0
  93. data/lib/daily-ruby/models/batch_room_create_request.rb +1 -1
  94. data/lib/daily-ruby/models/batch_room_create_request_rooms_inner.rb +1 -1
  95. data/lib/daily-ruby/models/batch_room_delete200_response.rb +1 -1
  96. data/lib/daily-ruby/models/buy_phone_number_request.rb +215 -0
  97. data/lib/daily-ruby/models/create_meeting_token200_response.rb +1 -1
  98. data/lib/daily-ruby/models/create_meeting_token_request.rb +1 -1
  99. data/lib/daily-ruby/models/create_room200_response.rb +1 -1
  100. data/lib/daily-ruby/models/create_room_request.rb +1 -1
  101. data/lib/daily-ruby/models/daily_live_streaming_options.rb +1 -1
  102. data/lib/daily-ruby/models/daily_live_streaming_options_rtmp_url.rb +1 -1
  103. data/lib/daily-ruby/models/daily_streaming_active_participant_layout_config.rb +3 -3
  104. data/lib/daily-ruby/models/daily_streaming_custom_layout_config.rb +4 -4
  105. data/lib/daily-ruby/models/daily_streaming_custom_layout_config_composition_params.rb +1 -1
  106. data/lib/daily-ruby/models/daily_streaming_custom_layout_config_composition_params_value.rb +105 -0
  107. data/lib/daily-ruby/models/daily_streaming_default_layout_config.rb +3 -3
  108. data/lib/daily-ruby/models/daily_streaming_endpoint.rb +1 -1
  109. data/lib/daily-ruby/models/daily_streaming_layout_config.rb +1 -1
  110. data/lib/daily-ruby/models/daily_streaming_options.rb +1 -1
  111. data/lib/daily-ruby/models/daily_streaming_portrait_layout_config.rb +3 -3
  112. data/lib/daily-ruby/models/daily_streaming_portrait_layout_variant.rb +3 -2
  113. data/lib/daily-ruby/models/daily_streaming_single_participant_layout_config.rb +3 -3
  114. data/lib/daily-ruby/models/delete_transcript200_response.rb +3 -3
  115. data/lib/daily-ruby/models/dialout_properties.rb +254 -0
  116. data/lib/daily-ruby/models/dialout_properties_codecs.rb +228 -0
  117. data/lib/daily-ruby/models/domain.rb +1 -1
  118. data/lib/daily-ruby/models/domain_properties.rb +74 -16
  119. data/lib/daily-ruby/models/eject200_response.rb +1 -1
  120. data/lib/daily-ruby/models/eject_request.rb +30 -6
  121. data/lib/daily-ruby/models/get_domain_config200_response.rb +1 -1
  122. data/lib/daily-ruby/models/get_domain_config200_response_config.rb +11 -2
  123. data/lib/daily-ruby/models/get_domain_config200_response_config_recordings_bucket.rb +1 -1
  124. data/lib/daily-ruby/models/get_meeting_info200_response.rb +1 -1
  125. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner.rb +1 -1
  126. data/lib/daily-ruby/models/get_meeting_info200_response_data_inner_participants_inner.rb +1 -1
  127. data/lib/daily-ruby/models/get_presence200_response.rb +1 -1
  128. data/lib/daily-ruby/models/get_presence200_response_aivw_whz_hl_lhr_sd_hdw7_ew_inner.rb +1 -1
  129. data/lib/daily-ruby/models/get_recording_info200_response.rb +3 -3
  130. data/lib/daily-ruby/models/get_recording_info200_response_tracks_inner.rb +3 -3
  131. data/lib/daily-ruby/models/get_recording_link200_response.rb +1 -1
  132. data/lib/daily-ruby/models/get_transcript_info200_response.rb +4 -4
  133. data/lib/daily-ruby/models/get_transcript_info200_response_out_params.rb +2 -1
  134. data/lib/daily-ruby/models/get_transcript_link200_response.rb +1 -1
  135. data/lib/daily-ruby/models/list_api_logs200_response.rb +2 -2
  136. data/lib/daily-ruby/models/list_recordings200_response.rb +1 -1
  137. data/lib/daily-ruby/models/list_recordings200_response_data_inner.rb +1 -1
  138. data/lib/daily-ruby/models/list_rooms200_response.rb +1 -1
  139. data/lib/daily-ruby/models/list_rooms200_response_data_inner.rb +1 -1
  140. data/lib/daily-ruby/models/list_rooms200_response_data_inner_config.rb +1 -1
  141. data/lib/daily-ruby/models/list_transcript200_response.rb +1 -1
  142. data/lib/daily-ruby/models/list_transcript200_response_data_inner.rb +3 -3
  143. data/lib/daily-ruby/models/meeting_ended.rb +278 -0
  144. data/lib/daily-ruby/models/meeting_ended_payload.rb +246 -0
  145. data/lib/daily-ruby/models/meeting_participants_get_res.rb +2 -11
  146. data/lib/daily-ruby/models/meeting_participants_get_res_data_inner.rb +1 -1
  147. data/lib/daily-ruby/models/meeting_started.rb +278 -0
  148. data/lib/daily-ruby/models/meeting_started_payload.rb +236 -0
  149. data/lib/daily-ruby/models/meetings_meeting_get_res.rb +1 -1
  150. data/lib/daily-ruby/models/participant_joined.rb +278 -0
  151. data/lib/daily-ruby/models/participant_joined_payload.rb +285 -0
  152. data/lib/daily-ruby/models/participant_joined_payload_permissions.rb +240 -0
  153. data/lib/daily-ruby/models/participant_left.rb +278 -0
  154. data/lib/daily-ruby/models/participant_left_payload.rb +295 -0
  155. data/lib/daily-ruby/models/permissions.rb +1 -1
  156. data/lib/daily-ruby/models/permissions_can_admin.rb +1 -1
  157. data/lib/daily-ruby/models/permissions_can_send.rb +1 -1
  158. data/lib/daily-ruby/models/pin_dialin_inner.rb +234 -0
  159. data/lib/daily-ruby/models/pin_dialin_inner_ivr_greeting.rb +215 -0
  160. data/lib/daily-ruby/models/pinless_call_update_request.rb +235 -0
  161. data/lib/daily-ruby/models/pinless_dialin_inner.rb +245 -0
  162. data/lib/daily-ruby/models/post_webhook.rb +37 -5
  163. data/lib/daily-ruby/models/properties.rb +17 -7
  164. data/lib/daily-ruby/models/recording_error.rb +4 -4
  165. data/lib/daily-ruby/models/recording_error_payload.rb +3 -3
  166. data/lib/daily-ruby/models/recording_ready_to_download.rb +4 -4
  167. data/lib/daily-ruby/models/recording_ready_to_download_payload.rb +5 -5
  168. data/lib/daily-ruby/models/recording_started.rb +4 -4
  169. data/lib/daily-ruby/models/recording_started_payload.rb +3 -3
  170. data/lib/daily-ruby/models/recording_streaming_options.rb +3 -3
  171. data/lib/daily-ruby/models/recordings_bucket.rb +1 -1
  172. data/lib/daily-ruby/models/room_dial_out_send_dtmf_request.rb +224 -0
  173. data/lib/daily-ruby/models/room_dial_out_stop_request.rb +215 -0
  174. data/lib/daily-ruby/models/room_properties.rb +67 -9
  175. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner.rb +267 -267
  176. data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner_hls_config_variants_inner.rb +1 -1
  177. data/lib/daily-ruby/models/room_sip_call_transfer_request.rb +224 -0
  178. data/lib/daily-ruby/models/rooms_room_name_get_res.rb +1 -1
  179. data/lib/daily-ruby/models/rooms_room_name_presence_get_res.rb +1 -1
  180. data/lib/daily-ruby/models/rooms_room_name_presence_get_res_data_inner.rb +1 -1
  181. data/lib/daily-ruby/models/send_app_message_request.rb +1 -1
  182. data/lib/daily-ruby/models/set_room_config_request.rb +1 -1
  183. data/lib/daily-ruby/models/set_session_data_request.rb +3 -3
  184. data/lib/daily-ruby/models/streaming_ended.rb +4 -4
  185. data/lib/daily-ruby/models/streaming_ended_payload.rb +1 -1
  186. data/lib/daily-ruby/models/streaming_error.rb +4 -4
  187. data/lib/daily-ruby/models/streaming_error_payload.rb +1 -1
  188. data/lib/daily-ruby/models/streaming_started.rb +4 -4
  189. data/lib/daily-ruby/models/streaming_started_payload.rb +1 -1
  190. data/lib/daily-ruby/models/streaming_updated.rb +4 -4
  191. data/lib/daily-ruby/models/streaming_updated_payload.rb +1 -1
  192. data/lib/daily-ruby/models/transcription_bucket.rb +1 -1
  193. data/lib/daily-ruby/models/transcription_properties.rb +16 -6
  194. data/lib/daily-ruby/models/transcription_properties_endpointing.rb +1 -1
  195. data/lib/daily-ruby/models/transcription_properties_redact.rb +1 -1
  196. data/lib/daily-ruby/models/update_permissions_request.rb +1 -1
  197. data/lib/daily-ruby/models/update_permissions_request_data_value.rb +1 -1
  198. data/lib/daily-ruby/models/update_permissions_request_data_value_can_send.rb +1 -1
  199. data/lib/daily-ruby/models/update_webhook.rb +37 -5
  200. data/lib/daily-ruby/models/validate_meeting_token200_response.rb +1 -1
  201. data/lib/daily-ruby/models/waiting_participant_joined.rb +278 -0
  202. data/lib/daily-ruby/models/waiting_participant_joined_payload.rb +285 -0
  203. data/lib/daily-ruby/models/waiting_participant_left.rb +278 -0
  204. data/lib/daily-ruby/models/waiting_participant_left_payload.rb +295 -0
  205. data/lib/daily-ruby/models/webhook.rb +32 -10
  206. data/lib/daily-ruby/version.rb +2 -2
  207. data/lib/daily-ruby.rb +39 -2
  208. data/pkg/daily-ruby-1.0.2.gem +0 -0
  209. data/run.sh +3 -3
  210. data/spec/api/dialin_api_spec.rb +47 -0
  211. data/spec/api/phone_numbers_api_spec.rb +87 -0
  212. data/spec/models/batch_processor_error_payload_input_spec.rb +58 -0
  213. data/spec/models/batch_processor_error_payload_spec.rb +64 -0
  214. data/spec/models/batch_processor_error_spec.rb +58 -0
  215. data/spec/models/batch_processor_job_finished_payload_input_spec.rb +58 -0
  216. data/spec/models/batch_processor_job_finished_payload_output_concept_spec.rb +46 -0
  217. data/spec/models/batch_processor_job_finished_payload_output_soap_s3_config_spec.rb +48 -0
  218. data/spec/models/batch_processor_job_finished_payload_output_soap_spec.rb +46 -0
  219. data/spec/models/batch_processor_job_finished_payload_output_spec.rb +54 -0
  220. data/spec/models/batch_processor_job_finished_payload_output_summary_spec.rb +46 -0
  221. data/spec/models/batch_processor_job_finished_payload_output_transcription_inner_spec.rb +46 -0
  222. data/spec/models/batch_processor_job_finished_payload_spec.rb +64 -0
  223. data/spec/models/batch_processor_job_finished_spec.rb +58 -0
  224. data/spec/models/buy_phone_number_request_spec.rb +36 -0
  225. data/spec/models/{daily_streaming_custom_layout_config_composition_params_spec.rb → daily_streaming_custom_layout_config_composition_params_value_spec.rb} +3 -3
  226. data/spec/models/dialout_properties_codecs_spec.rb +42 -0
  227. data/spec/models/dialout_properties_spec.rb +60 -0
  228. data/spec/models/meeting_ended_payload_spec.rb +54 -0
  229. data/spec/models/meeting_ended_spec.rb +58 -0
  230. data/spec/models/meeting_started_payload_spec.rb +48 -0
  231. data/spec/models/meeting_started_spec.rb +58 -0
  232. data/spec/models/participant_joined_payload_permissions_spec.rb +48 -0
  233. data/spec/models/participant_joined_payload_spec.rb +78 -0
  234. data/spec/models/participant_joined_spec.rb +58 -0
  235. data/spec/models/participant_left_payload_spec.rb +84 -0
  236. data/spec/models/participant_left_spec.rb +58 -0
  237. data/spec/models/pin_dialin_inner_ivr_greeting_spec.rb +36 -0
  238. data/spec/models/pin_dialin_inner_spec.rb +48 -0
  239. data/spec/models/pinless_call_update_request_spec.rb +48 -0
  240. data/spec/models/pinless_dialin_inner_spec.rb +54 -0
  241. data/spec/models/room_dial_out_send_dtmf_request_spec.rb +42 -0
  242. data/spec/models/room_dial_out_stop_request_spec.rb +36 -0
  243. data/spec/models/room_sip_call_transfer_request_spec.rb +42 -0
  244. data/spec/models/waiting_participant_joined_payload_spec.rb +78 -0
  245. data/spec/models/waiting_participant_joined_spec.rb +58 -0
  246. data/spec/models/waiting_participant_left_payload_spec.rb +84 -0
  247. data/spec/models/waiting_participant_left_spec.rb +58 -0
  248. data/spec/spec_helper.rb +1 -1
  249. metadata +171 -6
@@ -0,0 +1,18 @@
1
+ # Daily::BuyPhoneNumberRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **number** | **String** | The phone number to purchase | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'daily-ruby'
13
+
14
+ instance = Daily::BuyPhoneNumberRequest.new(
15
+ number: null
16
+ )
17
+ ```
18
+
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **preset** | **String** | | |
8
8
  | **composition_id** | **String** | | |
9
- | **composition_params** | [**Hash<String, DailyStreamingCustomLayoutConfigCompositionParams>**](DailyStreamingCustomLayoutConfigCompositionParams.md) | | [optional] |
9
+ | **composition_params** | [**Hash<String, DailyStreamingCustomLayoutConfigCompositionParamsValue>**](DailyStreamingCustomLayoutConfigCompositionParamsValue.md) | | [optional] |
10
10
  | **session_assets** | **Hash<String, String>** | | [optional] |
11
11
 
12
12
  ## Example
@@ -0,0 +1,15 @@
1
+ # Daily::DailyStreamingCustomLayoutConfigCompositionParamsValue
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'daily-ruby'
12
+
13
+ instance = Daily::DailyStreamingCustomLayoutConfigCompositionParamsValue.new()
14
+ ```
15
+
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
+
@@ -11,6 +11,7 @@
11
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
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
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] |
14
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] |
15
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] |
16
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] |
@@ -19,7 +20,7 @@
19
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] |
20
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] |
21
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;] |
22
- | **meeting_join_hook** | **String** | Sets a URL that will receive a webhook when a user joins a room. | [optional][default to &#39;NULL&#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;] |
23
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;] |
24
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;] |
25
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] |
@@ -28,11 +29,15 @@
28
29
  | **transcription_bucket** | [**TranscriptionBucket**](TranscriptionBucket.md) | | [optional] |
29
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;] |
30
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] |
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 &#x60;sfu_switchover&#x60; is set to &#x60;3&#x60; 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 &#x60;3&#x60; to &#x60;2&#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 2] |
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] |
32
35
  | **recordings_bucket** | [**RecordingsBucket**](RecordingsBucket.md) | | [optional] |
33
36
  | **permissions** | [**Permissions**](Permissions.md) | | [optional] |
34
37
  | **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] |
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] |
36
41
 
37
42
  ## Example
38
43
 
@@ -47,6 +52,7 @@ instance = Daily::DomainProperties.new(
47
52
  enable_hand_raising: null,
48
53
  enable_prejoin_ui: null,
49
54
  enable_breakout_rooms: null,
55
+ enable_live_captions_ui: null,
50
56
  enable_network_ui: null,
51
57
  enable_noise_cancellation_ui: null,
52
58
  enable_video_processing_ui: null,
@@ -65,10 +71,14 @@ instance = Daily::DomainProperties.new(
65
71
  recordings_template: null,
66
72
  enable_mesh_sfu: null,
67
73
  sfu_switchover: null,
74
+ enable_adaptive_simulcast: null,
75
+ enforce_unique_user_ids: null,
68
76
  recordings_bucket: null,
69
77
  permissions: null,
70
78
  batch_processor_bucket: null,
71
- batch_processor_enable_medical_concept: null
79
+ enable_opus_fec: null,
80
+ pinless_dialin: null,
81
+ pin_dialin: null
72
82
  )
73
83
  ```
74
84
 
data/docs/EjectRequest.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **ids** | **Array&lt;String&gt;** | Required list of participant ids (max 100) to eject from the existing meeting session. | [optional] |
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] |
8
10
 
9
11
  ## Example
10
12
 
@@ -12,7 +14,9 @@
12
14
  require 'daily-ruby'
13
15
 
14
16
  instance = Daily::EjectRequest.new(
15
- ids: null
17
+ ids: null,
18
+ user_ids: null,
19
+ ban: null
16
20
  )
17
21
  ```
18
22
 
@@ -20,6 +20,7 @@
20
20
  | **max_streaming_instances_per_room** | **Float** | | [optional] |
21
21
  | **enable_daily_logger** | **Boolean** | | [optional] |
22
22
  | **enable_prejoin_ui** | **Boolean** | | [optional] |
23
+ | **enable_live_captions_ui** | **Boolean** | | [optional] |
23
24
  | **enable_network_ui** | **Boolean** | | [optional] |
24
25
  | **disable_rate_limiting** | **Boolean** | | [optional] |
25
26
  | **attach_callobject_to_window** | **Boolean** | | [optional] |
@@ -46,6 +47,7 @@ instance = Daily::GetDomainConfig200ResponseConfig.new(
46
47
  max_streaming_instances_per_room: null,
47
48
  enable_daily_logger: null,
48
49
  enable_prejoin_ui: null,
50
+ enable_live_captions_ui: null,
49
51
  enable_network_ui: null,
50
52
  disable_rate_limiting: null,
51
53
  attach_callobject_to_window: null
@@ -11,7 +11,7 @@
11
11
  | **status** | **String** | | [optional] |
12
12
  | **duration** | **Integer** | How many seconds long the transcription is, approximately. | [optional] |
13
13
  | **out_params** | [**GetTranscriptInfo200ResponseOutParams**](GetTranscriptInfo200ResponseOutParams.md) | | [optional] |
14
- | **error** | **String** | if &#x60;status&#x60; is &#x60;t_error&#x60;, this provide the description of the error. | [optional] |
14
+ | **error** | **String** | If &#x60;status&#x60; is &#x60;t_error&#x60;, this provide the description of the error, otherwise &#x60;null&#x60;. | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
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] |
8
+ | **user_id** | **String** | The user ID associated with the owner of the account. | [optional] |
9
9
  | **domain_id** | **String** | The domain ID associated with this log statement. | [optional] |
10
10
  | **source** | **String** | The source of this log statement. This will be &#x60;\&quot;api\&quot;&#x60; or &#x60;\&quot;webhook\&quot;&#x60;. | [optional] |
11
11
  | **ip** | **String** | The originating IP address of this request. | [optional] |
@@ -0,0 +1,24 @@
1
+ # Daily::MeetingEnded
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **version** | **String** | The semantic version of the current message. | [optional] |
8
+ | **type** | **String** | The type of event that is being provided. | [optional] |
9
+ | **event_ts** | **Float** | The Unix epoch time in seconds representing when the event was generated. | [optional] |
10
+ | **payload** | [**MeetingEndedPayload**](MeetingEndedPayload.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'daily-ruby'
16
+
17
+ instance = Daily::MeetingEnded.new(
18
+ version: null,
19
+ type: null,
20
+ event_ts: null,
21
+ payload: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,24 @@
1
+ # Daily::MeetingEndedPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **start_ts** | **Float** | The Unix epoch time in seconds representing when the meeting started. | [optional] |
8
+ | **end_ts** | **Float** | The Unix epoch time in seconds representing when the meeting ended. | [optional] |
9
+ | **meeting_id** | **String** | The meeting ID. | [optional] |
10
+ | **room** | **String** | The name of the room. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'daily-ruby'
16
+
17
+ instance = Daily::MeetingEndedPayload.new(
18
+ start_ts: null,
19
+ end_ts: null,
20
+ meeting_id: null,
21
+ room: null
22
+ )
23
+ ```
24
+
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **total_count** | **Integer** | | [optional] |
8
7
  | **data** | [**Array&lt;MeetingParticipantsGetResDataInner&gt;**](MeetingParticipantsGetResDataInner.md) | | [optional] |
9
8
 
10
9
  ## Example
@@ -13,7 +12,6 @@
13
12
  require 'daily-ruby'
14
13
 
15
14
  instance = Daily::MeetingParticipantsGetRes.new(
16
- total_count: 5,
17
15
  data: null
18
16
  )
19
17
  ```
@@ -0,0 +1,24 @@
1
+ # Daily::MeetingStarted
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **version** | **String** | The semantic version of the current message. | [optional] |
8
+ | **type** | **String** | The type of event that is being provided. | [optional] |
9
+ | **event_ts** | **Float** | The Unix epoch time in seconds representing when the event was generated. | [optional] |
10
+ | **payload** | [**MeetingStartedPayload**](MeetingStartedPayload.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'daily-ruby'
16
+
17
+ instance = Daily::MeetingStarted.new(
18
+ version: null,
19
+ type: null,
20
+ event_ts: null,
21
+ payload: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,22 @@
1
+ # Daily::MeetingStartedPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **start_ts** | **Float** | The Unix epoch time in seconds representing when meeting started. | [optional] |
8
+ | **meeting_id** | **String** | The meeting ID. | [optional] |
9
+ | **room** | **String** | The name of the room. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::MeetingStartedPayload.new(
17
+ start_ts: null,
18
+ meeting_id: null,
19
+ room: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,24 @@
1
+ # Daily::ParticipantJoined
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **version** | **String** | The semantic version of the current message. | [optional] |
8
+ | **type** | **String** | The type of event that is being provided. | [optional] |
9
+ | **event_ts** | **Float** | The Unix epoch time in seconds representing when the event was generated. | [optional] |
10
+ | **payload** | [**ParticipantJoinedPayload**](ParticipantJoinedPayload.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'daily-ruby'
16
+
17
+ instance = Daily::ParticipantJoined.new(
18
+ version: null,
19
+ type: null,
20
+ event_ts: null,
21
+ payload: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,32 @@
1
+ # Daily::ParticipantJoinedPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **joined_at** | **Float** | The Unix epoch time in seconds representing when the participant joined. | [optional] |
8
+ | **session_id** | **String** | The user session ID, or participant id. | [optional] |
9
+ | **room** | **String** | The name of the room. | [optional] |
10
+ | **user_id** | **String** | The ID of the user, set by the meeting token. | [optional] |
11
+ | **user_name** | **String** | The name of the user, set by the meeting token. | [optional] |
12
+ | **owner** | **Boolean** | A flag determining if this user is considered the owner. | [optional] |
13
+ | **will_eject_at** | **Float** | The Unix epoch time in seconds representing when the participant will be ejected. | [optional] |
14
+ | **permissions** | [**ParticipantJoinedPayloadPermissions**](ParticipantJoinedPayloadPermissions.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'daily-ruby'
20
+
21
+ instance = Daily::ParticipantJoinedPayload.new(
22
+ joined_at: null,
23
+ session_id: null,
24
+ room: null,
25
+ user_id: null,
26
+ user_name: null,
27
+ owner: null,
28
+ will_eject_at: null,
29
+ permissions: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,22 @@
1
+ # Daily::ParticipantJoinedPayloadPermissions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **has_presence** | **Boolean** | Determines whether the participant is \&quot;present\&quot; or \&quot;hidden\&quot; | [optional] |
8
+ | **can_send** | **Array&lt;String&gt;** | Array of strings identifying which types of media the participant can send or a boolean to grant/revoke permissions for all media types. | [optional] |
9
+ | **can_admin** | **Array&lt;String&gt;** | Array of strings identifying which types of admin tasks the participant can do or a boolean to grant/revoke permissions for all types. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'daily-ruby'
15
+
16
+ instance = Daily::ParticipantJoinedPayloadPermissions.new(
17
+ has_presence: null,
18
+ can_send: null,
19
+ can_admin: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,24 @@
1
+ # Daily::ParticipantLeft
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **version** | **String** | The semantic version of the current message. | [optional] |
8
+ | **type** | **String** | The type of event that is being provided. | [optional] |
9
+ | **event_ts** | **Float** | The Unix epoch time in seconds representing when the event was generated. | [optional] |
10
+ | **payload** | [**ParticipantLeftPayload**](ParticipantLeftPayload.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'daily-ruby'
16
+
17
+ instance = Daily::ParticipantLeft.new(
18
+ version: null,
19
+ type: null,
20
+ event_ts: null,
21
+ payload: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,34 @@
1
+ # Daily::ParticipantLeftPayload
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **joined_at** | **Float** | The Unix epoch time in seconds representing when the participant joined. | [optional] |
8
+ | **duration** | **Float** | The time in seconds representing how long the participant was in the call. | [optional] |
9
+ | **session_id** | **String** | The user session ID, or participant id. | [optional] |
10
+ | **room** | **String** | The name of the room. | [optional] |
11
+ | **user_id** | **String** | The ID of the user, set by the meeting token. | [optional] |
12
+ | **user_name** | **String** | The name of the user, set by the meeting token. | [optional] |
13
+ | **owner** | **Boolean** | A flag determining if this user is considered the owner. | [optional] |
14
+ | **will_eject_at** | **Float** | The Unix epoch time in seconds representing when the participant will be ejected. | [optional] |
15
+ | **permissions** | [**ParticipantJoinedPayloadPermissions**](ParticipantJoinedPayloadPermissions.md) | | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'daily-ruby'
21
+
22
+ instance = Daily::ParticipantLeftPayload.new(
23
+ joined_at: null,
24
+ duration: null,
25
+ session_id: null,
26
+ room: null,
27
+ user_id: null,
28
+ user_name: null,
29
+ owner: null,
30
+ will_eject_at: null,
31
+ permissions: null
32
+ )
33
+ ```
34
+