daily-ruby 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +7 -27
- data/README.md +191 -194
- data/daily-ruby.gemspec +2 -2
- data/example.rb +12 -4
- data/lib/daily-ruby/models/room_properties_streaming_endpoints_inner.rb +4 -4
- data/lib/daily-ruby/version.rb +1 -1
- data/pkg/daily-ruby-1.0.2.gem +0 -0
- data/run.sh +1 -1
- metadata +4 -6
- data/daily-ruby-1.0.0.gem +0 -0
- data/spec/models/daily_streaming_custom_layout_config_composition_params_spec.rb +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7e0f51902e7a00501529b9690ce9f3f5f7e6b802a894a5320c1ab02f9bb2bf1
|
4
|
+
data.tar.gz: 615584b2fc5a1d9e31653c5040ccf958f8b71b653457395b6a4db098c5d0608a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 443dade8c276d577a0512034a305df386298a1c68ae9fac8493cf76301903c600a0a1dba1ead4406e4ae19a9ad717ca91c7792a80c5f8a69f34dd819dbec1e3e
|
7
|
+
data.tar.gz: 5c9e271ae6ecbdfecada67b8cb69a7d366bb9e1e2f5458fdc7eda56a4d1c9b34b87e42382e36e5156788192c19869d2577f87b2a04b14b1f2459717d548d0871
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
daily-ruby (1.0.
|
4
|
+
daily-ruby (1.0.2)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart
|
7
7
|
marcel
|
@@ -9,36 +9,28 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
ast (2.4.2)
|
13
12
|
byebug (11.1.3)
|
14
13
|
coderay (1.1.3)
|
15
14
|
diff-lcs (1.5.1)
|
16
|
-
faraday (2.
|
17
|
-
faraday-net_http (>= 2.0, < 3.
|
15
|
+
faraday (2.11.0)
|
16
|
+
faraday-net_http (>= 2.0, < 3.4)
|
17
|
+
logger
|
18
18
|
faraday-multipart (1.0.4)
|
19
19
|
multipart-post (~> 2)
|
20
|
-
faraday-net_http (3.
|
20
|
+
faraday-net_http (3.3.0)
|
21
21
|
net-http
|
22
|
-
|
22
|
+
logger (1.6.1)
|
23
23
|
marcel (1.0.4)
|
24
24
|
method_source (1.0.0)
|
25
25
|
multipart-post (2.4.0)
|
26
26
|
net-http (0.4.1)
|
27
27
|
uri
|
28
|
-
parallel (1.26.3)
|
29
|
-
parser (3.3.4.2)
|
30
|
-
ast (~> 2.4.1)
|
31
|
-
racc
|
32
28
|
pry (0.14.2)
|
33
29
|
coderay (~> 1.1)
|
34
30
|
method_source (~> 1.0)
|
35
31
|
pry-byebug (3.10.1)
|
36
32
|
byebug (~> 11.0)
|
37
33
|
pry (>= 0.13, < 0.15)
|
38
|
-
psych (5.1.2)
|
39
|
-
stringio
|
40
|
-
racc (1.8.1)
|
41
|
-
rainbow (3.1.1)
|
42
34
|
rake (13.0.6)
|
43
35
|
rspec (3.13.0)
|
44
36
|
rspec-core (~> 3.13.0)
|
@@ -53,18 +45,7 @@ GEM
|
|
53
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
46
|
rspec-support (~> 3.13.0)
|
55
47
|
rspec-support (3.13.0)
|
56
|
-
|
57
|
-
jaro_winkler (~> 1.5.1)
|
58
|
-
parallel (~> 1.10)
|
59
|
-
parser (>= 2.5, != 2.5.1.1)
|
60
|
-
psych (>= 3.1.0)
|
61
|
-
rainbow (>= 2.2.2, < 4.0)
|
62
|
-
ruby-progressbar (~> 1.7)
|
63
|
-
unicode-display_width (>= 1.4.0, < 1.6)
|
64
|
-
ruby-progressbar (1.13.0)
|
65
|
-
stringio (3.1.1)
|
66
|
-
unicode-display_width (1.5.0)
|
67
|
-
uri (0.13.0)
|
48
|
+
uri (0.13.1)
|
68
49
|
|
69
50
|
PLATFORMS
|
70
51
|
arm64-darwin-23
|
@@ -75,7 +56,6 @@ DEPENDENCIES
|
|
75
56
|
pry-byebug
|
76
57
|
rake (~> 13.0.1)
|
77
58
|
rspec (~> 3.6, >= 3.6.0)
|
78
|
-
rubocop (~> 0.66.0)
|
79
59
|
|
80
60
|
BUNDLED WITH
|
81
61
|
2.5.3
|
data/README.md
CHANGED
@@ -2,11 +2,12 @@
|
|
2
2
|
|
3
3
|
Daily - the Ruby gem for the Daily API
|
4
4
|
|
5
|
-
The Daily REST API offers the ability to manage the following:
|
5
|
+
The Daily REST API offers the ability to manage the following:
|
6
|
+
|
6
7
|
- Overall Domain Configuration
|
7
|
-
- Individual Room creation and config management
|
8
|
+
- Individual Room creation and config management
|
8
9
|
- Meeting token creation and validation
|
9
|
-
- Recording and compositing management
|
10
|
+
- Recording and compositing management
|
10
11
|
- Meeting analytics
|
11
12
|
- Logs and metrics
|
12
13
|
- Real-time presence
|
@@ -16,10 +17,10 @@ Please reach out to help@daily.co if we can help with anything
|
|
16
17
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
17
18
|
|
18
19
|
- API version: 1.1.1
|
19
|
-
- Package version: 1.0.
|
20
|
+
- Package version: 1.0.2
|
20
21
|
- Generator version: 7.8.0
|
21
22
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
22
|
-
For more information, please visit [https://docs.daily.co](https://docs.daily.co)
|
23
|
+
For more information, please visit [https://docs.daily.co](https://docs.daily.co)
|
23
24
|
|
24
25
|
## Installation
|
25
26
|
|
@@ -34,16 +35,16 @@ gem build daily-ruby.gemspec
|
|
34
35
|
Then either install the gem locally:
|
35
36
|
|
36
37
|
```shell
|
37
|
-
gem install ./daily-ruby-1.0.
|
38
|
+
gem install ./daily-ruby-1.0.2.gem
|
38
39
|
```
|
39
40
|
|
40
|
-
(for development, run `gem install --dev ./daily-ruby-1.0.
|
41
|
+
(for development, run `gem install --dev ./daily-ruby-1.0.2.gem` to install the development dependencies)
|
41
42
|
|
42
43
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
43
44
|
|
44
45
|
Finally add this to the Gemfile:
|
45
46
|
|
46
|
-
gem 'daily-ruby', '~> 1.0.
|
47
|
+
gem 'daily-ruby', '~> 1.0.2'
|
47
48
|
|
48
49
|
### Install from Git
|
49
50
|
|
@@ -79,7 +80,7 @@ end
|
|
79
80
|
|
80
81
|
api_instance = Daily::BatchRoomsApi.new
|
81
82
|
opts = {
|
82
|
-
batch_room_create_request: Daily::BatchRoomCreateRequest.new # BatchRoomCreateRequest |
|
83
|
+
batch_room_create_request: Daily::BatchRoomCreateRequest.new # BatchRoomCreateRequest |
|
83
84
|
}
|
84
85
|
|
85
86
|
begin
|
@@ -96,200 +97,196 @@ end
|
|
96
97
|
|
97
98
|
All URIs are relative to *https://api.daily.co/v1*
|
98
99
|
|
99
|
-
Class
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
100
|
+
| Class | Method | HTTP request | Description |
|
101
|
+
| ------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------- | --------------------------------- |
|
102
|
+
| _Daily::BatchRoomsApi_ | [**batch_room_create**](docs/BatchRoomsApi.md#batch_room_create) | **POST** /batch/rooms | /batch/rooms |
|
103
|
+
| _Daily::BatchRoomsApi_ | [**batch_room_delete**](docs/BatchRoomsApi.md#batch_room_delete) | **DELETE** /batch/rooms | /batch/rooms |
|
104
|
+
| _Daily::DialinApi_ | [**pinless_call_update**](docs/DialinApi.md#pinless_call_update) | **POST** /dialin/pinlessCallUpdate | /dialin/pinlessCallUpdate |
|
105
|
+
| _Daily::DomainApi_ | [**get_domain_config**](docs/DomainApi.md#get_domain_config) | **GET** / | Get domain configuration |
|
106
|
+
| _Daily::DomainApi_ | [**set_domain_config**](docs/DomainApi.md#set_domain_config) | **POST** / | Set domain configuration |
|
107
|
+
| _Daily::LogsApi_ | [**list_api_logs**](docs/LogsApi.md#list_api_logs) | **GET** /logs/api | /logs/api |
|
108
|
+
| _Daily::LogsApi_ | [**list_logs**](docs/LogsApi.md#list_logs) | **GET** /logs | /logs |
|
109
|
+
| _Daily::MeetingTokensApi_ | [**create_meeting_token**](docs/MeetingTokensApi.md#create_meeting_token) | **POST** /meeting-tokens | meeting-tokens |
|
110
|
+
| _Daily::MeetingTokensApi_ | [**validate_meeting_token**](docs/MeetingTokensApi.md#validate_meeting_token) | **GET** /meeting-tokens/{meeting_token} | meeting-tokens/:meeting_token |
|
111
|
+
| _Daily::MeetingsApi_ | [**get_individual_meeting_info**](docs/MeetingsApi.md#get_individual_meeting_info) | **GET** /meetings/{meeting} | /meetings/:meeting |
|
112
|
+
| _Daily::MeetingsApi_ | [**get_meeting_info**](docs/MeetingsApi.md#get_meeting_info) | **GET** /meetings | /meetings |
|
113
|
+
| _Daily::MeetingsApi_ | [**get_meeting_participants**](docs/MeetingsApi.md#get_meeting_participants) | **GET** /meetings/{meeting}/participants | /meetings/:meeting/participants |
|
114
|
+
| _Daily::PhoneNumbersApi_ | [**buy_phone_number**](docs/PhoneNumbersApi.md#buy_phone_number) | **POST** /buy-phone-number | /buy-phone-number |
|
115
|
+
| _Daily::PhoneNumbersApi_ | [**list_available_numbers**](docs/PhoneNumbersApi.md#list_available_numbers) | **GET** /list-available-numbers | /list-available-numbers |
|
116
|
+
| _Daily::PhoneNumbersApi_ | [**purchased_phone_nunbers**](docs/PhoneNumbersApi.md#purchased_phone_nunbers) | **GET** /purchased-phone-numbers | /purchased-phone-numbers |
|
117
|
+
| _Daily::PhoneNumbersApi_ | [**release_phone_number**](docs/PhoneNumbersApi.md#release_phone_number) | **DELETE** /release-phone-number/{id} | release-phone-number/:id |
|
118
|
+
| _Daily::PresenceApi_ | [**get_presence**](docs/PresenceApi.md#get_presence) | **GET** /presence | /presence |
|
119
|
+
| _Daily::RecordingsApi_ | [**delete_recording**](docs/RecordingsApi.md#delete_recording) | **DELETE** /recordings/{recording_id} | recordings/:id |
|
120
|
+
| _Daily::RecordingsApi_ | [**get_recording_info**](docs/RecordingsApi.md#get_recording_info) | **GET** /recordings/{recording_id} | recordings/:id |
|
121
|
+
| _Daily::RecordingsApi_ | [**get_recording_link**](docs/RecordingsApi.md#get_recording_link) | **GET** /recordings/{recording_id}/access-link | recordings/:id/access-link |
|
122
|
+
| _Daily::RecordingsApi_ | [**list_recordings**](docs/RecordingsApi.md#list_recordings) | **GET** /recordings | /recordings |
|
123
|
+
| _Daily::RoomsApi_ | [**create_room**](docs/RoomsApi.md#create_room) | **POST** /rooms | /rooms |
|
124
|
+
| _Daily::RoomsApi_ | [**delete_room**](docs/RoomsApi.md#delete_room) | **DELETE** /rooms/{room_name} | rooms/:name |
|
125
|
+
| _Daily::RoomsApi_ | [**eject**](docs/RoomsApi.md#eject) | **POST** /rooms/{room_name}/eject | rooms/:name/eject |
|
126
|
+
| _Daily::RoomsApi_ | [**get_room_config**](docs/RoomsApi.md#get_room_config) | **GET** /rooms/{room_name} | rooms/:name |
|
127
|
+
| _Daily::RoomsApi_ | [**get_room_presence**](docs/RoomsApi.md#get_room_presence) | **GET** /rooms/{room_name}/presence | rooms/:name/presence |
|
128
|
+
| _Daily::RoomsApi_ | [**get_session_data**](docs/RoomsApi.md#get_session_data) | **GET** /rooms/{room_name}/get-session-data | rooms/:name/get-session-data |
|
129
|
+
| _Daily::RoomsApi_ | [**list_rooms**](docs/RoomsApi.md#list_rooms) | **GET** /rooms | /rooms |
|
130
|
+
| _Daily::RoomsApi_ | [**room_dial_out_send_dtmf**](docs/RoomsApi.md#room_dial_out_send_dtmf) | **POST** /rooms/{room_name}/dialOut/sendDTMF | rooms/:name/dialOut/sendDTMF |
|
131
|
+
| _Daily::RoomsApi_ | [**room_dial_out_start**](docs/RoomsApi.md#room_dial_out_start) | **POST** /rooms/{room_name}/dialOut/start | rooms/:name/dialOut/start |
|
132
|
+
| _Daily::RoomsApi_ | [**room_dial_out_stop**](docs/RoomsApi.md#room_dial_out_stop) | **POST** /rooms/{room_name}/dialOut/stop | rooms/:name/dialOut/stop |
|
133
|
+
| _Daily::RoomsApi_ | [**room_livestreaming_start**](docs/RoomsApi.md#room_livestreaming_start) | **POST** /rooms/{room_name}/live-streaming/start | rooms/:name/live-streaming/start |
|
134
|
+
| _Daily::RoomsApi_ | [**room_livestreaming_stop**](docs/RoomsApi.md#room_livestreaming_stop) | **POST** /rooms/{room_name}/live-streaming/stop | rooms/:name/live-streaming/stop |
|
135
|
+
| _Daily::RoomsApi_ | [**room_livestreaming_update**](docs/RoomsApi.md#room_livestreaming_update) | **POST** /rooms/{room_name}/live-streaming/update | rooms/:name/live-streaming/update |
|
136
|
+
| _Daily::RoomsApi_ | [**room_recordings_start**](docs/RoomsApi.md#room_recordings_start) | **POST** /rooms/{room_name}/recordings/start | rooms/:name/recordings/start |
|
137
|
+
| _Daily::RoomsApi_ | [**room_recordings_stop**](docs/RoomsApi.md#room_recordings_stop) | **POST** /rooms/{room_name}/recordings/stop | rooms/:name/recordings/stop |
|
138
|
+
| _Daily::RoomsApi_ | [**room_recordings_update**](docs/RoomsApi.md#room_recordings_update) | **POST** /rooms/{room_name}/recordings/update | rooms/:name/recordings/update |
|
139
|
+
| _Daily::RoomsApi_ | [**room_sip_call_transfer**](docs/RoomsApi.md#room_sip_call_transfer) | **POST** /rooms/{room_name}/sipCallTransfer | rooms/:name/sipCallTransfer |
|
140
|
+
| _Daily::RoomsApi_ | [**room_sip_refer**](docs/RoomsApi.md#room_sip_refer) | **POST** /rooms/{room_name}/sipRefer | rooms/:name/sipRefer |
|
141
|
+
| _Daily::RoomsApi_ | [**room_transcription_start**](docs/RoomsApi.md#room_transcription_start) | **POST** /rooms/{room_name}/transcription/start | rooms/:name/transcription/start |
|
142
|
+
| _Daily::RoomsApi_ | [**room_transcription_stop**](docs/RoomsApi.md#room_transcription_stop) | **POST** /rooms/{room_name}/transcription/stop | rooms/:name/transcription/stop |
|
143
|
+
| _Daily::RoomsApi_ | [**send_app_message**](docs/RoomsApi.md#send_app_message) | **POST** /rooms/{room_name}/send-app-message | rooms/:name/send-app-message |
|
144
|
+
| _Daily::RoomsApi_ | [**set_room_config**](docs/RoomsApi.md#set_room_config) | **POST** /rooms/{room_name} | rooms/:name |
|
145
|
+
| _Daily::RoomsApi_ | [**set_session_data**](docs/RoomsApi.md#set_session_data) | **POST** /rooms/{room_name}/set-session-data | rooms/:name/set-session-data |
|
146
|
+
| _Daily::RoomsApi_ | [**update_permissions**](docs/RoomsApi.md#update_permissions) | **POST** /rooms/{room_name}/update-permissions | rooms/:name/update-permissions |
|
147
|
+
| _Daily::TranscriptApi_ | [**delete_transcript**](docs/TranscriptApi.md#delete_transcript) | **DELETE** /transcript/{transcriptId} | transcript/:id |
|
148
|
+
| _Daily::TranscriptApi_ | [**get_transcript_info**](docs/TranscriptApi.md#get_transcript_info) | **GET** /transcript/{transcriptId} | transcript/:transcriptId |
|
149
|
+
| _Daily::TranscriptApi_ | [**get_transcript_link**](docs/TranscriptApi.md#get_transcript_link) | **GET** /transcript/{transcriptId}/access-link | transcript/:id/access-link |
|
150
|
+
| _Daily::TranscriptApi_ | [**list_transcript**](docs/TranscriptApi.md#list_transcript) | **GET** /transcript | /transcript |
|
151
|
+
| _Daily::WebhooksApi_ | [**create_webhook**](docs/WebhooksApi.md#create_webhook) | **POST** /webhooks | /webhooks |
|
152
|
+
| _Daily::WebhooksApi_ | [**delete_webhook**](docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{id} | webhooks/:id |
|
153
|
+
| _Daily::WebhooksApi_ | [**get_webhook_config**](docs/WebhooksApi.md#get_webhook_config) | **GET** /webhooks/{id} | webhooks/:id |
|
154
|
+
| _Daily::WebhooksApi_ | [**get_webhooks**](docs/WebhooksApi.md#get_webhooks) | **GET** /webhooks | /webhooks |
|
155
|
+
| _Daily::WebhooksApi_ | [**update_webhook_config**](docs/WebhooksApi.md#update_webhook_config) | **POST** /webhooks/{id} | webhooks/:id |
|
156
156
|
|
157
157
|
## Documentation for Models
|
158
158
|
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
159
|
+
- [Daily::BatchProcessorError](docs/BatchProcessorError.md)
|
160
|
+
- [Daily::BatchProcessorErrorPayload](docs/BatchProcessorErrorPayload.md)
|
161
|
+
- [Daily::BatchProcessorErrorPayloadInput](docs/BatchProcessorErrorPayloadInput.md)
|
162
|
+
- [Daily::BatchProcessorJobFinished](docs/BatchProcessorJobFinished.md)
|
163
|
+
- [Daily::BatchProcessorJobFinishedPayload](docs/BatchProcessorJobFinishedPayload.md)
|
164
|
+
- [Daily::BatchProcessorJobFinishedPayloadInput](docs/BatchProcessorJobFinishedPayloadInput.md)
|
165
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutput](docs/BatchProcessorJobFinishedPayloadOutput.md)
|
166
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutputConcept](docs/BatchProcessorJobFinishedPayloadOutputConcept.md)
|
167
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutputSoap](docs/BatchProcessorJobFinishedPayloadOutputSoap.md)
|
168
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutputSoapS3Config](docs/BatchProcessorJobFinishedPayloadOutputSoapS3Config.md)
|
169
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutputSummary](docs/BatchProcessorJobFinishedPayloadOutputSummary.md)
|
170
|
+
- [Daily::BatchProcessorJobFinishedPayloadOutputTranscriptionInner](docs/BatchProcessorJobFinishedPayloadOutputTranscriptionInner.md)
|
171
|
+
- [Daily::BatchRoomCreateRequest](docs/BatchRoomCreateRequest.md)
|
172
|
+
- [Daily::BatchRoomCreateRequestRoomsInner](docs/BatchRoomCreateRequestRoomsInner.md)
|
173
|
+
- [Daily::BatchRoomDelete200Response](docs/BatchRoomDelete200Response.md)
|
174
|
+
- [Daily::BuyPhoneNumberRequest](docs/BuyPhoneNumberRequest.md)
|
175
|
+
- [Daily::CreateMeetingToken200Response](docs/CreateMeetingToken200Response.md)
|
176
|
+
- [Daily::CreateMeetingTokenRequest](docs/CreateMeetingTokenRequest.md)
|
177
|
+
- [Daily::CreateRoom200Response](docs/CreateRoom200Response.md)
|
178
|
+
- [Daily::CreateRoomRequest](docs/CreateRoomRequest.md)
|
179
|
+
- [Daily::DailyLiveStreamingOptions](docs/DailyLiveStreamingOptions.md)
|
180
|
+
- [Daily::DailyLiveStreamingOptionsRtmpUrl](docs/DailyLiveStreamingOptionsRtmpUrl.md)
|
181
|
+
- [Daily::DailyStreamingActiveParticipantLayoutConfig](docs/DailyStreamingActiveParticipantLayoutConfig.md)
|
182
|
+
- [Daily::DailyStreamingCustomLayoutConfig](docs/DailyStreamingCustomLayoutConfig.md)
|
183
|
+
- [Daily::DailyStreamingCustomLayoutConfigCompositionParamsValue](docs/DailyStreamingCustomLayoutConfigCompositionParamsValue.md)
|
184
|
+
- [Daily::DailyStreamingDefaultLayoutConfig](docs/DailyStreamingDefaultLayoutConfig.md)
|
185
|
+
- [Daily::DailyStreamingEndpoint](docs/DailyStreamingEndpoint.md)
|
186
|
+
- [Daily::DailyStreamingLayoutConfig](docs/DailyStreamingLayoutConfig.md)
|
187
|
+
- [Daily::DailyStreamingOptions](docs/DailyStreamingOptions.md)
|
188
|
+
- [Daily::DailyStreamingPortraitLayoutConfig](docs/DailyStreamingPortraitLayoutConfig.md)
|
189
|
+
- [Daily::DailyStreamingPortraitLayoutVariant](docs/DailyStreamingPortraitLayoutVariant.md)
|
190
|
+
- [Daily::DailyStreamingSingleParticipantLayoutConfig](docs/DailyStreamingSingleParticipantLayoutConfig.md)
|
191
|
+
- [Daily::DeleteTranscript200Response](docs/DeleteTranscript200Response.md)
|
192
|
+
- [Daily::DialoutProperties](docs/DialoutProperties.md)
|
193
|
+
- [Daily::DialoutPropertiesCodecs](docs/DialoutPropertiesCodecs.md)
|
194
|
+
- [Daily::Domain](docs/Domain.md)
|
195
|
+
- [Daily::DomainProperties](docs/DomainProperties.md)
|
196
|
+
- [Daily::Eject200Response](docs/Eject200Response.md)
|
197
|
+
- [Daily::EjectRequest](docs/EjectRequest.md)
|
198
|
+
- [Daily::GetDomainConfig200Response](docs/GetDomainConfig200Response.md)
|
199
|
+
- [Daily::GetDomainConfig200ResponseConfig](docs/GetDomainConfig200ResponseConfig.md)
|
200
|
+
- [Daily::GetDomainConfig200ResponseConfigRecordingsBucket](docs/GetDomainConfig200ResponseConfigRecordingsBucket.md)
|
201
|
+
- [Daily::GetMeetingInfo200Response](docs/GetMeetingInfo200Response.md)
|
202
|
+
- [Daily::GetMeetingInfo200ResponseDataInner](docs/GetMeetingInfo200ResponseDataInner.md)
|
203
|
+
- [Daily::GetMeetingInfo200ResponseDataInnerParticipantsInner](docs/GetMeetingInfo200ResponseDataInnerParticipantsInner.md)
|
204
|
+
- [Daily::GetPresence200Response](docs/GetPresence200Response.md)
|
205
|
+
- [Daily::GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner](docs/GetPresence200ResponseAIVWWhzHlLHrSdHdw7EWInner.md)
|
206
|
+
- [Daily::GetRecordingInfo200Response](docs/GetRecordingInfo200Response.md)
|
207
|
+
- [Daily::GetRecordingInfo200ResponseTracksInner](docs/GetRecordingInfo200ResponseTracksInner.md)
|
208
|
+
- [Daily::GetRecordingLink200Response](docs/GetRecordingLink200Response.md)
|
209
|
+
- [Daily::GetTranscriptInfo200Response](docs/GetTranscriptInfo200Response.md)
|
210
|
+
- [Daily::GetTranscriptInfo200ResponseOutParams](docs/GetTranscriptInfo200ResponseOutParams.md)
|
211
|
+
- [Daily::GetTranscriptLink200Response](docs/GetTranscriptLink200Response.md)
|
212
|
+
- [Daily::ListAPILogs200Response](docs/ListAPILogs200Response.md)
|
213
|
+
- [Daily::ListRecordings200Response](docs/ListRecordings200Response.md)
|
214
|
+
- [Daily::ListRecordings200ResponseDataInner](docs/ListRecordings200ResponseDataInner.md)
|
215
|
+
- [Daily::ListRooms200Response](docs/ListRooms200Response.md)
|
216
|
+
- [Daily::ListRooms200ResponseDataInner](docs/ListRooms200ResponseDataInner.md)
|
217
|
+
- [Daily::ListRooms200ResponseDataInnerConfig](docs/ListRooms200ResponseDataInnerConfig.md)
|
218
|
+
- [Daily::ListTranscript200Response](docs/ListTranscript200Response.md)
|
219
|
+
- [Daily::ListTranscript200ResponseDataInner](docs/ListTranscript200ResponseDataInner.md)
|
220
|
+
- [Daily::MeetingEnded](docs/MeetingEnded.md)
|
221
|
+
- [Daily::MeetingEndedPayload](docs/MeetingEndedPayload.md)
|
222
|
+
- [Daily::MeetingParticipantsGetRes](docs/MeetingParticipantsGetRes.md)
|
223
|
+
- [Daily::MeetingParticipantsGetResDataInner](docs/MeetingParticipantsGetResDataInner.md)
|
224
|
+
- [Daily::MeetingStarted](docs/MeetingStarted.md)
|
225
|
+
- [Daily::MeetingStartedPayload](docs/MeetingStartedPayload.md)
|
226
|
+
- [Daily::MeetingsMeetingGetRes](docs/MeetingsMeetingGetRes.md)
|
227
|
+
- [Daily::ParticipantJoined](docs/ParticipantJoined.md)
|
228
|
+
- [Daily::ParticipantJoinedPayload](docs/ParticipantJoinedPayload.md)
|
229
|
+
- [Daily::ParticipantJoinedPayloadPermissions](docs/ParticipantJoinedPayloadPermissions.md)
|
230
|
+
- [Daily::ParticipantLeft](docs/ParticipantLeft.md)
|
231
|
+
- [Daily::ParticipantLeftPayload](docs/ParticipantLeftPayload.md)
|
232
|
+
- [Daily::Permissions](docs/Permissions.md)
|
233
|
+
- [Daily::PermissionsCanAdmin](docs/PermissionsCanAdmin.md)
|
234
|
+
- [Daily::PermissionsCanSend](docs/PermissionsCanSend.md)
|
235
|
+
- [Daily::PinDialinInner](docs/PinDialinInner.md)
|
236
|
+
- [Daily::PinDialinInnerIvrGreeting](docs/PinDialinInnerIvrGreeting.md)
|
237
|
+
- [Daily::PinlessCallUpdateRequest](docs/PinlessCallUpdateRequest.md)
|
238
|
+
- [Daily::PinlessDialinInner](docs/PinlessDialinInner.md)
|
239
|
+
- [Daily::PostWebhook](docs/PostWebhook.md)
|
240
|
+
- [Daily::Properties](docs/Properties.md)
|
241
|
+
- [Daily::RecordingError](docs/RecordingError.md)
|
242
|
+
- [Daily::RecordingErrorPayload](docs/RecordingErrorPayload.md)
|
243
|
+
- [Daily::RecordingReadyToDownload](docs/RecordingReadyToDownload.md)
|
244
|
+
- [Daily::RecordingReadyToDownloadPayload](docs/RecordingReadyToDownloadPayload.md)
|
245
|
+
- [Daily::RecordingStarted](docs/RecordingStarted.md)
|
246
|
+
- [Daily::RecordingStartedPayload](docs/RecordingStartedPayload.md)
|
247
|
+
- [Daily::RecordingStreamingOptions](docs/RecordingStreamingOptions.md)
|
248
|
+
- [Daily::RecordingsBucket](docs/RecordingsBucket.md)
|
249
|
+
- [Daily::RoomDialOutSendDTMFRequest](docs/RoomDialOutSendDTMFRequest.md)
|
250
|
+
- [Daily::RoomDialOutStopRequest](docs/RoomDialOutStopRequest.md)
|
251
|
+
- [Daily::RoomProperties](docs/RoomProperties.md)
|
252
|
+
- [Daily::RoomPropertiesStreamingEndpointsInner](docs/RoomPropertiesStreamingEndpointsInner.md)
|
253
|
+
- [Daily::RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner](docs/RoomPropertiesStreamingEndpointsInnerHlsConfigVariantsInner.md)
|
254
|
+
- [Daily::RoomSipCallTransferRequest](docs/RoomSipCallTransferRequest.md)
|
255
|
+
- [Daily::RoomsRoomNameGetRes](docs/RoomsRoomNameGetRes.md)
|
256
|
+
- [Daily::RoomsRoomNamePresenceGetRes](docs/RoomsRoomNamePresenceGetRes.md)
|
257
|
+
- [Daily::RoomsRoomNamePresenceGetResDataInner](docs/RoomsRoomNamePresenceGetResDataInner.md)
|
258
|
+
- [Daily::SendAppMessageRequest](docs/SendAppMessageRequest.md)
|
259
|
+
- [Daily::SetRoomConfigRequest](docs/SetRoomConfigRequest.md)
|
260
|
+
- [Daily::SetSessionDataRequest](docs/SetSessionDataRequest.md)
|
261
|
+
- [Daily::StreamingEnded](docs/StreamingEnded.md)
|
262
|
+
- [Daily::StreamingEndedPayload](docs/StreamingEndedPayload.md)
|
263
|
+
- [Daily::StreamingError](docs/StreamingError.md)
|
264
|
+
- [Daily::StreamingErrorPayload](docs/StreamingErrorPayload.md)
|
265
|
+
- [Daily::StreamingStarted](docs/StreamingStarted.md)
|
266
|
+
- [Daily::StreamingStartedPayload](docs/StreamingStartedPayload.md)
|
267
|
+
- [Daily::StreamingUpdated](docs/StreamingUpdated.md)
|
268
|
+
- [Daily::StreamingUpdatedPayload](docs/StreamingUpdatedPayload.md)
|
269
|
+
- [Daily::TranscriptionBucket](docs/TranscriptionBucket.md)
|
270
|
+
- [Daily::TranscriptionProperties](docs/TranscriptionProperties.md)
|
271
|
+
- [Daily::TranscriptionPropertiesEndpointing](docs/TranscriptionPropertiesEndpointing.md)
|
272
|
+
- [Daily::TranscriptionPropertiesRedact](docs/TranscriptionPropertiesRedact.md)
|
273
|
+
- [Daily::UpdatePermissionsRequest](docs/UpdatePermissionsRequest.md)
|
274
|
+
- [Daily::UpdatePermissionsRequestDataValue](docs/UpdatePermissionsRequestDataValue.md)
|
275
|
+
- [Daily::UpdatePermissionsRequestDataValueCanSend](docs/UpdatePermissionsRequestDataValueCanSend.md)
|
276
|
+
- [Daily::UpdateWebhook](docs/UpdateWebhook.md)
|
277
|
+
- [Daily::ValidateMeetingToken200Response](docs/ValidateMeetingToken200Response.md)
|
278
|
+
- [Daily::WaitingParticipantJoined](docs/WaitingParticipantJoined.md)
|
279
|
+
- [Daily::WaitingParticipantJoinedPayload](docs/WaitingParticipantJoinedPayload.md)
|
280
|
+
- [Daily::WaitingParticipantLeft](docs/WaitingParticipantLeft.md)
|
281
|
+
- [Daily::WaitingParticipantLeftPayload](docs/WaitingParticipantLeftPayload.md)
|
282
|
+
- [Daily::Webhook](docs/Webhook.md)
|
284
283
|
|
285
284
|
## Documentation for Authorization
|
286
285
|
|
287
|
-
|
288
286
|
Authentication schemes defined for the API:
|
289
|
-
### sec0
|
290
287
|
|
288
|
+
### sec0
|
291
289
|
|
292
290
|
- **Type**: API key
|
293
291
|
- **API key parameter name**: Authorization
|
294
292
|
- **Location**: HTTP header
|
295
|
-
|
data/daily-ruby.gemspec
CHANGED
@@ -13,7 +13,7 @@ Generator version: 7.8.0
|
|
13
13
|
=end
|
14
14
|
|
15
15
|
$:.push File.expand_path("../lib", __FILE__)
|
16
|
-
|
16
|
+
require_relative 'lib/daily-ruby/version'
|
17
17
|
|
18
18
|
Gem::Specification.new do |s|
|
19
19
|
s.name = "daily-ruby"
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.email = ["help@daily.co"]
|
24
24
|
s.homepage = "https://www.github.com/daily-co/daily-ruby"
|
25
25
|
s.summary = "The official Daily API Ruby client"
|
26
|
-
s.description = "The official Daily API Ruby client"
|
26
|
+
s.description = "The official Daily API Ruby client for Daily's REST API"
|
27
27
|
s.license = "MIT"
|
28
28
|
s.required_ruby_version = ">= 2.7"
|
29
29
|
s.metadata = {}
|
data/example.rb
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Load the gem
|
2
2
|
require 'daily-ruby'
|
3
3
|
|
4
|
+
p 'Version: ' + Daily::VERSION
|
5
|
+
|
4
6
|
# Setup authorization
|
5
7
|
Daily.configure do |config|
|
6
8
|
# Configure Bearer authorization: bearerAuth
|
@@ -10,15 +12,20 @@ Daily.configure do |config|
|
|
10
12
|
# config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
|
11
13
|
end
|
12
14
|
|
15
|
+
|
13
16
|
room_api_instance = Daily::RoomsApi.new
|
14
17
|
opts = {
|
15
|
-
|
18
|
+
create_room_request: Daily::CreateRoomRequest.new(
|
16
19
|
privacy: 'private',
|
17
|
-
properties:
|
20
|
+
properties: {
|
18
21
|
exp: (Time.now + (3600 * 2)).to_i, # Delete the room after two hours
|
19
22
|
enable_mesh_sfu: true,
|
20
|
-
sfu_switchover: 0.5
|
21
|
-
|
23
|
+
sfu_switchover: 0.5,
|
24
|
+
dialin: {
|
25
|
+
display_name: 'Phone Caller',
|
26
|
+
wait_for_meeting_start: true
|
27
|
+
}
|
28
|
+
}
|
22
29
|
)
|
23
30
|
}
|
24
31
|
|
@@ -59,3 +66,4 @@ end
|
|
59
66
|
|
60
67
|
p "Room url: " + room.url
|
61
68
|
p "Meeting token: " + meeting_token.token
|
69
|
+
|
@@ -38,10 +38,10 @@ module Daily
|
|
38
38
|
{
|
39
39
|
:'name' => :'name',
|
40
40
|
:'type' => :'type',
|
41
|
-
:'hls_config_storage_path' => :
|
42
|
-
:'hls_config_storage_path_template' => :
|
43
|
-
:'hls_config_save_hls_recording' => :
|
44
|
-
:'hls_config_variants' => :
|
41
|
+
:'hls_config_storage_path' => :hls_config['storage']['path'],
|
42
|
+
:'hls_config_storage_path_template' => :hls_config['storage']['path_template'],
|
43
|
+
:'hls_config_save_hls_recording' => :hls_config['save_hls_recording'],
|
44
|
+
:'hls_config_variants' => :hls_config['variants']
|
45
45
|
}
|
46
46
|
end
|
47
47
|
|
data/lib/daily-ruby/version.rb
CHANGED
Binary file
|
data/run.sh
CHANGED
@@ -4,7 +4,7 @@ openapi-generator generate -g ruby -o . \
|
|
4
4
|
-i ~/git/pluot-core/north-star/packages/docs-site/lib/oas/index.yaml \
|
5
5
|
--additional-properties=gemName=daily-ruby \
|
6
6
|
--additional-properties=moduleName=Daily \
|
7
|
-
--additional-properties=gemVersion=1.0.
|
7
|
+
--additional-properties=gemVersion=1.0.2 \
|
8
8
|
--additional-properties=gemLicense=MIT \
|
9
9
|
--additional-properties=gemAuthor=Daily \
|
10
10
|
--additional-properties=gemAuthorEmail=help@daily.co \
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: daily-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daily
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -78,7 +78,7 @@ dependencies:
|
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: 3.6.0
|
81
|
-
description: The official Daily API Ruby client
|
81
|
+
description: The official Daily API Ruby client for Daily's REST API
|
82
82
|
email:
|
83
83
|
- help@daily.co
|
84
84
|
executables: []
|
@@ -89,7 +89,6 @@ files:
|
|
89
89
|
- Gemfile.lock
|
90
90
|
- README.md
|
91
91
|
- Rakefile
|
92
|
-
- daily-ruby-1.0.0.gem
|
93
92
|
- daily-ruby.gemspec
|
94
93
|
- docs/BatchProcessorError.md
|
95
94
|
- docs/BatchProcessorErrorPayload.md
|
@@ -372,6 +371,7 @@ files:
|
|
372
371
|
- lib/daily-ruby/models/waiting_participant_left_payload.rb
|
373
372
|
- lib/daily-ruby/models/webhook.rb
|
374
373
|
- lib/daily-ruby/version.rb
|
374
|
+
- pkg/daily-ruby-1.0.2.gem
|
375
375
|
- run.sh
|
376
376
|
- spec/api/batch_rooms_api_spec.rb
|
377
377
|
- spec/api/dialin_api_spec.rb
|
@@ -408,7 +408,6 @@ files:
|
|
408
408
|
- spec/models/daily_live_streaming_options_rtmp_url_spec.rb
|
409
409
|
- spec/models/daily_live_streaming_options_spec.rb
|
410
410
|
- spec/models/daily_streaming_active_participant_layout_config_spec.rb
|
411
|
-
- spec/models/daily_streaming_custom_layout_config_composition_params_spec.rb
|
412
411
|
- spec/models/daily_streaming_custom_layout_config_composition_params_value_spec.rb
|
413
412
|
- spec/models/daily_streaming_custom_layout_config_spec.rb
|
414
413
|
- spec/models/daily_streaming_default_layout_config_spec.rb
|
@@ -620,7 +619,6 @@ test_files:
|
|
620
619
|
- spec/models/domain_properties_spec.rb
|
621
620
|
- spec/models/meeting_participants_get_res_spec.rb
|
622
621
|
- spec/models/list_api_logs200_response_spec.rb
|
623
|
-
- spec/models/daily_streaming_custom_layout_config_composition_params_spec.rb
|
624
622
|
- spec/models/transcription_properties_redact_spec.rb
|
625
623
|
- spec/models/create_meeting_token200_response_spec.rb
|
626
624
|
- spec/models/room_properties_streaming_endpoints_inner_spec.rb
|
data/daily-ruby-1.0.0.gem
DELETED
Binary file
|
@@ -1,21 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Daily API
|
3
|
-
|
4
|
-
#The Daily REST API offers the ability to manage the following: - Overall Domain Configuration - Individual Room creation and config management - Meeting token creation and validation - Recording and compositing management - Meeting analytics - Logs and metrics - Real-time presence Please reach out to help@daily.co if we can help with anything
|
5
|
-
|
6
|
-
The version of the OpenAPI document: 1.1.1
|
7
|
-
Contact: help@daily.co
|
8
|
-
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 7.3.0
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'spec_helper'
|
14
|
-
require 'json'
|
15
|
-
require 'date'
|
16
|
-
|
17
|
-
# Unit tests for Daily::DailyStreamingCustomLayoutConfigCompositionParams
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
-
# Please update as you see appropriate
|
20
|
-
describe Daily::DailyStreamingCustomLayoutConfigCompositionParams do
|
21
|
-
end
|