@distilled.cloud/cloudflare 0.0.0-john
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/lib/auth.d.ts +14 -0
- package/lib/auth.d.ts.map +1 -0
- package/lib/auth.js +13 -0
- package/lib/auth.js.map +1 -0
- package/lib/category.d.ts +2 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +2 -0
- package/lib/category.js.map +1 -0
- package/lib/client/api.d.ts +12 -0
- package/lib/client/api.d.ts.map +1 -0
- package/lib/client/api.js +292 -0
- package/lib/client/api.js.map +1 -0
- package/lib/client/index.d.ts +8 -0
- package/lib/client/index.d.ts.map +1 -0
- package/lib/client/index.js +8 -0
- package/lib/client/index.js.map +1 -0
- package/lib/credentials.d.ts +68 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +136 -0
- package/lib/credentials.js.map +1 -0
- package/lib/errors.d.ts +48 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +31 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +10 -0
- package/lib/index.js.map +1 -0
- package/lib/retry.d.ts +14 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +14 -0
- package/lib/retry.js.map +1 -0
- package/lib/schemas.d.ts +29 -0
- package/lib/schemas.d.ts.map +1 -0
- package/lib/schemas.js +34 -0
- package/lib/schemas.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/services/abuse-reports.d.ts +296 -0
- package/lib/services/abuse-reports.d.ts.map +1 -0
- package/lib/services/abuse-reports.js +414 -0
- package/lib/services/abuse-reports.js.map +1 -0
- package/lib/services/accounts.d.ts +766 -0
- package/lib/services/accounts.d.ts.map +1 -0
- package/lib/services/accounts.js +860 -0
- package/lib/services/accounts.js.map +1 -0
- package/lib/services/acm.d.ts +73 -0
- package/lib/services/acm.d.ts.map +1 -0
- package/lib/services/acm.js +80 -0
- package/lib/services/acm.js.map +1 -0
- package/lib/services/addressing.d.ts +1321 -0
- package/lib/services/addressing.d.ts.map +1 -0
- package/lib/services/addressing.js +1863 -0
- package/lib/services/addressing.js.map +1 -0
- package/lib/services/ai-gateway.d.ts +1137 -0
- package/lib/services/ai-gateway.d.ts.map +1 -0
- package/lib/services/ai-gateway.js +1830 -0
- package/lib/services/ai-gateway.js.map +1 -0
- package/lib/services/ai.d.ts +297 -0
- package/lib/services/ai.d.ts.map +1 -0
- package/lib/services/ai.js +352 -0
- package/lib/services/ai.js.map +1 -0
- package/lib/services/aisearch.d.ts +1069 -0
- package/lib/services/aisearch.d.ts.map +1 -0
- package/lib/services/aisearch.js +2542 -0
- package/lib/services/aisearch.js.map +1 -0
- package/lib/services/alerting.d.ts +855 -0
- package/lib/services/alerting.d.ts.map +1 -0
- package/lib/services/alerting.js +1445 -0
- package/lib/services/alerting.js.map +1 -0
- package/lib/services/api-gateway.d.ts +1088 -0
- package/lib/services/api-gateway.d.ts.map +1 -0
- package/lib/services/api-gateway.js +1655 -0
- package/lib/services/api-gateway.js.map +1 -0
- package/lib/services/argo.d.ts +101 -0
- package/lib/services/argo.d.ts.map +1 -0
- package/lib/services/argo.js +113 -0
- package/lib/services/argo.js.map +1 -0
- package/lib/services/audit-logs.d.ts +46 -0
- package/lib/services/audit-logs.d.ts.map +1 -0
- package/lib/services/audit-logs.js +37 -0
- package/lib/services/audit-logs.js.map +1 -0
- package/lib/services/billing.d.ts +62 -0
- package/lib/services/billing.d.ts.map +1 -0
- package/lib/services/billing.js +102 -0
- package/lib/services/billing.js.map +1 -0
- package/lib/services/bot-management.d.ts +124 -0
- package/lib/services/bot-management.d.ts.map +1 -0
- package/lib/services/bot-management.js +262 -0
- package/lib/services/bot-management.js.map +1 -0
- package/lib/services/botnet-feed.d.ts +65 -0
- package/lib/services/botnet-feed.d.ts.map +1 -0
- package/lib/services/botnet-feed.js +88 -0
- package/lib/services/botnet-feed.js.map +1 -0
- package/lib/services/brand-protection.d.ts +194 -0
- package/lib/services/brand-protection.d.ts.map +1 -0
- package/lib/services/brand-protection.js +221 -0
- package/lib/services/brand-protection.js.map +1 -0
- package/lib/services/browser-rendering.d.ts +857 -0
- package/lib/services/browser-rendering.d.ts.map +1 -0
- package/lib/services/browser-rendering.js +1142 -0
- package/lib/services/browser-rendering.js.map +1 -0
- package/lib/services/cache.d.ts +287 -0
- package/lib/services/cache.d.ts.map +1 -0
- package/lib/services/cache.js +354 -0
- package/lib/services/cache.js.map +1 -0
- package/lib/services/calls.d.ts +223 -0
- package/lib/services/calls.d.ts.map +1 -0
- package/lib/services/calls.js +188 -0
- package/lib/services/calls.js.map +1 -0
- package/lib/services/certificate-authorities.d.ts +40 -0
- package/lib/services/certificate-authorities.d.ts.map +1 -0
- package/lib/services/certificate-authorities.js +49 -0
- package/lib/services/certificate-authorities.js.map +1 -0
- package/lib/services/client-certificates.d.ts +288 -0
- package/lib/services/client-certificates.d.ts.map +1 -0
- package/lib/services/client-certificates.js +379 -0
- package/lib/services/client-certificates.js.map +1 -0
- package/lib/services/cloud-connector.d.ts +88 -0
- package/lib/services/cloud-connector.d.ts.map +1 -0
- package/lib/services/cloud-connector.js +97 -0
- package/lib/services/cloud-connector.js.map +1 -0
- package/lib/services/cloudforce-one.d.ts +1387 -0
- package/lib/services/cloudforce-one.d.ts.map +1 -0
- package/lib/services/cloudforce-one.js +1741 -0
- package/lib/services/cloudforce-one.js.map +1 -0
- package/lib/services/connectivity.d.ts +291 -0
- package/lib/services/connectivity.d.ts.map +1 -0
- package/lib/services/connectivity.js +404 -0
- package/lib/services/connectivity.js.map +1 -0
- package/lib/services/content-scanning.d.ts +156 -0
- package/lib/services/content-scanning.d.ts.map +1 -0
- package/lib/services/content-scanning.js +175 -0
- package/lib/services/content-scanning.js.map +1 -0
- package/lib/services/custom-certificates.d.ts +240 -0
- package/lib/services/custom-certificates.d.ts.map +1 -0
- package/lib/services/custom-certificates.js +336 -0
- package/lib/services/custom-certificates.js.map +1 -0
- package/lib/services/custom-hostnames.d.ts +590 -0
- package/lib/services/custom-hostnames.d.ts.map +1 -0
- package/lib/services/custom-hostnames.js +1204 -0
- package/lib/services/custom-hostnames.js.map +1 -0
- package/lib/services/custom-nameservers.d.ts +87 -0
- package/lib/services/custom-nameservers.d.ts.map +1 -0
- package/lib/services/custom-nameservers.js +95 -0
- package/lib/services/custom-nameservers.js.map +1 -0
- package/lib/services/custom-pages.d.ts +89 -0
- package/lib/services/custom-pages.d.ts.map +1 -0
- package/lib/services/custom-pages.js +140 -0
- package/lib/services/custom-pages.js.map +1 -0
- package/lib/services/d1.d.ts +392 -0
- package/lib/services/d1.d.ts.map +1 -0
- package/lib/services/d1.js +487 -0
- package/lib/services/d1.js.map +1 -0
- package/lib/services/dcv-delegation.d.ts +24 -0
- package/lib/services/dcv-delegation.d.ts.map +1 -0
- package/lib/services/dcv-delegation.js +24 -0
- package/lib/services/dcv-delegation.js.map +1 -0
- package/lib/services/diagnostics.d.ts +208 -0
- package/lib/services/diagnostics.d.ts.map +1 -0
- package/lib/services/diagnostics.js +288 -0
- package/lib/services/diagnostics.js.map +1 -0
- package/lib/services/dns-firewall.d.ts +317 -0
- package/lib/services/dns-firewall.d.ts.map +1 -0
- package/lib/services/dns-firewall.js +400 -0
- package/lib/services/dns-firewall.js.map +1 -0
- package/lib/services/dns.d.ts +3065 -0
- package/lib/services/dns.d.ts.map +1 -0
- package/lib/services/dns.js +4627 -0
- package/lib/services/dns.js.map +1 -0
- package/lib/services/durable-objects.d.ts +92 -0
- package/lib/services/durable-objects.d.ts.map +1 -0
- package/lib/services/durable-objects.js +103 -0
- package/lib/services/durable-objects.js.map +1 -0
- package/lib/services/email-routing.d.ts +598 -0
- package/lib/services/email-routing.d.ts.map +1 -0
- package/lib/services/email-routing.js +715 -0
- package/lib/services/email-routing.js.map +1 -0
- package/lib/services/email-security.d.ts +1389 -0
- package/lib/services/email-security.d.ts.map +1 -0
- package/lib/services/email-security.js +2261 -0
- package/lib/services/email-security.js.map +1 -0
- package/lib/services/filters.d.ts +197 -0
- package/lib/services/filters.d.ts.map +1 -0
- package/lib/services/filters.js +168 -0
- package/lib/services/filters.js.map +1 -0
- package/lib/services/firewall.d.ts +1352 -0
- package/lib/services/firewall.d.ts.map +1 -0
- package/lib/services/firewall.js +2084 -0
- package/lib/services/firewall.js.map +1 -0
- package/lib/services/healthchecks.d.ts +507 -0
- package/lib/services/healthchecks.d.ts.map +1 -0
- package/lib/services/healthchecks.js +867 -0
- package/lib/services/healthchecks.js.map +1 -0
- package/lib/services/hostnames.d.ts +86 -0
- package/lib/services/hostnames.d.ts.map +1 -0
- package/lib/services/hostnames.js +111 -0
- package/lib/services/hostnames.js.map +1 -0
- package/lib/services/hyperdrive.d.ts +203 -0
- package/lib/services/hyperdrive.d.ts.map +1 -0
- package/lib/services/hyperdrive.js +300 -0
- package/lib/services/hyperdrive.js.map +1 -0
- package/lib/services/iam.d.ts +657 -0
- package/lib/services/iam.d.ts.map +1 -0
- package/lib/services/iam.js +843 -0
- package/lib/services/iam.js.map +1 -0
- package/lib/services/images.d.ts +427 -0
- package/lib/services/images.d.ts.map +1 -0
- package/lib/services/images.js +444 -0
- package/lib/services/images.js.map +1 -0
- package/lib/services/intel.d.ts +865 -0
- package/lib/services/intel.d.ts.map +1 -0
- package/lib/services/intel.js +1266 -0
- package/lib/services/intel.js.map +1 -0
- package/lib/services/ips.d.ts +28 -0
- package/lib/services/ips.d.ts.map +1 -0
- package/lib/services/ips.js +39 -0
- package/lib/services/ips.js.map +1 -0
- package/lib/services/keyless-certificates.d.ts +197 -0
- package/lib/services/keyless-certificates.d.ts.map +1 -0
- package/lib/services/keyless-certificates.js +229 -0
- package/lib/services/keyless-certificates.js.map +1 -0
- package/lib/services/kv.d.ts +369 -0
- package/lib/services/kv.d.ts.map +1 -0
- package/lib/services/kv.js +453 -0
- package/lib/services/kv.js.map +1 -0
- package/lib/services/leaked-credential-checks.d.ts +129 -0
- package/lib/services/leaked-credential-checks.d.ts.map +1 -0
- package/lib/services/leaked-credential-checks.js +138 -0
- package/lib/services/leaked-credential-checks.js.map +1 -0
- package/lib/services/load-balancers.d.ts +1973 -0
- package/lib/services/load-balancers.d.ts.map +1 -0
- package/lib/services/load-balancers.js +3181 -0
- package/lib/services/load-balancers.js.map +1 -0
- package/lib/services/logpush.d.ts +401 -0
- package/lib/services/logpush.d.ts.map +1 -0
- package/lib/services/logpush.js +732 -0
- package/lib/services/logpush.js.map +1 -0
- package/lib/services/logs.d.ts +125 -0
- package/lib/services/logs.d.ts.map +1 -0
- package/lib/services/logs.js +149 -0
- package/lib/services/logs.js.map +1 -0
- package/lib/services/magic-cloud-networking.d.ts +1892 -0
- package/lib/services/magic-cloud-networking.d.ts.map +1 -0
- package/lib/services/magic-cloud-networking.js +5291 -0
- package/lib/services/magic-cloud-networking.js.map +1 -0
- package/lib/services/magic-network-monitoring.d.ts +379 -0
- package/lib/services/magic-network-monitoring.d.ts.map +1 -0
- package/lib/services/magic-network-monitoring.js +557 -0
- package/lib/services/magic-network-monitoring.js.map +1 -0
- package/lib/services/magic-transit.d.ts +3886 -0
- package/lib/services/magic-transit.d.ts.map +1 -0
- package/lib/services/magic-transit.js +6284 -0
- package/lib/services/magic-transit.js.map +1 -0
- package/lib/services/managed-transforms.d.ts +79 -0
- package/lib/services/managed-transforms.d.ts.map +1 -0
- package/lib/services/managed-transforms.js +111 -0
- package/lib/services/managed-transforms.js.map +1 -0
- package/lib/services/memberships.d.ts +204 -0
- package/lib/services/memberships.d.ts.map +1 -0
- package/lib/services/memberships.js +308 -0
- package/lib/services/memberships.js.map +1 -0
- package/lib/services/mtls-certificates.d.ts +164 -0
- package/lib/services/mtls-certificates.d.ts.map +1 -0
- package/lib/services/mtls-certificates.js +192 -0
- package/lib/services/mtls-certificates.js.map +1 -0
- package/lib/services/network-interconnects.d.ts +410 -0
- package/lib/services/network-interconnects.d.ts.map +1 -0
- package/lib/services/network-interconnects.js +583 -0
- package/lib/services/network-interconnects.js.map +1 -0
- package/lib/services/organizations.d.ts +232 -0
- package/lib/services/organizations.d.ts.map +1 -0
- package/lib/services/organizations.js +370 -0
- package/lib/services/organizations.js.map +1 -0
- package/lib/services/origin-ca-certificates.d.ts +119 -0
- package/lib/services/origin-ca-certificates.d.ts.map +1 -0
- package/lib/services/origin-ca-certificates.js +183 -0
- package/lib/services/origin-ca-certificates.js.map +1 -0
- package/lib/services/origin-post-quantum-encryption.d.ts +50 -0
- package/lib/services/origin-post-quantum-encryption.d.ts.map +1 -0
- package/lib/services/origin-post-quantum-encryption.js +64 -0
- package/lib/services/origin-post-quantum-encryption.js.map +1 -0
- package/lib/services/origin-tls-client-auth.d.ts +308 -0
- package/lib/services/origin-tls-client-auth.d.ts.map +1 -0
- package/lib/services/origin-tls-client-auth.js +435 -0
- package/lib/services/origin-tls-client-auth.js.map +1 -0
- package/lib/services/page-rules.d.ts +773 -0
- package/lib/services/page-rules.d.ts.map +1 -0
- package/lib/services/page-rules.js +1373 -0
- package/lib/services/page-rules.js.map +1 -0
- package/lib/services/page-shield.d.ts +505 -0
- package/lib/services/page-shield.d.ts.map +1 -0
- package/lib/services/page-shield.js +520 -0
- package/lib/services/page-shield.js.map +1 -0
- package/lib/services/pages.d.ts +1949 -0
- package/lib/services/pages.d.ts.map +1 -0
- package/lib/services/pages.js +3030 -0
- package/lib/services/pages.js.map +1 -0
- package/lib/services/pipelines.d.ts +1716 -0
- package/lib/services/pipelines.d.ts.map +1 -0
- package/lib/services/pipelines.js +2991 -0
- package/lib/services/pipelines.js.map +1 -0
- package/lib/services/queues.d.ts +904 -0
- package/lib/services/queues.d.ts.map +1 -0
- package/lib/services/queues.js +1250 -0
- package/lib/services/queues.js.map +1 -0
- package/lib/services/r2-data-catalog.d.ts +341 -0
- package/lib/services/r2-data-catalog.d.ts.map +1 -0
- package/lib/services/r2-data-catalog.js +513 -0
- package/lib/services/r2-data-catalog.js.map +1 -0
- package/lib/services/r2.d.ts +1087 -0
- package/lib/services/r2.d.ts.map +1 -0
- package/lib/services/r2.js +1404 -0
- package/lib/services/r2.js.map +1 -0
- package/lib/services/radar.d.ts +9365 -0
- package/lib/services/radar.d.ts.map +1 -0
- package/lib/services/radar.js +20552 -0
- package/lib/services/radar.js.map +1 -0
- package/lib/services/rate-limits.d.ts +360 -0
- package/lib/services/rate-limits.d.ts.map +1 -0
- package/lib/services/rate-limits.js +545 -0
- package/lib/services/rate-limits.js.map +1 -0
- package/lib/services/realtime-kit.d.ts +2728 -0
- package/lib/services/realtime-kit.d.ts.map +1 -0
- package/lib/services/realtime-kit.js +5402 -0
- package/lib/services/realtime-kit.js.map +1 -0
- package/lib/services/registrar.d.ts +121 -0
- package/lib/services/registrar.d.ts.map +1 -0
- package/lib/services/registrar.js +167 -0
- package/lib/services/registrar.js.map +1 -0
- package/lib/services/request-tracers.d.ts +61 -0
- package/lib/services/request-tracers.d.ts.map +1 -0
- package/lib/services/request-tracers.js +85 -0
- package/lib/services/request-tracers.js.map +1 -0
- package/lib/services/resource-sharing.d.ts +622 -0
- package/lib/services/resource-sharing.d.ts.map +1 -0
- package/lib/services/resource-sharing.js +929 -0
- package/lib/services/resource-sharing.js.map +1 -0
- package/lib/services/rules.d.ts +346 -0
- package/lib/services/rules.d.ts.map +1 -0
- package/lib/services/rules.js +431 -0
- package/lib/services/rules.js.map +1 -0
- package/lib/services/rulesets.d.ts +3345 -0
- package/lib/services/rulesets.d.ts.map +1 -0
- package/lib/services/rulesets.js +7904 -0
- package/lib/services/rulesets.js.map +1 -0
- package/lib/services/rum.d.ts +314 -0
- package/lib/services/rum.d.ts.map +1 -0
- package/lib/services/rum.js +442 -0
- package/lib/services/rum.js.map +1 -0
- package/lib/services/schema-validation.d.ts +273 -0
- package/lib/services/schema-validation.d.ts.map +1 -0
- package/lib/services/schema-validation.js +365 -0
- package/lib/services/schema-validation.js.map +1 -0
- package/lib/services/secrets-store.d.ts +393 -0
- package/lib/services/secrets-store.d.ts.map +1 -0
- package/lib/services/secrets-store.js +452 -0
- package/lib/services/secrets-store.js.map +1 -0
- package/lib/services/security-center.d.ts +136 -0
- package/lib/services/security-center.d.ts.map +1 -0
- package/lib/services/security-center.js +196 -0
- package/lib/services/security-center.js.map +1 -0
- package/lib/services/security-txt.d.ts +105 -0
- package/lib/services/security-txt.d.ts.map +1 -0
- package/lib/services/security-txt.js +136 -0
- package/lib/services/security-txt.js.map +1 -0
- package/lib/services/snippets.d.ts +190 -0
- package/lib/services/snippets.d.ts.map +1 -0
- package/lib/services/snippets.js +221 -0
- package/lib/services/snippets.js.map +1 -0
- package/lib/services/spectrum.d.ts +350 -0
- package/lib/services/spectrum.d.ts.map +1 -0
- package/lib/services/spectrum.js +535 -0
- package/lib/services/spectrum.js.map +1 -0
- package/lib/services/speed.d.ts +257 -0
- package/lib/services/speed.d.ts.map +1 -0
- package/lib/services/speed.js +471 -0
- package/lib/services/speed.js.map +1 -0
- package/lib/services/ssl.d.ts +412 -0
- package/lib/services/ssl.d.ts.map +1 -0
- package/lib/services/ssl.js +755 -0
- package/lib/services/ssl.js.map +1 -0
- package/lib/services/stream.d.ts +1110 -0
- package/lib/services/stream.d.ts.map +1 -0
- package/lib/services/stream.js +1085 -0
- package/lib/services/stream.js.map +1 -0
- package/lib/services/token-validation.d.ts +662 -0
- package/lib/services/token-validation.d.ts.map +1 -0
- package/lib/services/token-validation.js +834 -0
- package/lib/services/token-validation.js.map +1 -0
- package/lib/services/turnstile.d.ts +272 -0
- package/lib/services/turnstile.d.ts.map +1 -0
- package/lib/services/turnstile.js +339 -0
- package/lib/services/turnstile.js.map +1 -0
- package/lib/services/url-normalization.d.ts +53 -0
- package/lib/services/url-normalization.d.ts.map +1 -0
- package/lib/services/url-normalization.js +52 -0
- package/lib/services/url-normalization.js.map +1 -0
- package/lib/services/url-scanner.d.ts +612 -0
- package/lib/services/url-scanner.d.ts.map +1 -0
- package/lib/services/url-scanner.js +915 -0
- package/lib/services/url-scanner.js.map +1 -0
- package/lib/services/user.d.ts +507 -0
- package/lib/services/user.d.ts.map +1 -0
- package/lib/services/user.js +634 -0
- package/lib/services/user.js.map +1 -0
- package/lib/services/vectorize.d.ts +297 -0
- package/lib/services/vectorize.d.ts.map +1 -0
- package/lib/services/vectorize.js +351 -0
- package/lib/services/vectorize.js.map +1 -0
- package/lib/services/waiting-rooms.d.ts +1149 -0
- package/lib/services/waiting-rooms.d.ts.map +1 -0
- package/lib/services/waiting-rooms.js +1859 -0
- package/lib/services/waiting-rooms.js.map +1 -0
- package/lib/services/web3.d.ts +289 -0
- package/lib/services/web3.d.ts.map +1 -0
- package/lib/services/web3.js +381 -0
- package/lib/services/web3.js.map +1 -0
- package/lib/services/workers-for-platforms.d.ts +1394 -0
- package/lib/services/workers-for-platforms.d.ts.map +1 -0
- package/lib/services/workers-for-platforms.js +2121 -0
- package/lib/services/workers-for-platforms.js.map +1 -0
- package/lib/services/workers.d.ts +3827 -0
- package/lib/services/workers.d.ts.map +1 -0
- package/lib/services/workers.js +6105 -0
- package/lib/services/workers.js.map +1 -0
- package/lib/services/workflows.d.ts +442 -0
- package/lib/services/workflows.d.ts.map +1 -0
- package/lib/services/workflows.js +599 -0
- package/lib/services/workflows.js.map +1 -0
- package/lib/services/zaraz.d.ts +312 -0
- package/lib/services/zaraz.d.ts.map +1 -0
- package/lib/services/zaraz.js +305 -0
- package/lib/services/zaraz.js.map +1 -0
- package/lib/services/zero-trust.d.ts +18235 -0
- package/lib/services/zero-trust.d.ts.map +1 -0
- package/lib/services/zero-trust.js +30268 -0
- package/lib/services/zero-trust.js.map +1 -0
- package/lib/services/zones.d.ts +1382 -0
- package/lib/services/zones.d.ts.map +1 -0
- package/lib/services/zones.js +2477 -0
- package/lib/services/zones.js.map +1 -0
- package/lib/traits.d.ts +28 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +26 -0
- package/lib/traits.js.map +1 -0
- package/package.json +82 -0
- package/src/auth.ts +15 -0
- package/src/category.ts +1 -0
- package/src/client/api.ts +421 -0
- package/src/client/index.ts +7 -0
- package/src/credentials.ts +271 -0
- package/src/errors.ts +73 -0
- package/src/index.ts +9 -0
- package/src/retry.ts +35 -0
- package/src/schemas.ts +51 -0
- package/src/sensitive.ts +4 -0
- package/src/services/abuse-reports.ts +955 -0
- package/src/services/accounts.ts +2152 -0
- package/src/services/acm.ts +178 -0
- package/src/services/addressing.ts +4262 -0
- package/src/services/ai-gateway.ts +3773 -0
- package/src/services/ai.ts +901 -0
- package/src/services/aisearch.ts +5215 -0
- package/src/services/alerting.ts +3303 -0
- package/src/services/api-gateway.ts +3890 -0
- package/src/services/argo.ts +270 -0
- package/src/services/audit-logs.ts +90 -0
- package/src/services/billing.ts +176 -0
- package/src/services/bot-management.ts +545 -0
- package/src/services/botnet-feed.ts +205 -0
- package/src/services/brand-protection.ts +575 -0
- package/src/services/browser-rendering.ts +2720 -0
- package/src/services/cache.ts +877 -0
- package/src/services/calls.ts +548 -0
- package/src/services/certificate-authorities.ts +114 -0
- package/src/services/client-certificates.ts +815 -0
- package/src/services/cloud-connector.ts +248 -0
- package/src/services/cloudforce-one.ts +4104 -0
- package/src/services/connectivity.ts +706 -0
- package/src/services/content-scanning.ts +458 -0
- package/src/services/custom-certificates.ts +690 -0
- package/src/services/custom-hostnames.ts +2641 -0
- package/src/services/custom-nameservers.ts +235 -0
- package/src/services/custom-pages.ts +311 -0
- package/src/services/d1.ts +1208 -0
- package/src/services/dcv-delegation.ts +54 -0
- package/src/services/diagnostics.ts +677 -0
- package/src/services/dns-firewall.ts +904 -0
- package/src/services/dns.ts +9277 -0
- package/src/services/durable-objects.ts +237 -0
- package/src/services/email-routing.ts +1796 -0
- package/src/services/email-security.ts +5052 -0
- package/src/services/filters.ts +488 -0
- package/src/services/firewall.ts +4728 -0
- package/src/services/healthchecks.ts +1866 -0
- package/src/services/hostnames.ts +254 -0
- package/src/services/hyperdrive.ts +595 -0
- package/src/services/iam.ts +1969 -0
- package/src/services/images.ts +1180 -0
- package/src/services/intel.ts +3072 -0
- package/src/services/ips.ts +88 -0
- package/src/services/keyless-certificates.ts +509 -0
- package/src/services/kv.ts +1129 -0
- package/src/services/leaked-credential-checks.ts +364 -0
- package/src/services/load-balancers.ts +6993 -0
- package/src/services/logpush.ts +1695 -0
- package/src/services/logs.ts +389 -0
- package/src/services/magic-cloud-networking.ts +10747 -0
- package/src/services/magic-network-monitoring.ts +1200 -0
- package/src/services/magic-transit.ts +13673 -0
- package/src/services/managed-transforms.ts +245 -0
- package/src/services/memberships.ts +698 -0
- package/src/services/mtls-certificates.ts +444 -0
- package/src/services/network-interconnects.ts +1253 -0
- package/src/services/organizations.ts +738 -0
- package/src/services/origin-ca-certificates.ts +369 -0
- package/src/services/origin-post-quantum-encryption.ts +136 -0
- package/src/services/origin-tls-client-auth.ts +1002 -0
- package/src/services/page-rules.ts +2632 -0
- package/src/services/page-shield.ts +1371 -0
- package/src/services/pages.ts +6167 -0
- package/src/services/pipelines.ts +6455 -0
- package/src/services/queues.ts +2827 -0
- package/src/services/r2-data-catalog.ts +1151 -0
- package/src/services/r2.ts +3529 -0
- package/src/services/radar.ts +42836 -0
- package/src/services/rate-limits.ts +1252 -0
- package/src/services/realtime-kit.ts +11080 -0
- package/src/services/registrar.ts +390 -0
- package/src/services/request-tracers.ts +161 -0
- package/src/services/resource-sharing.ts +2082 -0
- package/src/services/rules.ts +953 -0
- package/src/services/rulesets.ts +15361 -0
- package/src/services/rum.ts +994 -0
- package/src/services/schema-validation.ts +869 -0
- package/src/services/secrets-store.ts +1050 -0
- package/src/services/security-center.ts +495 -0
- package/src/services/security-txt.ts +317 -0
- package/src/services/snippets.ts +562 -0
- package/src/services/spectrum.ts +1190 -0
- package/src/services/speed.ts +1154 -0
- package/src/services/ssl.ts +1714 -0
- package/src/services/stream.ts +3008 -0
- package/src/services/token-validation.ts +1825 -0
- package/src/services/turnstile.ts +725 -0
- package/src/services/url-normalization.ts +133 -0
- package/src/services/url-scanner.ts +1851 -0
- package/src/services/user.ts +1587 -0
- package/src/services/vectorize.ts +875 -0
- package/src/services/waiting-rooms.ts +4216 -0
- package/src/services/web3.ts +899 -0
- package/src/services/workers-for-platforms.ts +4134 -0
- package/src/services/workers.ts +12298 -0
- package/src/services/workflows.ts +1372 -0
- package/src/services/zaraz.ts +833 -0
- package/src/services/zero-trust.ts +64685 -0
- package/src/services/zones.ts +5106 -0
- package/src/traits.ts +47 -0
|
@@ -0,0 +1,2728 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloudflare REALTIME-KIT API
|
|
3
|
+
*
|
|
4
|
+
* Generated from Cloudflare TypeScript SDK.
|
|
5
|
+
* DO NOT EDIT - regenerate with: bun scripts/generate.ts --service realtime-kit
|
|
6
|
+
*/
|
|
7
|
+
import * as Schema from "effect/Schema";
|
|
8
|
+
import type * as HttpClient from "effect/unstable/http/HttpClient";
|
|
9
|
+
import * as API from "../client/api.ts";
|
|
10
|
+
import type { Credentials } from "../credentials.ts";
|
|
11
|
+
import { type DefaultErrors } from "../errors.ts";
|
|
12
|
+
export interface GetActiveLivestreamsForLivestreamIdLivestreamRequest {
|
|
13
|
+
appId: string;
|
|
14
|
+
livestreamId: string;
|
|
15
|
+
/** The account identifier tag. */
|
|
16
|
+
accountId: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const GetActiveLivestreamsForLivestreamIdLivestreamRequest: Schema.Schema<GetActiveLivestreamsForLivestreamIdLivestreamRequest>;
|
|
19
|
+
export interface GetActiveLivestreamsForLivestreamIdLivestreamResponse {
|
|
20
|
+
data?: {
|
|
21
|
+
livestream?: {
|
|
22
|
+
id?: string | null;
|
|
23
|
+
createdAt?: string | null;
|
|
24
|
+
disabled?: string | null;
|
|
25
|
+
ingestServer?: string | null;
|
|
26
|
+
meetingId?: string | null;
|
|
27
|
+
name?: string | null;
|
|
28
|
+
playbackUrl?: string | null;
|
|
29
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
30
|
+
streamKey?: string | null;
|
|
31
|
+
updatedAt?: string | null;
|
|
32
|
+
} | null;
|
|
33
|
+
session?: {
|
|
34
|
+
id?: string | null;
|
|
35
|
+
createdAt?: string | null;
|
|
36
|
+
errMessage?: string | null;
|
|
37
|
+
ingestSeconds?: number | null;
|
|
38
|
+
invokedTime?: string | null;
|
|
39
|
+
livestreamId?: string | null;
|
|
40
|
+
startedTime?: string | null;
|
|
41
|
+
stoppedTime?: string | null;
|
|
42
|
+
updatedAt?: string | null;
|
|
43
|
+
viewerSeconds?: number | null;
|
|
44
|
+
} | null;
|
|
45
|
+
} | null;
|
|
46
|
+
success?: boolean | null;
|
|
47
|
+
}
|
|
48
|
+
export declare const GetActiveLivestreamsForLivestreamIdLivestreamResponse: Schema.Schema<GetActiveLivestreamsForLivestreamIdLivestreamResponse>;
|
|
49
|
+
export type GetActiveLivestreamsForLivestreamIdLivestreamError = DefaultErrors;
|
|
50
|
+
export declare const getActiveLivestreamsForLivestreamIdLivestream: API.OperationMethod<GetActiveLivestreamsForLivestreamIdLivestreamRequest, GetActiveLivestreamsForLivestreamIdLivestreamResponse, GetActiveLivestreamsForLivestreamIdLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
51
|
+
export interface GetActiveRecordingsRecordingRequest {
|
|
52
|
+
appId: string;
|
|
53
|
+
meetingId: string;
|
|
54
|
+
/** The account identifier tag. */
|
|
55
|
+
accountId: string;
|
|
56
|
+
}
|
|
57
|
+
export declare const GetActiveRecordingsRecordingRequest: Schema.Schema<GetActiveRecordingsRecordingRequest>;
|
|
58
|
+
export interface GetActiveRecordingsRecordingResponse {
|
|
59
|
+
/** Data returned by the operation */
|
|
60
|
+
data: {
|
|
61
|
+
id: string;
|
|
62
|
+
audioDownloadUrl: string | null;
|
|
63
|
+
downloadUrl: string | null;
|
|
64
|
+
downloadUrlExpiry: string | null;
|
|
65
|
+
fileSize: number | null;
|
|
66
|
+
invokedTime: string;
|
|
67
|
+
outputFileName: string;
|
|
68
|
+
sessionId: string | null;
|
|
69
|
+
startedTime: string | null;
|
|
70
|
+
status: "INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED" | "ERRORED" | "PAUSED";
|
|
71
|
+
stoppedTime: string | null;
|
|
72
|
+
recordingDuration?: number | null;
|
|
73
|
+
};
|
|
74
|
+
/** Success status of the operation */
|
|
75
|
+
success: boolean;
|
|
76
|
+
}
|
|
77
|
+
export declare const GetActiveRecordingsRecordingResponse: Schema.Schema<GetActiveRecordingsRecordingResponse>;
|
|
78
|
+
export type GetActiveRecordingsRecordingError = DefaultErrors;
|
|
79
|
+
export declare const getActiveRecordingsRecording: API.OperationMethod<GetActiveRecordingsRecordingRequest, GetActiveRecordingsRecordingResponse, GetActiveRecordingsRecordingError, Credentials | HttpClient.HttpClient>;
|
|
80
|
+
export interface GetActiveSessionActiveSessionRequest {
|
|
81
|
+
appId: string;
|
|
82
|
+
meetingId: string;
|
|
83
|
+
/** The account identifier tag. */
|
|
84
|
+
accountId: string;
|
|
85
|
+
}
|
|
86
|
+
export declare const GetActiveSessionActiveSessionRequest: Schema.Schema<GetActiveSessionActiveSessionRequest>;
|
|
87
|
+
export interface GetActiveSessionActiveSessionResponse {
|
|
88
|
+
data?: {
|
|
89
|
+
id: string;
|
|
90
|
+
associatedId: string;
|
|
91
|
+
createdAt: string;
|
|
92
|
+
liveParticipants: number;
|
|
93
|
+
maxConcurrentParticipants: number;
|
|
94
|
+
meetingDisplayName: string;
|
|
95
|
+
minutesConsumed: number;
|
|
96
|
+
organizationId: string;
|
|
97
|
+
startedAt: string;
|
|
98
|
+
status: "LIVE" | "ENDED";
|
|
99
|
+
type: "meeting" | "livestream" | "participant";
|
|
100
|
+
updatedAt: string;
|
|
101
|
+
breakoutRooms?: unknown[] | null;
|
|
102
|
+
endedAt?: string | null;
|
|
103
|
+
meta?: unknown | null;
|
|
104
|
+
} | null;
|
|
105
|
+
success?: boolean | null;
|
|
106
|
+
}
|
|
107
|
+
export declare const GetActiveSessionActiveSessionResponse: Schema.Schema<GetActiveSessionActiveSessionResponse>;
|
|
108
|
+
export type GetActiveSessionActiveSessionError = DefaultErrors;
|
|
109
|
+
export declare const getActiveSessionActiveSession: API.OperationMethod<GetActiveSessionActiveSessionRequest, GetActiveSessionActiveSessionResponse, GetActiveSessionActiveSessionError, Credentials | HttpClient.HttpClient>;
|
|
110
|
+
export interface GetAllLivestreamsLivestreamRequest {
|
|
111
|
+
appId: string;
|
|
112
|
+
/** Path param: The account identifier tag. */
|
|
113
|
+
accountId: string;
|
|
114
|
+
/** Query param: Specify the end time range in ISO format to access the live stream. */
|
|
115
|
+
endTime?: string;
|
|
116
|
+
/** Query param: Exclude the RealtimeKit meetings that are livestreamed. */
|
|
117
|
+
excludeMeetings?: boolean;
|
|
118
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
119
|
+
pageNo?: number;
|
|
120
|
+
/** Query param: Number of results per page. */
|
|
121
|
+
perPage?: number;
|
|
122
|
+
/** Query param: Specifies the sorting order for the results. */
|
|
123
|
+
sortOrder?: "ASC" | "DSC";
|
|
124
|
+
/** Query param: Specify the start time range in ISO format to access the live stream. */
|
|
125
|
+
startTime?: string;
|
|
126
|
+
/** Query param: Specifies the status of the operation. */
|
|
127
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED";
|
|
128
|
+
}
|
|
129
|
+
export declare const GetAllLivestreamsLivestreamRequest: Schema.Schema<GetAllLivestreamsLivestreamRequest>;
|
|
130
|
+
export interface GetAllLivestreamsLivestreamResponse {
|
|
131
|
+
data?: {
|
|
132
|
+
id?: string | null;
|
|
133
|
+
createdAt?: string | null;
|
|
134
|
+
disabled?: string | null;
|
|
135
|
+
ingestServer?: string | null;
|
|
136
|
+
meetingId?: string | null;
|
|
137
|
+
name?: string | null;
|
|
138
|
+
paging?: {
|
|
139
|
+
endOffset?: number | null;
|
|
140
|
+
startOffset?: number | null;
|
|
141
|
+
totalCount?: number | null;
|
|
142
|
+
} | null;
|
|
143
|
+
playbackUrl?: string | null;
|
|
144
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
145
|
+
streamKey?: string | null;
|
|
146
|
+
updatedAt?: string | null;
|
|
147
|
+
} | null;
|
|
148
|
+
success?: boolean | null;
|
|
149
|
+
}
|
|
150
|
+
export declare const GetAllLivestreamsLivestreamResponse: Schema.Schema<GetAllLivestreamsLivestreamResponse>;
|
|
151
|
+
export type GetAllLivestreamsLivestreamError = DefaultErrors;
|
|
152
|
+
export declare const getAllLivestreamsLivestream: API.OperationMethod<GetAllLivestreamsLivestreamRequest, GetAllLivestreamsLivestreamResponse, GetAllLivestreamsLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
153
|
+
export interface KickAllParticipantsActiveSessionRequest {
|
|
154
|
+
appId: string;
|
|
155
|
+
meetingId: string;
|
|
156
|
+
/** The account identifier tag. */
|
|
157
|
+
accountId: string;
|
|
158
|
+
}
|
|
159
|
+
export declare const KickAllParticipantsActiveSessionRequest: Schema.Schema<KickAllParticipantsActiveSessionRequest>;
|
|
160
|
+
export interface KickAllParticipantsActiveSessionResponse {
|
|
161
|
+
data?: {
|
|
162
|
+
action?: string | null;
|
|
163
|
+
kickedParticipantsCount?: number | null;
|
|
164
|
+
} | null;
|
|
165
|
+
success?: boolean | null;
|
|
166
|
+
}
|
|
167
|
+
export declare const KickAllParticipantsActiveSessionResponse: Schema.Schema<KickAllParticipantsActiveSessionResponse>;
|
|
168
|
+
export type KickAllParticipantsActiveSessionError = DefaultErrors;
|
|
169
|
+
export declare const kickAllParticipantsActiveSession: API.OperationMethod<KickAllParticipantsActiveSessionRequest, KickAllParticipantsActiveSessionResponse, KickAllParticipantsActiveSessionError, Credentials | HttpClient.HttpClient>;
|
|
170
|
+
export interface GetAppRequest {
|
|
171
|
+
/** The account identifier tag. */
|
|
172
|
+
accountId: string;
|
|
173
|
+
}
|
|
174
|
+
export declare const GetAppRequest: Schema.Schema<GetAppRequest>;
|
|
175
|
+
export interface GetAppResponse {
|
|
176
|
+
data?: {
|
|
177
|
+
id?: string | null;
|
|
178
|
+
createdAt?: string | null;
|
|
179
|
+
name?: string | null;
|
|
180
|
+
}[] | null;
|
|
181
|
+
success?: boolean | null;
|
|
182
|
+
}
|
|
183
|
+
export declare const GetAppResponse: Schema.Schema<GetAppResponse>;
|
|
184
|
+
export type GetAppError = DefaultErrors;
|
|
185
|
+
export declare const getApp: API.OperationMethod<GetAppRequest, GetAppResponse, GetAppError, Credentials | HttpClient.HttpClient>;
|
|
186
|
+
export interface PostAppRequest {
|
|
187
|
+
/** Path param: */
|
|
188
|
+
accountId: string;
|
|
189
|
+
/** Body param: */
|
|
190
|
+
name: string;
|
|
191
|
+
}
|
|
192
|
+
export declare const PostAppRequest: Schema.Schema<PostAppRequest>;
|
|
193
|
+
export interface PostAppResponse {
|
|
194
|
+
data?: {
|
|
195
|
+
app?: {
|
|
196
|
+
id?: string | null;
|
|
197
|
+
createdAt?: string | null;
|
|
198
|
+
name?: string | null;
|
|
199
|
+
} | null;
|
|
200
|
+
} | null;
|
|
201
|
+
success?: boolean | null;
|
|
202
|
+
}
|
|
203
|
+
export declare const PostAppResponse: Schema.Schema<PostAppResponse>;
|
|
204
|
+
export type PostAppError = DefaultErrors;
|
|
205
|
+
export declare const postApp: API.OperationMethod<PostAppRequest, PostAppResponse, PostAppError, Credentials | HttpClient.HttpClient>;
|
|
206
|
+
export interface CreateIndependentLivestreamLivestreamRequest {
|
|
207
|
+
appId: string;
|
|
208
|
+
/** Path param: The account identifier tag. */
|
|
209
|
+
accountId: string;
|
|
210
|
+
/** Body param: Name of the livestream */
|
|
211
|
+
name?: string | null;
|
|
212
|
+
}
|
|
213
|
+
export declare const CreateIndependentLivestreamLivestreamRequest: Schema.Schema<CreateIndependentLivestreamLivestreamRequest>;
|
|
214
|
+
export interface CreateIndependentLivestreamLivestreamResponse {
|
|
215
|
+
data?: {
|
|
216
|
+
id?: string | null;
|
|
217
|
+
disabled?: boolean | null;
|
|
218
|
+
ingestServer?: string | null;
|
|
219
|
+
meetingId?: string | null;
|
|
220
|
+
name?: string | null;
|
|
221
|
+
playbackUrl?: string | null;
|
|
222
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
223
|
+
streamKey?: string | null;
|
|
224
|
+
} | null;
|
|
225
|
+
success?: boolean | null;
|
|
226
|
+
}
|
|
227
|
+
export declare const CreateIndependentLivestreamLivestreamResponse: Schema.Schema<CreateIndependentLivestreamLivestreamResponse>;
|
|
228
|
+
export type CreateIndependentLivestreamLivestreamError = DefaultErrors;
|
|
229
|
+
export declare const createIndependentLivestreamLivestream: API.OperationMethod<CreateIndependentLivestreamLivestreamRequest, CreateIndependentLivestreamLivestreamResponse, CreateIndependentLivestreamLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
230
|
+
export interface GetLivestreamAnalyticsCompleteLivestreamRequest {
|
|
231
|
+
appId: string;
|
|
232
|
+
/** Path param: The account identifier tag. */
|
|
233
|
+
accountId: string;
|
|
234
|
+
/** Query param: Specify the end time range in ISO format to access the livestream analytics. */
|
|
235
|
+
endTime?: string;
|
|
236
|
+
/** Query param: Specify the start time range in ISO format to access the livestream analytics. */
|
|
237
|
+
startTime?: string;
|
|
238
|
+
}
|
|
239
|
+
export declare const GetLivestreamAnalyticsCompleteLivestreamRequest: Schema.Schema<GetLivestreamAnalyticsCompleteLivestreamRequest>;
|
|
240
|
+
export interface GetLivestreamAnalyticsCompleteLivestreamResponse {
|
|
241
|
+
data?: {
|
|
242
|
+
count?: number | null;
|
|
243
|
+
totalIngestSeconds?: number | null;
|
|
244
|
+
totalViewerSeconds?: number | null;
|
|
245
|
+
} | null;
|
|
246
|
+
success?: boolean | null;
|
|
247
|
+
}
|
|
248
|
+
export declare const GetLivestreamAnalyticsCompleteLivestreamResponse: Schema.Schema<GetLivestreamAnalyticsCompleteLivestreamResponse>;
|
|
249
|
+
export type GetLivestreamAnalyticsCompleteLivestreamError = DefaultErrors;
|
|
250
|
+
export declare const getLivestreamAnalyticsCompleteLivestream: API.OperationMethod<GetLivestreamAnalyticsCompleteLivestreamRequest, GetLivestreamAnalyticsCompleteLivestreamResponse, GetLivestreamAnalyticsCompleteLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
251
|
+
export interface StartLivestreamingAMeetingLivestreamRequest {
|
|
252
|
+
appId: string;
|
|
253
|
+
meetingId: string;
|
|
254
|
+
/** Path param: The account identifier tag. */
|
|
255
|
+
accountId: string;
|
|
256
|
+
/** Body param: */
|
|
257
|
+
name?: string | null;
|
|
258
|
+
/** Body param: */
|
|
259
|
+
videoConfig?: {
|
|
260
|
+
height?: number;
|
|
261
|
+
width?: number;
|
|
262
|
+
};
|
|
263
|
+
}
|
|
264
|
+
export declare const StartLivestreamingAMeetingLivestreamRequest: Schema.Schema<StartLivestreamingAMeetingLivestreamRequest>;
|
|
265
|
+
export interface StartLivestreamingAMeetingLivestreamResponse {
|
|
266
|
+
data?: {
|
|
267
|
+
id?: string | null;
|
|
268
|
+
ingestServer?: string | null;
|
|
269
|
+
playbackUrl?: string | null;
|
|
270
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
271
|
+
streamKey?: string | null;
|
|
272
|
+
} | null;
|
|
273
|
+
success?: boolean | null;
|
|
274
|
+
}
|
|
275
|
+
export declare const StartLivestreamingAMeetingLivestreamResponse: Schema.Schema<StartLivestreamingAMeetingLivestreamResponse>;
|
|
276
|
+
export type StartLivestreamingAMeetingLivestreamError = DefaultErrors;
|
|
277
|
+
export declare const startLivestreamingAMeetingLivestream: API.OperationMethod<StartLivestreamingAMeetingLivestreamRequest, StartLivestreamingAMeetingLivestreamResponse, StartLivestreamingAMeetingLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
278
|
+
export interface StopLivestreamingAMeetingLivestreamRequest {
|
|
279
|
+
appId: string;
|
|
280
|
+
meetingId: string;
|
|
281
|
+
/** The account identifier tag. */
|
|
282
|
+
accountId: string;
|
|
283
|
+
}
|
|
284
|
+
export declare const StopLivestreamingAMeetingLivestreamRequest: Schema.Schema<StopLivestreamingAMeetingLivestreamRequest>;
|
|
285
|
+
export interface StopLivestreamingAMeetingLivestreamResponse {
|
|
286
|
+
data?: {
|
|
287
|
+
message?: string | null;
|
|
288
|
+
} | null;
|
|
289
|
+
success?: boolean | null;
|
|
290
|
+
}
|
|
291
|
+
export declare const StopLivestreamingAMeetingLivestreamResponse: Schema.Schema<StopLivestreamingAMeetingLivestreamResponse>;
|
|
292
|
+
export type StopLivestreamingAMeetingLivestreamError = DefaultErrors;
|
|
293
|
+
export declare const stopLivestreamingAMeetingLivestream: API.OperationMethod<StopLivestreamingAMeetingLivestreamRequest, StopLivestreamingAMeetingLivestreamResponse, StopLivestreamingAMeetingLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
294
|
+
export interface GetLivestreamSessionDetailsForSessionIdLivestreamRequest {
|
|
295
|
+
appId: string;
|
|
296
|
+
livestreamSessionId: string;
|
|
297
|
+
/** The account identifier tag. */
|
|
298
|
+
accountId: string;
|
|
299
|
+
}
|
|
300
|
+
export declare const GetLivestreamSessionDetailsForSessionIdLivestreamRequest: Schema.Schema<GetLivestreamSessionDetailsForSessionIdLivestreamRequest>;
|
|
301
|
+
export interface GetLivestreamSessionDetailsForSessionIdLivestreamResponse {
|
|
302
|
+
data?: {
|
|
303
|
+
id?: string | null;
|
|
304
|
+
createdAt?: string | null;
|
|
305
|
+
errMessage?: string | null;
|
|
306
|
+
ingestSeconds?: number | null;
|
|
307
|
+
livestreamId?: string | null;
|
|
308
|
+
startedTime?: string | null;
|
|
309
|
+
stoppedTime?: string | null;
|
|
310
|
+
updatedAt?: string | null;
|
|
311
|
+
viewerSeconds?: number | null;
|
|
312
|
+
} | null;
|
|
313
|
+
success?: boolean | null;
|
|
314
|
+
}
|
|
315
|
+
export declare const GetLivestreamSessionDetailsForSessionIdLivestreamResponse: Schema.Schema<GetLivestreamSessionDetailsForSessionIdLivestreamResponse>;
|
|
316
|
+
export type GetLivestreamSessionDetailsForSessionIdLivestreamError = DefaultErrors;
|
|
317
|
+
export declare const getLivestreamSessionDetailsForSessionIdLivestream: API.OperationMethod<GetLivestreamSessionDetailsForSessionIdLivestreamRequest, GetLivestreamSessionDetailsForSessionIdLivestreamResponse, GetLivestreamSessionDetailsForSessionIdLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
318
|
+
export interface GetLivestreamSessionForLivestreamIdLivestreamRequest {
|
|
319
|
+
appId: string;
|
|
320
|
+
livestreamId: string;
|
|
321
|
+
/** Path param: The account identifier tag. */
|
|
322
|
+
accountId: string;
|
|
323
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
324
|
+
pageNo?: number;
|
|
325
|
+
/** Query param: Number of results per page. */
|
|
326
|
+
perPage?: number;
|
|
327
|
+
}
|
|
328
|
+
export declare const GetLivestreamSessionForLivestreamIdLivestreamRequest: Schema.Schema<GetLivestreamSessionForLivestreamIdLivestreamRequest>;
|
|
329
|
+
export interface GetLivestreamSessionForLivestreamIdLivestreamResponse {
|
|
330
|
+
data?: {
|
|
331
|
+
livestream?: {
|
|
332
|
+
id?: string | null;
|
|
333
|
+
createdAt?: string | null;
|
|
334
|
+
disabled?: string | null;
|
|
335
|
+
ingestServer?: string | null;
|
|
336
|
+
meetingId?: string | null;
|
|
337
|
+
name?: string | null;
|
|
338
|
+
playbackUrl?: string | null;
|
|
339
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
340
|
+
streamKey?: string | null;
|
|
341
|
+
updatedAt?: string | null;
|
|
342
|
+
} | null;
|
|
343
|
+
paging?: {
|
|
344
|
+
endOffset?: number | null;
|
|
345
|
+
startOffset?: number | null;
|
|
346
|
+
totalCount?: number | null;
|
|
347
|
+
} | null;
|
|
348
|
+
session?: {
|
|
349
|
+
id?: string | null;
|
|
350
|
+
createdAt?: string | null;
|
|
351
|
+
errMessage?: string | null;
|
|
352
|
+
ingestSeconds?: number | null;
|
|
353
|
+
invokedTime?: string | null;
|
|
354
|
+
livestreamId?: string | null;
|
|
355
|
+
startedTime?: string | null;
|
|
356
|
+
stoppedTime?: string | null;
|
|
357
|
+
updatedAt?: string | null;
|
|
358
|
+
viewerSeconds?: number | null;
|
|
359
|
+
} | null;
|
|
360
|
+
} | null;
|
|
361
|
+
success?: boolean | null;
|
|
362
|
+
}
|
|
363
|
+
export declare const GetLivestreamSessionForLivestreamIdLivestreamResponse: Schema.Schema<GetLivestreamSessionForLivestreamIdLivestreamResponse>;
|
|
364
|
+
export type GetLivestreamSessionForLivestreamIdLivestreamError = DefaultErrors;
|
|
365
|
+
export declare const getLivestreamSessionForLivestreamIdLivestream: API.OperationMethod<GetLivestreamSessionForLivestreamIdLivestreamRequest, GetLivestreamSessionForLivestreamIdLivestreamResponse, GetLivestreamSessionForLivestreamIdLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
366
|
+
export interface GetMeetingRequest {
|
|
367
|
+
appId: string;
|
|
368
|
+
/** Path param: The account identifier tag. */
|
|
369
|
+
accountId: string;
|
|
370
|
+
/** Query param: The end time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
371
|
+
endTime?: string;
|
|
372
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
373
|
+
pageNo?: number;
|
|
374
|
+
/** Query param: Number of results per page */
|
|
375
|
+
perPage?: number;
|
|
376
|
+
/** Query param: The search query string. You can search using the meeting ID or title. */
|
|
377
|
+
search?: string;
|
|
378
|
+
/** Query param: The start time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
379
|
+
startTime?: string;
|
|
380
|
+
}
|
|
381
|
+
export declare const GetMeetingRequest: Schema.Schema<GetMeetingRequest>;
|
|
382
|
+
export interface GetMeetingResponse {
|
|
383
|
+
data: {
|
|
384
|
+
id: string;
|
|
385
|
+
createdAt: string;
|
|
386
|
+
updatedAt: string;
|
|
387
|
+
liveStreamOnStart?: boolean | null;
|
|
388
|
+
persistChat?: boolean | null;
|
|
389
|
+
recordOnStart?: boolean | null;
|
|
390
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
391
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
392
|
+
summarizeOnEnd?: boolean | null;
|
|
393
|
+
title?: string | null;
|
|
394
|
+
}[];
|
|
395
|
+
paging: {
|
|
396
|
+
endOffset: number;
|
|
397
|
+
startOffset: number;
|
|
398
|
+
totalCount: number;
|
|
399
|
+
};
|
|
400
|
+
success: boolean;
|
|
401
|
+
}
|
|
402
|
+
export declare const GetMeetingResponse: Schema.Schema<GetMeetingResponse>;
|
|
403
|
+
export type GetMeetingError = DefaultErrors;
|
|
404
|
+
export declare const getMeeting: API.OperationMethod<GetMeetingRequest, GetMeetingResponse, GetMeetingError, Credentials | HttpClient.HttpClient>;
|
|
405
|
+
export interface CreateMeetingRequest {
|
|
406
|
+
appId: string;
|
|
407
|
+
/** Path param: The account identifier tag. */
|
|
408
|
+
accountId: string;
|
|
409
|
+
/** Body param: The AI Config allows you to customize the behavior of meeting transcriptions and summaries */
|
|
410
|
+
aiConfig?: {
|
|
411
|
+
summarization?: {
|
|
412
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review";
|
|
413
|
+
textFormat?: "plain_text" | "markdown";
|
|
414
|
+
wordLimit?: number;
|
|
415
|
+
};
|
|
416
|
+
transcription?: {
|
|
417
|
+
keywords?: string[];
|
|
418
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl";
|
|
419
|
+
profanityFilter?: boolean;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
/** Body param: Specifies if the meeting should start getting livestreamed on start. */
|
|
423
|
+
liveStreamOnStart?: boolean | null;
|
|
424
|
+
/** Body param: If a meeting is set to persist_chat, meeting chat would remain for a week within the meeting space. */
|
|
425
|
+
persistChat?: boolean;
|
|
426
|
+
/** Body param: Specifies if the meeting should start getting recorded as soon as someone joins the meeting. */
|
|
427
|
+
recordOnStart?: boolean | null;
|
|
428
|
+
/** Body param: Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal. */
|
|
429
|
+
recordingConfig?: {
|
|
430
|
+
audioConfig?: {
|
|
431
|
+
channel?: "mono" | "stereo";
|
|
432
|
+
codec?: "MP3" | "AAC";
|
|
433
|
+
exportFile?: boolean;
|
|
434
|
+
};
|
|
435
|
+
fileNamePrefix?: string;
|
|
436
|
+
liveStreamingConfig?: {
|
|
437
|
+
rtmpUrl?: string;
|
|
438
|
+
};
|
|
439
|
+
maxSeconds?: number;
|
|
440
|
+
realtimekitBucketConfig?: {
|
|
441
|
+
enabled: boolean;
|
|
442
|
+
};
|
|
443
|
+
storageConfig?: {
|
|
444
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
445
|
+
accessKey?: string;
|
|
446
|
+
authMethod?: "KEY" | "PASSWORD";
|
|
447
|
+
bucket?: string;
|
|
448
|
+
host?: string;
|
|
449
|
+
password?: string;
|
|
450
|
+
path?: string;
|
|
451
|
+
port?: number;
|
|
452
|
+
privateKey?: string;
|
|
453
|
+
region?: string;
|
|
454
|
+
secret?: string;
|
|
455
|
+
username?: string;
|
|
456
|
+
} | null;
|
|
457
|
+
videoConfig?: {
|
|
458
|
+
codec?: "H264" | "VP8";
|
|
459
|
+
exportFile?: boolean;
|
|
460
|
+
height?: number;
|
|
461
|
+
watermark?: {
|
|
462
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom";
|
|
463
|
+
size?: {
|
|
464
|
+
height?: number;
|
|
465
|
+
width?: number;
|
|
466
|
+
};
|
|
467
|
+
url?: string;
|
|
468
|
+
};
|
|
469
|
+
width?: number;
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
/** Body param: Time in seconds, for which a session remains active, after the last participant has left the meeting. */
|
|
473
|
+
sessionKeepAliveTimeInSecs?: number;
|
|
474
|
+
/** Body param: Automatically generate summary of meetings using transcripts. Requires Transcriptions to be enabled, and can be retrieved via Webhooks or summary API. */
|
|
475
|
+
summarizeOnEnd?: boolean;
|
|
476
|
+
/** Body param: Title of the meeting */
|
|
477
|
+
title?: string | null;
|
|
478
|
+
}
|
|
479
|
+
export declare const CreateMeetingRequest: Schema.Schema<CreateMeetingRequest>;
|
|
480
|
+
export interface CreateMeetingResponse {
|
|
481
|
+
/** Success status of the operation */
|
|
482
|
+
success: boolean;
|
|
483
|
+
/** Data returned by the operation */
|
|
484
|
+
data?: {
|
|
485
|
+
id: string;
|
|
486
|
+
createdAt: string;
|
|
487
|
+
updatedAt: string;
|
|
488
|
+
aiConfig?: {
|
|
489
|
+
summarization?: {
|
|
490
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review" | null;
|
|
491
|
+
textFormat?: "plain_text" | "markdown" | null;
|
|
492
|
+
wordLimit?: number | null;
|
|
493
|
+
} | null;
|
|
494
|
+
transcription?: {
|
|
495
|
+
keywords?: string[] | null;
|
|
496
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl" | null;
|
|
497
|
+
profanityFilter?: boolean | null;
|
|
498
|
+
} | null;
|
|
499
|
+
} | null;
|
|
500
|
+
liveStreamOnStart?: boolean | null;
|
|
501
|
+
persistChat?: boolean | null;
|
|
502
|
+
recordOnStart?: boolean | null;
|
|
503
|
+
recordingConfig?: {
|
|
504
|
+
audioConfig?: {
|
|
505
|
+
channel?: "mono" | "stereo" | null;
|
|
506
|
+
codec?: "MP3" | "AAC" | null;
|
|
507
|
+
exportFile?: boolean | null;
|
|
508
|
+
} | null;
|
|
509
|
+
fileNamePrefix?: string | null;
|
|
510
|
+
liveStreamingConfig?: {
|
|
511
|
+
rtmpUrl?: string | null;
|
|
512
|
+
} | null;
|
|
513
|
+
maxSeconds?: number | null;
|
|
514
|
+
realtimekitBucketConfig?: {
|
|
515
|
+
enabled: boolean;
|
|
516
|
+
} | null;
|
|
517
|
+
storageConfig?: {
|
|
518
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
519
|
+
accessKey?: string | null;
|
|
520
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
521
|
+
bucket?: string | null;
|
|
522
|
+
host?: string | null;
|
|
523
|
+
password?: string | null;
|
|
524
|
+
path?: string | null;
|
|
525
|
+
port?: number | null;
|
|
526
|
+
privateKey?: string | null;
|
|
527
|
+
region?: string | null;
|
|
528
|
+
secret?: string | null;
|
|
529
|
+
username?: string | null;
|
|
530
|
+
} | null;
|
|
531
|
+
videoConfig?: {
|
|
532
|
+
codec?: "H264" | "VP8" | null;
|
|
533
|
+
exportFile?: boolean | null;
|
|
534
|
+
height?: number | null;
|
|
535
|
+
watermark?: {
|
|
536
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom" | null;
|
|
537
|
+
size?: {
|
|
538
|
+
height?: number | null;
|
|
539
|
+
width?: number | null;
|
|
540
|
+
} | null;
|
|
541
|
+
url?: string | null;
|
|
542
|
+
} | null;
|
|
543
|
+
width?: number | null;
|
|
544
|
+
} | null;
|
|
545
|
+
} | null;
|
|
546
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
547
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
548
|
+
summarizeOnEnd?: boolean | null;
|
|
549
|
+
title?: string | null;
|
|
550
|
+
} | null;
|
|
551
|
+
}
|
|
552
|
+
export declare const CreateMeetingResponse: Schema.Schema<CreateMeetingResponse>;
|
|
553
|
+
export type CreateMeetingError = DefaultErrors;
|
|
554
|
+
export declare const createMeeting: API.OperationMethod<CreateMeetingRequest, CreateMeetingResponse, CreateMeetingError, Credentials | HttpClient.HttpClient>;
|
|
555
|
+
export interface GetMeetingActiveLivestreamsLivestreamRequest {
|
|
556
|
+
appId: string;
|
|
557
|
+
meetingId: string;
|
|
558
|
+
/** The account identifier tag. */
|
|
559
|
+
accountId: string;
|
|
560
|
+
}
|
|
561
|
+
export declare const GetMeetingActiveLivestreamsLivestreamRequest: Schema.Schema<GetMeetingActiveLivestreamsLivestreamRequest>;
|
|
562
|
+
export interface GetMeetingActiveLivestreamsLivestreamResponse {
|
|
563
|
+
data?: {
|
|
564
|
+
id?: string | null;
|
|
565
|
+
createdAt?: string | null;
|
|
566
|
+
disabled?: string | null;
|
|
567
|
+
ingestServer?: string | null;
|
|
568
|
+
meetingId?: string | null;
|
|
569
|
+
name?: string | null;
|
|
570
|
+
playbackUrl?: string | null;
|
|
571
|
+
status?: "LIVE" | "IDLE" | "ERRORED" | "INVOKED" | null;
|
|
572
|
+
streamKey?: string | null;
|
|
573
|
+
updatedAt?: string | null;
|
|
574
|
+
} | null;
|
|
575
|
+
success?: boolean | null;
|
|
576
|
+
}
|
|
577
|
+
export declare const GetMeetingActiveLivestreamsLivestreamResponse: Schema.Schema<GetMeetingActiveLivestreamsLivestreamResponse>;
|
|
578
|
+
export type GetMeetingActiveLivestreamsLivestreamError = DefaultErrors;
|
|
579
|
+
export declare const getMeetingActiveLivestreamsLivestream: API.OperationMethod<GetMeetingActiveLivestreamsLivestreamRequest, GetMeetingActiveLivestreamsLivestreamResponse, GetMeetingActiveLivestreamsLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
580
|
+
export interface GetMeetingByIdMeetingRequest {
|
|
581
|
+
appId: string;
|
|
582
|
+
meetingId: string;
|
|
583
|
+
/** Path param: The account identifier tag. */
|
|
584
|
+
accountId: string;
|
|
585
|
+
/** Query param: */
|
|
586
|
+
name?: string;
|
|
587
|
+
}
|
|
588
|
+
export declare const GetMeetingByIdMeetingRequest: Schema.Schema<GetMeetingByIdMeetingRequest>;
|
|
589
|
+
export interface GetMeetingByIdMeetingResponse {
|
|
590
|
+
/** Success status of the operation */
|
|
591
|
+
success: boolean;
|
|
592
|
+
/** Data returned by the operation */
|
|
593
|
+
data?: {
|
|
594
|
+
id: string;
|
|
595
|
+
createdAt: string;
|
|
596
|
+
updatedAt: string;
|
|
597
|
+
aiConfig?: {
|
|
598
|
+
summarization?: {
|
|
599
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review" | null;
|
|
600
|
+
textFormat?: "plain_text" | "markdown" | null;
|
|
601
|
+
wordLimit?: number | null;
|
|
602
|
+
} | null;
|
|
603
|
+
transcription?: {
|
|
604
|
+
keywords?: string[] | null;
|
|
605
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl" | null;
|
|
606
|
+
profanityFilter?: boolean | null;
|
|
607
|
+
} | null;
|
|
608
|
+
} | null;
|
|
609
|
+
liveStreamOnStart?: boolean | null;
|
|
610
|
+
persistChat?: boolean | null;
|
|
611
|
+
recordOnStart?: boolean | null;
|
|
612
|
+
recordingConfig?: {
|
|
613
|
+
audioConfig?: {
|
|
614
|
+
channel?: "mono" | "stereo" | null;
|
|
615
|
+
codec?: "MP3" | "AAC" | null;
|
|
616
|
+
exportFile?: boolean | null;
|
|
617
|
+
} | null;
|
|
618
|
+
fileNamePrefix?: string | null;
|
|
619
|
+
liveStreamingConfig?: {
|
|
620
|
+
rtmpUrl?: string | null;
|
|
621
|
+
} | null;
|
|
622
|
+
maxSeconds?: number | null;
|
|
623
|
+
realtimekitBucketConfig?: {
|
|
624
|
+
enabled: boolean;
|
|
625
|
+
} | null;
|
|
626
|
+
storageConfig?: {
|
|
627
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
628
|
+
accessKey?: string | null;
|
|
629
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
630
|
+
bucket?: string | null;
|
|
631
|
+
host?: string | null;
|
|
632
|
+
password?: string | null;
|
|
633
|
+
path?: string | null;
|
|
634
|
+
port?: number | null;
|
|
635
|
+
privateKey?: string | null;
|
|
636
|
+
region?: string | null;
|
|
637
|
+
secret?: string | null;
|
|
638
|
+
username?: string | null;
|
|
639
|
+
} | null;
|
|
640
|
+
videoConfig?: {
|
|
641
|
+
codec?: "H264" | "VP8" | null;
|
|
642
|
+
exportFile?: boolean | null;
|
|
643
|
+
height?: number | null;
|
|
644
|
+
watermark?: {
|
|
645
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom" | null;
|
|
646
|
+
size?: {
|
|
647
|
+
height?: number | null;
|
|
648
|
+
width?: number | null;
|
|
649
|
+
} | null;
|
|
650
|
+
url?: string | null;
|
|
651
|
+
} | null;
|
|
652
|
+
width?: number | null;
|
|
653
|
+
} | null;
|
|
654
|
+
} | null;
|
|
655
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
656
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
657
|
+
summarizeOnEnd?: boolean | null;
|
|
658
|
+
title?: string | null;
|
|
659
|
+
} | null;
|
|
660
|
+
}
|
|
661
|
+
export declare const GetMeetingByIdMeetingResponse: Schema.Schema<GetMeetingByIdMeetingResponse>;
|
|
662
|
+
export type GetMeetingByIdMeetingError = DefaultErrors;
|
|
663
|
+
export declare const getMeetingByIdMeeting: API.OperationMethod<GetMeetingByIdMeetingRequest, GetMeetingByIdMeetingResponse, GetMeetingByIdMeetingError, Credentials | HttpClient.HttpClient>;
|
|
664
|
+
export interface UpdateMeetingByIdMeetingRequest {
|
|
665
|
+
appId: string;
|
|
666
|
+
meetingId: string;
|
|
667
|
+
/** Path param: The account identifier tag. */
|
|
668
|
+
accountId: string;
|
|
669
|
+
/** Body param: The AI Config allows you to customize the behavior of meeting transcriptions and summaries */
|
|
670
|
+
aiConfig?: {
|
|
671
|
+
summarization?: {
|
|
672
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review";
|
|
673
|
+
textFormat?: "plain_text" | "markdown";
|
|
674
|
+
wordLimit?: number;
|
|
675
|
+
};
|
|
676
|
+
transcription?: {
|
|
677
|
+
keywords?: string[];
|
|
678
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl";
|
|
679
|
+
profanityFilter?: boolean;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
/** Body param: Specifies if the meeting should start getting livestreamed on start. */
|
|
683
|
+
liveStreamOnStart?: boolean;
|
|
684
|
+
/** Body param: If a meeting is updated to persist_chat, meeting chat would remain for a week within the meeting space. */
|
|
685
|
+
persistChat?: boolean;
|
|
686
|
+
/** Body param: Specifies if the meeting should start getting recorded as soon as someone joins the meeting. */
|
|
687
|
+
recordOnStart?: boolean;
|
|
688
|
+
/** Body param: Time in seconds, for which a session remains active, after the last participant has left the meeting. */
|
|
689
|
+
sessionKeepAliveTimeInSecs?: number;
|
|
690
|
+
/** Body param: Whether the meeting is `ACTIVE` or `INACTIVE`. Users will not be able to join an `INACTIVE` meeting. */
|
|
691
|
+
status?: "ACTIVE" | "INACTIVE";
|
|
692
|
+
/** Body param: Automatically generate summary of meetings using transcripts. Requires Transcriptions to be enabled, and can be retrieved via Webhooks or summary API. */
|
|
693
|
+
summarizeOnEnd?: boolean;
|
|
694
|
+
/** Body param: Title of the meeting */
|
|
695
|
+
title?: string;
|
|
696
|
+
}
|
|
697
|
+
export declare const UpdateMeetingByIdMeetingRequest: Schema.Schema<UpdateMeetingByIdMeetingRequest>;
|
|
698
|
+
export interface UpdateMeetingByIdMeetingResponse {
|
|
699
|
+
/** Success status of the operation */
|
|
700
|
+
success: boolean;
|
|
701
|
+
/** Data returned by the operation */
|
|
702
|
+
data?: {
|
|
703
|
+
id: string;
|
|
704
|
+
createdAt: string;
|
|
705
|
+
updatedAt: string;
|
|
706
|
+
aiConfig?: {
|
|
707
|
+
summarization?: {
|
|
708
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review" | null;
|
|
709
|
+
textFormat?: "plain_text" | "markdown" | null;
|
|
710
|
+
wordLimit?: number | null;
|
|
711
|
+
} | null;
|
|
712
|
+
transcription?: {
|
|
713
|
+
keywords?: string[] | null;
|
|
714
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl" | null;
|
|
715
|
+
profanityFilter?: boolean | null;
|
|
716
|
+
} | null;
|
|
717
|
+
} | null;
|
|
718
|
+
liveStreamOnStart?: boolean | null;
|
|
719
|
+
persistChat?: boolean | null;
|
|
720
|
+
recordOnStart?: boolean | null;
|
|
721
|
+
recordingConfig?: {
|
|
722
|
+
audioConfig?: {
|
|
723
|
+
channel?: "mono" | "stereo" | null;
|
|
724
|
+
codec?: "MP3" | "AAC" | null;
|
|
725
|
+
exportFile?: boolean | null;
|
|
726
|
+
} | null;
|
|
727
|
+
fileNamePrefix?: string | null;
|
|
728
|
+
liveStreamingConfig?: {
|
|
729
|
+
rtmpUrl?: string | null;
|
|
730
|
+
} | null;
|
|
731
|
+
maxSeconds?: number | null;
|
|
732
|
+
realtimekitBucketConfig?: {
|
|
733
|
+
enabled: boolean;
|
|
734
|
+
} | null;
|
|
735
|
+
storageConfig?: {
|
|
736
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
737
|
+
accessKey?: string | null;
|
|
738
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
739
|
+
bucket?: string | null;
|
|
740
|
+
host?: string | null;
|
|
741
|
+
password?: string | null;
|
|
742
|
+
path?: string | null;
|
|
743
|
+
port?: number | null;
|
|
744
|
+
privateKey?: string | null;
|
|
745
|
+
region?: string | null;
|
|
746
|
+
secret?: string | null;
|
|
747
|
+
username?: string | null;
|
|
748
|
+
} | null;
|
|
749
|
+
videoConfig?: {
|
|
750
|
+
codec?: "H264" | "VP8" | null;
|
|
751
|
+
exportFile?: boolean | null;
|
|
752
|
+
height?: number | null;
|
|
753
|
+
watermark?: {
|
|
754
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom" | null;
|
|
755
|
+
size?: {
|
|
756
|
+
height?: number | null;
|
|
757
|
+
width?: number | null;
|
|
758
|
+
} | null;
|
|
759
|
+
url?: string | null;
|
|
760
|
+
} | null;
|
|
761
|
+
width?: number | null;
|
|
762
|
+
} | null;
|
|
763
|
+
} | null;
|
|
764
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
765
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
766
|
+
summarizeOnEnd?: boolean | null;
|
|
767
|
+
title?: string | null;
|
|
768
|
+
} | null;
|
|
769
|
+
}
|
|
770
|
+
export declare const UpdateMeetingByIdMeetingResponse: Schema.Schema<UpdateMeetingByIdMeetingResponse>;
|
|
771
|
+
export type UpdateMeetingByIdMeetingError = DefaultErrors;
|
|
772
|
+
export declare const updateMeetingByIdMeeting: API.OperationMethod<UpdateMeetingByIdMeetingRequest, UpdateMeetingByIdMeetingResponse, UpdateMeetingByIdMeetingError, Credentials | HttpClient.HttpClient>;
|
|
773
|
+
export interface ReplaceMeetingByIdMeetingRequest {
|
|
774
|
+
appId: string;
|
|
775
|
+
meetingId: string;
|
|
776
|
+
/** Path param: The account identifier tag. */
|
|
777
|
+
accountId: string;
|
|
778
|
+
/** Body param: The AI Config allows you to customize the behavior of meeting transcriptions and summaries */
|
|
779
|
+
aiConfig?: {
|
|
780
|
+
summarization?: {
|
|
781
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review";
|
|
782
|
+
textFormat?: "plain_text" | "markdown";
|
|
783
|
+
wordLimit?: number;
|
|
784
|
+
};
|
|
785
|
+
transcription?: {
|
|
786
|
+
keywords?: string[];
|
|
787
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl";
|
|
788
|
+
profanityFilter?: boolean;
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
/** Body param: Specifies if the meeting should start getting livestreamed on start. */
|
|
792
|
+
liveStreamOnStart?: boolean | null;
|
|
793
|
+
/** Body param: If a meeting is set to persist_chat, meeting chat would remain for a week within the meeting space. */
|
|
794
|
+
persistChat?: boolean;
|
|
795
|
+
/** Body param: Specifies if the meeting should start getting recorded as soon as someone joins the meeting. */
|
|
796
|
+
recordOnStart?: boolean | null;
|
|
797
|
+
/** Body param: Recording Configurations to be used for this meeting. This level of configs takes higher preference over App level configs on the RealtimeKit developer portal. */
|
|
798
|
+
recordingConfig?: {
|
|
799
|
+
audioConfig?: {
|
|
800
|
+
channel?: "mono" | "stereo";
|
|
801
|
+
codec?: "MP3" | "AAC";
|
|
802
|
+
exportFile?: boolean;
|
|
803
|
+
};
|
|
804
|
+
fileNamePrefix?: string;
|
|
805
|
+
liveStreamingConfig?: {
|
|
806
|
+
rtmpUrl?: string;
|
|
807
|
+
};
|
|
808
|
+
maxSeconds?: number;
|
|
809
|
+
realtimekitBucketConfig?: {
|
|
810
|
+
enabled: boolean;
|
|
811
|
+
};
|
|
812
|
+
storageConfig?: {
|
|
813
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
814
|
+
accessKey?: string;
|
|
815
|
+
authMethod?: "KEY" | "PASSWORD";
|
|
816
|
+
bucket?: string;
|
|
817
|
+
host?: string;
|
|
818
|
+
password?: string;
|
|
819
|
+
path?: string;
|
|
820
|
+
port?: number;
|
|
821
|
+
privateKey?: string;
|
|
822
|
+
region?: string;
|
|
823
|
+
secret?: string;
|
|
824
|
+
username?: string;
|
|
825
|
+
} | null;
|
|
826
|
+
videoConfig?: {
|
|
827
|
+
codec?: "H264" | "VP8";
|
|
828
|
+
exportFile?: boolean;
|
|
829
|
+
height?: number;
|
|
830
|
+
watermark?: {
|
|
831
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom";
|
|
832
|
+
size?: {
|
|
833
|
+
height?: number;
|
|
834
|
+
width?: number;
|
|
835
|
+
};
|
|
836
|
+
url?: string;
|
|
837
|
+
};
|
|
838
|
+
width?: number;
|
|
839
|
+
};
|
|
840
|
+
};
|
|
841
|
+
/** Body param: Time in seconds, for which a session remains active, after the last participant has left the meeting. */
|
|
842
|
+
sessionKeepAliveTimeInSecs?: number;
|
|
843
|
+
/** Body param: Automatically generate summary of meetings using transcripts. Requires Transcriptions to be enabled, and can be retrieved via Webhooks or summary API. */
|
|
844
|
+
summarizeOnEnd?: boolean;
|
|
845
|
+
/** Body param: Title of the meeting */
|
|
846
|
+
title?: string | null;
|
|
847
|
+
}
|
|
848
|
+
export declare const ReplaceMeetingByIdMeetingRequest: Schema.Schema<ReplaceMeetingByIdMeetingRequest>;
|
|
849
|
+
export interface ReplaceMeetingByIdMeetingResponse {
|
|
850
|
+
/** Success status of the operation */
|
|
851
|
+
success: boolean;
|
|
852
|
+
/** Data returned by the operation */
|
|
853
|
+
data?: {
|
|
854
|
+
id: string;
|
|
855
|
+
createdAt: string;
|
|
856
|
+
updatedAt: string;
|
|
857
|
+
aiConfig?: {
|
|
858
|
+
summarization?: {
|
|
859
|
+
summaryType?: "general" | "team_meeting" | "sales_call" | "client_check_in" | "interview" | "daily_standup" | "one_on_one_meeting" | "lecture" | "code_review" | null;
|
|
860
|
+
textFormat?: "plain_text" | "markdown" | null;
|
|
861
|
+
wordLimit?: number | null;
|
|
862
|
+
} | null;
|
|
863
|
+
transcription?: {
|
|
864
|
+
keywords?: string[] | null;
|
|
865
|
+
language?: "en-US" | "en-IN" | "de" | "hi" | "sv" | "ru" | "pl" | "el" | "fr" | "nl" | null;
|
|
866
|
+
profanityFilter?: boolean | null;
|
|
867
|
+
} | null;
|
|
868
|
+
} | null;
|
|
869
|
+
liveStreamOnStart?: boolean | null;
|
|
870
|
+
persistChat?: boolean | null;
|
|
871
|
+
recordOnStart?: boolean | null;
|
|
872
|
+
recordingConfig?: {
|
|
873
|
+
audioConfig?: {
|
|
874
|
+
channel?: "mono" | "stereo" | null;
|
|
875
|
+
codec?: "MP3" | "AAC" | null;
|
|
876
|
+
exportFile?: boolean | null;
|
|
877
|
+
} | null;
|
|
878
|
+
fileNamePrefix?: string | null;
|
|
879
|
+
liveStreamingConfig?: {
|
|
880
|
+
rtmpUrl?: string | null;
|
|
881
|
+
} | null;
|
|
882
|
+
maxSeconds?: number | null;
|
|
883
|
+
realtimekitBucketConfig?: {
|
|
884
|
+
enabled: boolean;
|
|
885
|
+
} | null;
|
|
886
|
+
storageConfig?: {
|
|
887
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
888
|
+
accessKey?: string | null;
|
|
889
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
890
|
+
bucket?: string | null;
|
|
891
|
+
host?: string | null;
|
|
892
|
+
password?: string | null;
|
|
893
|
+
path?: string | null;
|
|
894
|
+
port?: number | null;
|
|
895
|
+
privateKey?: string | null;
|
|
896
|
+
region?: string | null;
|
|
897
|
+
secret?: string | null;
|
|
898
|
+
username?: string | null;
|
|
899
|
+
} | null;
|
|
900
|
+
videoConfig?: {
|
|
901
|
+
codec?: "H264" | "VP8" | null;
|
|
902
|
+
exportFile?: boolean | null;
|
|
903
|
+
height?: number | null;
|
|
904
|
+
watermark?: {
|
|
905
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom" | null;
|
|
906
|
+
size?: {
|
|
907
|
+
height?: number | null;
|
|
908
|
+
width?: number | null;
|
|
909
|
+
} | null;
|
|
910
|
+
url?: string | null;
|
|
911
|
+
} | null;
|
|
912
|
+
width?: number | null;
|
|
913
|
+
} | null;
|
|
914
|
+
} | null;
|
|
915
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
916
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
917
|
+
summarizeOnEnd?: boolean | null;
|
|
918
|
+
title?: string | null;
|
|
919
|
+
} | null;
|
|
920
|
+
}
|
|
921
|
+
export declare const ReplaceMeetingByIdMeetingResponse: Schema.Schema<ReplaceMeetingByIdMeetingResponse>;
|
|
922
|
+
export type ReplaceMeetingByIdMeetingError = DefaultErrors;
|
|
923
|
+
export declare const replaceMeetingByIdMeeting: API.OperationMethod<ReplaceMeetingByIdMeetingRequest, ReplaceMeetingByIdMeetingResponse, ReplaceMeetingByIdMeetingError, Credentials | HttpClient.HttpClient>;
|
|
924
|
+
export interface GetMeetingParticipantMeetingRequest {
|
|
925
|
+
appId: string;
|
|
926
|
+
meetingId: string;
|
|
927
|
+
participantId: string;
|
|
928
|
+
/** The account identifier tag. */
|
|
929
|
+
accountId: string;
|
|
930
|
+
}
|
|
931
|
+
export declare const GetMeetingParticipantMeetingRequest: Schema.Schema<GetMeetingParticipantMeetingRequest>;
|
|
932
|
+
export interface GetMeetingParticipantMeetingResponse {
|
|
933
|
+
/** Data returned by the operation */
|
|
934
|
+
data: {
|
|
935
|
+
id: string;
|
|
936
|
+
createdAt: string;
|
|
937
|
+
customParticipantId: string;
|
|
938
|
+
presetName: string;
|
|
939
|
+
updatedAt: string;
|
|
940
|
+
name?: string | null;
|
|
941
|
+
picture?: string | null;
|
|
942
|
+
};
|
|
943
|
+
/** Success status of the operation */
|
|
944
|
+
success: boolean;
|
|
945
|
+
}
|
|
946
|
+
export declare const GetMeetingParticipantMeetingResponse: Schema.Schema<GetMeetingParticipantMeetingResponse>;
|
|
947
|
+
export type GetMeetingParticipantMeetingError = DefaultErrors;
|
|
948
|
+
export declare const getMeetingParticipantMeeting: API.OperationMethod<GetMeetingParticipantMeetingRequest, GetMeetingParticipantMeetingResponse, GetMeetingParticipantMeetingError, Credentials | HttpClient.HttpClient>;
|
|
949
|
+
export interface DeleteMeetingParticipantMeetingRequest {
|
|
950
|
+
appId: string;
|
|
951
|
+
meetingId: string;
|
|
952
|
+
participantId: string;
|
|
953
|
+
/** The account identifier tag. */
|
|
954
|
+
accountId: string;
|
|
955
|
+
}
|
|
956
|
+
export declare const DeleteMeetingParticipantMeetingRequest: Schema.Schema<DeleteMeetingParticipantMeetingRequest>;
|
|
957
|
+
export interface DeleteMeetingParticipantMeetingResponse {
|
|
958
|
+
/** Success status of the operation */
|
|
959
|
+
success: boolean;
|
|
960
|
+
/** Data returned by the operation */
|
|
961
|
+
data?: {
|
|
962
|
+
createdAt: string;
|
|
963
|
+
customParticipantId: string;
|
|
964
|
+
presetId: string;
|
|
965
|
+
updatedAt: string;
|
|
966
|
+
} | null;
|
|
967
|
+
}
|
|
968
|
+
export declare const DeleteMeetingParticipantMeetingResponse: Schema.Schema<DeleteMeetingParticipantMeetingResponse>;
|
|
969
|
+
export type DeleteMeetingParticipantMeetingError = DefaultErrors;
|
|
970
|
+
export declare const deleteMeetingParticipantMeeting: API.OperationMethod<DeleteMeetingParticipantMeetingRequest, DeleteMeetingParticipantMeetingResponse, DeleteMeetingParticipantMeetingError, Credentials | HttpClient.HttpClient>;
|
|
971
|
+
export interface GetMeetingParticipantsMeetingRequest {
|
|
972
|
+
appId: string;
|
|
973
|
+
meetingId: string;
|
|
974
|
+
/** Path param: The account identifier tag. */
|
|
975
|
+
accountId: string;
|
|
976
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
977
|
+
pageNo?: number;
|
|
978
|
+
/** Query param: Number of results per page */
|
|
979
|
+
perPage?: number;
|
|
980
|
+
}
|
|
981
|
+
export declare const GetMeetingParticipantsMeetingRequest: Schema.Schema<GetMeetingParticipantsMeetingRequest>;
|
|
982
|
+
export interface GetMeetingParticipantsMeetingResponse {
|
|
983
|
+
data: {
|
|
984
|
+
id: string;
|
|
985
|
+
createdAt: string;
|
|
986
|
+
customParticipantId: string;
|
|
987
|
+
presetName: string;
|
|
988
|
+
updatedAt: string;
|
|
989
|
+
name?: string | null;
|
|
990
|
+
picture?: string | null;
|
|
991
|
+
}[];
|
|
992
|
+
paging: {
|
|
993
|
+
endOffset: number;
|
|
994
|
+
startOffset: number;
|
|
995
|
+
totalCount: number;
|
|
996
|
+
};
|
|
997
|
+
success: boolean;
|
|
998
|
+
}
|
|
999
|
+
export declare const GetMeetingParticipantsMeetingResponse: Schema.Schema<GetMeetingParticipantsMeetingResponse>;
|
|
1000
|
+
export type GetMeetingParticipantsMeetingError = DefaultErrors;
|
|
1001
|
+
export declare const getMeetingParticipantsMeeting: API.OperationMethod<GetMeetingParticipantsMeetingRequest, GetMeetingParticipantsMeetingResponse, GetMeetingParticipantsMeetingError, Credentials | HttpClient.HttpClient>;
|
|
1002
|
+
export interface GetOneRecordingRecordingRequest {
|
|
1003
|
+
appId: string;
|
|
1004
|
+
recordingId: string;
|
|
1005
|
+
/** The account identifier tag. */
|
|
1006
|
+
accountId: string;
|
|
1007
|
+
}
|
|
1008
|
+
export declare const GetOneRecordingRecordingRequest: Schema.Schema<GetOneRecordingRecordingRequest>;
|
|
1009
|
+
export interface GetOneRecordingRecordingResponse {
|
|
1010
|
+
/** Success status of the operation */
|
|
1011
|
+
success: boolean;
|
|
1012
|
+
/** Data returned by the operation */
|
|
1013
|
+
data?: {
|
|
1014
|
+
id: string;
|
|
1015
|
+
audioDownloadUrl: string | null;
|
|
1016
|
+
downloadUrl: string | null;
|
|
1017
|
+
downloadUrlExpiry: string | null;
|
|
1018
|
+
fileSize: number | null;
|
|
1019
|
+
invokedTime: string;
|
|
1020
|
+
outputFileName: string;
|
|
1021
|
+
sessionId: string | null;
|
|
1022
|
+
startedTime: string | null;
|
|
1023
|
+
status: "INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED" | "ERRORED" | "PAUSED";
|
|
1024
|
+
stoppedTime: string | null;
|
|
1025
|
+
recordingDuration?: number | null;
|
|
1026
|
+
startReason?: {
|
|
1027
|
+
caller?: {
|
|
1028
|
+
name?: string | null;
|
|
1029
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
1030
|
+
userId?: string | null;
|
|
1031
|
+
} | null;
|
|
1032
|
+
reason?: "API_CALL" | "RECORD_ON_START" | null;
|
|
1033
|
+
} | null;
|
|
1034
|
+
stopReason?: {
|
|
1035
|
+
caller?: {
|
|
1036
|
+
name?: string | null;
|
|
1037
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
1038
|
+
userId?: string | null;
|
|
1039
|
+
} | null;
|
|
1040
|
+
reason?: "API_CALL" | "INTERNAL_ERROR" | "ALL_PEERS_LEFT" | null;
|
|
1041
|
+
} | null;
|
|
1042
|
+
storageConfig?: {
|
|
1043
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
1044
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
1045
|
+
bucket?: string | null;
|
|
1046
|
+
host?: string | null;
|
|
1047
|
+
password?: string | null;
|
|
1048
|
+
path?: string | null;
|
|
1049
|
+
port?: number | null;
|
|
1050
|
+
privateKey?: string | null;
|
|
1051
|
+
region?: string | null;
|
|
1052
|
+
secret?: string | null;
|
|
1053
|
+
username?: string | null;
|
|
1054
|
+
} | null;
|
|
1055
|
+
} | null;
|
|
1056
|
+
}
|
|
1057
|
+
export declare const GetOneRecordingRecordingResponse: Schema.Schema<GetOneRecordingRecordingResponse>;
|
|
1058
|
+
export type GetOneRecordingRecordingError = DefaultErrors;
|
|
1059
|
+
export declare const getOneRecordingRecording: API.OperationMethod<GetOneRecordingRecordingRequest, GetOneRecordingRecordingResponse, GetOneRecordingRecordingError, Credentials | HttpClient.HttpClient>;
|
|
1060
|
+
export interface GetOrgAnalyticsAnalyticRequest {
|
|
1061
|
+
appId: string;
|
|
1062
|
+
/** Path param: The account identifier tag. */
|
|
1063
|
+
accountId: string;
|
|
1064
|
+
/** Query param: end date in YYYY-MM-DD format */
|
|
1065
|
+
endDate?: string;
|
|
1066
|
+
/** Query param: start date in YYYY-MM-DD format */
|
|
1067
|
+
startDate?: string;
|
|
1068
|
+
}
|
|
1069
|
+
export declare const GetOrgAnalyticsAnalyticRequest: Schema.Schema<GetOrgAnalyticsAnalyticRequest>;
|
|
1070
|
+
export interface GetOrgAnalyticsAnalyticResponse {
|
|
1071
|
+
data?: {
|
|
1072
|
+
recordingStats?: {
|
|
1073
|
+
dayStats?: {
|
|
1074
|
+
day?: string | null;
|
|
1075
|
+
totalRecordingMinutes?: number | null;
|
|
1076
|
+
totalRecordings?: number | null;
|
|
1077
|
+
}[] | null;
|
|
1078
|
+
recordingCount?: number | null;
|
|
1079
|
+
recordingMinutesConsumed?: number | null;
|
|
1080
|
+
} | null;
|
|
1081
|
+
sessionStats?: {
|
|
1082
|
+
dayStats?: {
|
|
1083
|
+
day?: string | null;
|
|
1084
|
+
totalSessionMinutes?: number | null;
|
|
1085
|
+
totalSessions?: number | null;
|
|
1086
|
+
}[] | null;
|
|
1087
|
+
sessionsCount?: number | null;
|
|
1088
|
+
sessionsMinutesConsumed?: number | null;
|
|
1089
|
+
} | null;
|
|
1090
|
+
} | null;
|
|
1091
|
+
success?: boolean | null;
|
|
1092
|
+
}
|
|
1093
|
+
export declare const GetOrgAnalyticsAnalyticResponse: Schema.Schema<GetOrgAnalyticsAnalyticResponse>;
|
|
1094
|
+
export type GetOrgAnalyticsAnalyticError = DefaultErrors;
|
|
1095
|
+
export declare const getOrgAnalyticsAnalytic: API.OperationMethod<GetOrgAnalyticsAnalyticRequest, GetOrgAnalyticsAnalyticResponse, GetOrgAnalyticsAnalyticError, Credentials | HttpClient.HttpClient>;
|
|
1096
|
+
export interface GetOrgAnalyticsLivestreamRequest {
|
|
1097
|
+
appId: string;
|
|
1098
|
+
/** Path param: The account identifier tag. */
|
|
1099
|
+
accountId: string;
|
|
1100
|
+
/** Query param: end date in YYYY-MM-DD format */
|
|
1101
|
+
endDate?: string;
|
|
1102
|
+
/** Query param: start date in YYYY-MM-DD format */
|
|
1103
|
+
startDate?: string;
|
|
1104
|
+
}
|
|
1105
|
+
export declare const GetOrgAnalyticsLivestreamRequest: Schema.Schema<GetOrgAnalyticsLivestreamRequest>;
|
|
1106
|
+
export interface GetOrgAnalyticsLivestreamResponse {
|
|
1107
|
+
data?: {
|
|
1108
|
+
recordingStats?: {
|
|
1109
|
+
dayStats?: {
|
|
1110
|
+
day?: string | null;
|
|
1111
|
+
totalRecordingMinutes?: number | null;
|
|
1112
|
+
totalRecordings?: number | null;
|
|
1113
|
+
}[] | null;
|
|
1114
|
+
recordingCount?: number | null;
|
|
1115
|
+
recordingMinutesConsumed?: number | null;
|
|
1116
|
+
} | null;
|
|
1117
|
+
sessionStats?: {
|
|
1118
|
+
dayStats?: {
|
|
1119
|
+
day?: string | null;
|
|
1120
|
+
totalSessionMinutes?: number | null;
|
|
1121
|
+
totalSessions?: number | null;
|
|
1122
|
+
}[] | null;
|
|
1123
|
+
sessionsCount?: number | null;
|
|
1124
|
+
sessionsMinutesConsumed?: number | null;
|
|
1125
|
+
} | null;
|
|
1126
|
+
} | null;
|
|
1127
|
+
success?: boolean | null;
|
|
1128
|
+
}
|
|
1129
|
+
export declare const GetOrgAnalyticsLivestreamResponse: Schema.Schema<GetOrgAnalyticsLivestreamResponse>;
|
|
1130
|
+
export type GetOrgAnalyticsLivestreamError = DefaultErrors;
|
|
1131
|
+
export declare const getOrgAnalyticsLivestream: API.OperationMethod<GetOrgAnalyticsLivestreamRequest, GetOrgAnalyticsLivestreamResponse, GetOrgAnalyticsLivestreamError, Credentials | HttpClient.HttpClient>;
|
|
1132
|
+
export interface GetParticipantDataFromPeerIdSessionRequest {
|
|
1133
|
+
appId: string;
|
|
1134
|
+
peerId: string;
|
|
1135
|
+
/** Path param: The account identifier tag. */
|
|
1136
|
+
accountId: string;
|
|
1137
|
+
/** Query param: Comma separated list of filters to apply. Note that there must be no spaces between the filters. */
|
|
1138
|
+
filters?: "device_info" | "ip_information" | "precall_network_information" | "events" | "quality_stats";
|
|
1139
|
+
}
|
|
1140
|
+
export declare const GetParticipantDataFromPeerIdSessionRequest: Schema.Schema<GetParticipantDataFromPeerIdSessionRequest>;
|
|
1141
|
+
export interface GetParticipantDataFromPeerIdSessionResponse {
|
|
1142
|
+
data?: {
|
|
1143
|
+
participant?: {
|
|
1144
|
+
id?: string | null;
|
|
1145
|
+
createdAt?: string | null;
|
|
1146
|
+
customParticipantId?: string | null;
|
|
1147
|
+
displayName?: string | null;
|
|
1148
|
+
duration?: number | null;
|
|
1149
|
+
joinedAt?: string | null;
|
|
1150
|
+
leftAt?: string | null;
|
|
1151
|
+
presetName?: string | null;
|
|
1152
|
+
updatedAt?: string | null;
|
|
1153
|
+
userId?: string | null;
|
|
1154
|
+
} | null;
|
|
1155
|
+
} | null;
|
|
1156
|
+
success?: boolean | null;
|
|
1157
|
+
}
|
|
1158
|
+
export declare const GetParticipantDataFromPeerIdSessionResponse: Schema.Schema<GetParticipantDataFromPeerIdSessionResponse>;
|
|
1159
|
+
export type GetParticipantDataFromPeerIdSessionError = DefaultErrors;
|
|
1160
|
+
export declare const getParticipantDataFromPeerIdSession: API.OperationMethod<GetParticipantDataFromPeerIdSessionRequest, GetParticipantDataFromPeerIdSessionResponse, GetParticipantDataFromPeerIdSessionError, Credentials | HttpClient.HttpClient>;
|
|
1161
|
+
export interface AddParticipantMeetingRequest {
|
|
1162
|
+
appId: string;
|
|
1163
|
+
meetingId: string;
|
|
1164
|
+
/** Path param: The account identifier tag. */
|
|
1165
|
+
accountId: string;
|
|
1166
|
+
/** Body param: A unique participant ID. You must specify a unique ID for the participant, for example, UUID, email address, and so on. */
|
|
1167
|
+
customParticipantId: string;
|
|
1168
|
+
/** Body param: Name of the preset to apply to this participant. */
|
|
1169
|
+
presetName: string;
|
|
1170
|
+
/** Body param: (Optional) Name of the participant. */
|
|
1171
|
+
name?: string | null;
|
|
1172
|
+
/** Body param: (Optional) A URL to a picture to be used for the participant. */
|
|
1173
|
+
picture?: string | null;
|
|
1174
|
+
}
|
|
1175
|
+
export declare const AddParticipantMeetingRequest: Schema.Schema<AddParticipantMeetingRequest>;
|
|
1176
|
+
export interface AddParticipantMeetingResponse {
|
|
1177
|
+
/** Success status of the operation */
|
|
1178
|
+
success: boolean;
|
|
1179
|
+
/** Represents a participant. */
|
|
1180
|
+
data?: {
|
|
1181
|
+
id: string;
|
|
1182
|
+
token: string;
|
|
1183
|
+
createdAt: string;
|
|
1184
|
+
customParticipantId: string;
|
|
1185
|
+
presetName: string;
|
|
1186
|
+
updatedAt: string;
|
|
1187
|
+
name?: string | null;
|
|
1188
|
+
picture?: string | null;
|
|
1189
|
+
} | null;
|
|
1190
|
+
}
|
|
1191
|
+
export declare const AddParticipantMeetingResponse: Schema.Schema<AddParticipantMeetingResponse>;
|
|
1192
|
+
export type AddParticipantMeetingError = DefaultErrors;
|
|
1193
|
+
export declare const addParticipantMeeting: API.OperationMethod<AddParticipantMeetingRequest, AddParticipantMeetingResponse, AddParticipantMeetingError, Credentials | HttpClient.HttpClient>;
|
|
1194
|
+
export interface EditParticipantMeetingRequest {
|
|
1195
|
+
appId: string;
|
|
1196
|
+
meetingId: string;
|
|
1197
|
+
participantId: string;
|
|
1198
|
+
/** Path param: The account identifier tag. */
|
|
1199
|
+
accountId: string;
|
|
1200
|
+
/** Body param: (Optional) Name of the participant. */
|
|
1201
|
+
name?: string | null;
|
|
1202
|
+
/** Body param: (Optional) A URL to a picture to be used for the participant. */
|
|
1203
|
+
picture?: string | null;
|
|
1204
|
+
/** Body param: (Optional) Name of the preset to apply to this participant. */
|
|
1205
|
+
presetName?: string | null;
|
|
1206
|
+
}
|
|
1207
|
+
export declare const EditParticipantMeetingRequest: Schema.Schema<EditParticipantMeetingRequest>;
|
|
1208
|
+
export interface EditParticipantMeetingResponse {
|
|
1209
|
+
/** Success status of the operation */
|
|
1210
|
+
success: boolean;
|
|
1211
|
+
/** Represents a participant. */
|
|
1212
|
+
data?: {
|
|
1213
|
+
id: string;
|
|
1214
|
+
token: string;
|
|
1215
|
+
createdAt: string;
|
|
1216
|
+
customParticipantId: string;
|
|
1217
|
+
presetName: string;
|
|
1218
|
+
updatedAt: string;
|
|
1219
|
+
name?: string | null;
|
|
1220
|
+
picture?: string | null;
|
|
1221
|
+
} | null;
|
|
1222
|
+
}
|
|
1223
|
+
export declare const EditParticipantMeetingResponse: Schema.Schema<EditParticipantMeetingResponse>;
|
|
1224
|
+
export type EditParticipantMeetingError = DefaultErrors;
|
|
1225
|
+
export declare const editParticipantMeeting: API.OperationMethod<EditParticipantMeetingRequest, EditParticipantMeetingResponse, EditParticipantMeetingError, Credentials | HttpClient.HttpClient>;
|
|
1226
|
+
export interface KickParticipantsActiveSessionRequest {
|
|
1227
|
+
appId: string;
|
|
1228
|
+
meetingId: string;
|
|
1229
|
+
/** Path param: The account identifier tag. */
|
|
1230
|
+
accountId: string;
|
|
1231
|
+
/** Body param: */
|
|
1232
|
+
customParticipantIds: string[];
|
|
1233
|
+
/** Body param: */
|
|
1234
|
+
participantIds: string[];
|
|
1235
|
+
}
|
|
1236
|
+
export declare const KickParticipantsActiveSessionRequest: Schema.Schema<KickParticipantsActiveSessionRequest>;
|
|
1237
|
+
export interface KickParticipantsActiveSessionResponse {
|
|
1238
|
+
data?: {
|
|
1239
|
+
action?: string | null;
|
|
1240
|
+
participants?: {
|
|
1241
|
+
id: string;
|
|
1242
|
+
createdAt: string;
|
|
1243
|
+
updatedAt: string;
|
|
1244
|
+
email?: string | null;
|
|
1245
|
+
name?: string | null;
|
|
1246
|
+
picture?: string | null;
|
|
1247
|
+
}[] | null;
|
|
1248
|
+
} | null;
|
|
1249
|
+
success?: boolean | null;
|
|
1250
|
+
}
|
|
1251
|
+
export declare const KickParticipantsActiveSessionResponse: Schema.Schema<KickParticipantsActiveSessionResponse>;
|
|
1252
|
+
export type KickParticipantsActiveSessionError = DefaultErrors;
|
|
1253
|
+
export declare const kickParticipantsActiveSession: API.OperationMethod<KickParticipantsActiveSessionRequest, KickParticipantsActiveSessionResponse, KickParticipantsActiveSessionError, Credentials | HttpClient.HttpClient>;
|
|
1254
|
+
export interface RefreshParticipantTokenMeetingRequest {
|
|
1255
|
+
appId: string;
|
|
1256
|
+
meetingId: string;
|
|
1257
|
+
participantId: string;
|
|
1258
|
+
/** The account identifier tag. */
|
|
1259
|
+
accountId: string;
|
|
1260
|
+
}
|
|
1261
|
+
export declare const RefreshParticipantTokenMeetingRequest: Schema.Schema<RefreshParticipantTokenMeetingRequest>;
|
|
1262
|
+
export interface RefreshParticipantTokenMeetingResponse {
|
|
1263
|
+
/** Data returned by the operation */
|
|
1264
|
+
data: {
|
|
1265
|
+
token: string;
|
|
1266
|
+
};
|
|
1267
|
+
/** Success status of the operation */
|
|
1268
|
+
success: boolean;
|
|
1269
|
+
}
|
|
1270
|
+
export declare const RefreshParticipantTokenMeetingResponse: Schema.Schema<RefreshParticipantTokenMeetingResponse>;
|
|
1271
|
+
export type RefreshParticipantTokenMeetingError = DefaultErrors;
|
|
1272
|
+
export declare const refreshParticipantTokenMeeting: API.OperationMethod<RefreshParticipantTokenMeetingRequest, RefreshParticipantTokenMeetingResponse, RefreshParticipantTokenMeetingError, Credentials | HttpClient.HttpClient>;
|
|
1273
|
+
export interface CreatePollActiveSessionRequest {
|
|
1274
|
+
appId: string;
|
|
1275
|
+
meetingId: string;
|
|
1276
|
+
/** Path param: The account identifier tag. */
|
|
1277
|
+
accountId: string;
|
|
1278
|
+
/** Body param: Different options for the question */
|
|
1279
|
+
options: string[];
|
|
1280
|
+
/** Body param: Question of the poll */
|
|
1281
|
+
question: string;
|
|
1282
|
+
/** Body param: if voters on a poll are anonymous */
|
|
1283
|
+
anonymous?: boolean;
|
|
1284
|
+
/** Body param: if votes on an option are visible before a person votes */
|
|
1285
|
+
hideVotes?: boolean;
|
|
1286
|
+
}
|
|
1287
|
+
export declare const CreatePollActiveSessionRequest: Schema.Schema<CreatePollActiveSessionRequest>;
|
|
1288
|
+
export interface CreatePollActiveSessionResponse {
|
|
1289
|
+
data?: {
|
|
1290
|
+
action?: string | null;
|
|
1291
|
+
poll?: {
|
|
1292
|
+
id: string;
|
|
1293
|
+
options: {
|
|
1294
|
+
count: number;
|
|
1295
|
+
text: string;
|
|
1296
|
+
votes: {
|
|
1297
|
+
id: string;
|
|
1298
|
+
name: string;
|
|
1299
|
+
}[];
|
|
1300
|
+
}[];
|
|
1301
|
+
question: string;
|
|
1302
|
+
anonymous?: boolean | null;
|
|
1303
|
+
createdBy?: string | null;
|
|
1304
|
+
hideVotes?: boolean | null;
|
|
1305
|
+
voted?: string[] | null;
|
|
1306
|
+
} | null;
|
|
1307
|
+
} | null;
|
|
1308
|
+
success?: boolean | null;
|
|
1309
|
+
}
|
|
1310
|
+
export declare const CreatePollActiveSessionResponse: Schema.Schema<CreatePollActiveSessionResponse>;
|
|
1311
|
+
export type CreatePollActiveSessionError = DefaultErrors;
|
|
1312
|
+
export declare const createPollActiveSession: API.OperationMethod<CreatePollActiveSessionRequest, CreatePollActiveSessionResponse, CreatePollActiveSessionError, Credentials | HttpClient.HttpClient>;
|
|
1313
|
+
export interface GetPresetRequest {
|
|
1314
|
+
appId: string;
|
|
1315
|
+
/** Path param: The account identifier tag. */
|
|
1316
|
+
accountId: string;
|
|
1317
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
1318
|
+
pageNo?: number;
|
|
1319
|
+
/** Query param: Number of results per page */
|
|
1320
|
+
perPage?: number;
|
|
1321
|
+
}
|
|
1322
|
+
export declare const GetPresetRequest: Schema.Schema<GetPresetRequest>;
|
|
1323
|
+
export interface GetPresetResponse {
|
|
1324
|
+
data: {
|
|
1325
|
+
id?: string | null;
|
|
1326
|
+
createdAt?: string | null;
|
|
1327
|
+
name?: string | null;
|
|
1328
|
+
updatedAt?: string | null;
|
|
1329
|
+
}[];
|
|
1330
|
+
paging: {
|
|
1331
|
+
endOffset: number;
|
|
1332
|
+
startOffset: number;
|
|
1333
|
+
totalCount: number;
|
|
1334
|
+
};
|
|
1335
|
+
success: boolean;
|
|
1336
|
+
}
|
|
1337
|
+
export declare const GetPresetResponse: Schema.Schema<GetPresetResponse>;
|
|
1338
|
+
export type GetPresetError = DefaultErrors;
|
|
1339
|
+
export declare const getPreset: API.OperationMethod<GetPresetRequest, GetPresetResponse, GetPresetError, Credentials | HttpClient.HttpClient>;
|
|
1340
|
+
export interface CreatePresetRequest {
|
|
1341
|
+
appId: string;
|
|
1342
|
+
/** Path param: The account identifier tag. */
|
|
1343
|
+
accountId: string;
|
|
1344
|
+
/** Body param: */
|
|
1345
|
+
config: {
|
|
1346
|
+
maxScreenshareCount: number;
|
|
1347
|
+
maxVideoStreams: {
|
|
1348
|
+
desktop?: number;
|
|
1349
|
+
mobile?: number;
|
|
1350
|
+
};
|
|
1351
|
+
media: {
|
|
1352
|
+
screenshare?: {
|
|
1353
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1354
|
+
};
|
|
1355
|
+
video?: {
|
|
1356
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
viewType: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1360
|
+
};
|
|
1361
|
+
/** Body param: Name of the preset */
|
|
1362
|
+
name: string;
|
|
1363
|
+
/** Body param: */
|
|
1364
|
+
ui: {
|
|
1365
|
+
designTokens: {
|
|
1366
|
+
borderRadius?: "rounded";
|
|
1367
|
+
borderWidth?: "thin";
|
|
1368
|
+
colors?: {
|
|
1369
|
+
background?: {
|
|
1370
|
+
"1000"?: string;
|
|
1371
|
+
"600"?: string;
|
|
1372
|
+
"700"?: string;
|
|
1373
|
+
"800"?: string;
|
|
1374
|
+
"900"?: string;
|
|
1375
|
+
};
|
|
1376
|
+
brand?: {
|
|
1377
|
+
"300"?: string;
|
|
1378
|
+
"400"?: string;
|
|
1379
|
+
"500"?: string;
|
|
1380
|
+
"600"?: string;
|
|
1381
|
+
"700"?: string;
|
|
1382
|
+
};
|
|
1383
|
+
danger?: string;
|
|
1384
|
+
success?: string;
|
|
1385
|
+
text?: string;
|
|
1386
|
+
textOnBrand?: string;
|
|
1387
|
+
videoBg?: string;
|
|
1388
|
+
warning?: string;
|
|
1389
|
+
};
|
|
1390
|
+
logo?: string;
|
|
1391
|
+
spacingBase?: number;
|
|
1392
|
+
theme?: "dark";
|
|
1393
|
+
};
|
|
1394
|
+
configDiff?: unknown;
|
|
1395
|
+
};
|
|
1396
|
+
/** Body param: */
|
|
1397
|
+
permissions?: {
|
|
1398
|
+
acceptWaitingRequests: boolean;
|
|
1399
|
+
canAcceptProductionRequests: boolean;
|
|
1400
|
+
canChangeParticipantPermissions: boolean;
|
|
1401
|
+
canEditDisplayName: boolean;
|
|
1402
|
+
canLivestream: boolean;
|
|
1403
|
+
canRecord: boolean;
|
|
1404
|
+
canSpotlight: boolean;
|
|
1405
|
+
chat: {
|
|
1406
|
+
private?: {
|
|
1407
|
+
canReceive?: boolean;
|
|
1408
|
+
canSend?: boolean;
|
|
1409
|
+
files?: boolean;
|
|
1410
|
+
text?: boolean;
|
|
1411
|
+
};
|
|
1412
|
+
public?: {
|
|
1413
|
+
canSend?: boolean;
|
|
1414
|
+
files?: boolean;
|
|
1415
|
+
text?: boolean;
|
|
1416
|
+
};
|
|
1417
|
+
};
|
|
1418
|
+
connectedMeetings: {
|
|
1419
|
+
canAlterConnectedMeetings?: boolean;
|
|
1420
|
+
canSwitchConnectedMeetings?: boolean;
|
|
1421
|
+
canSwitchToParentMeeting?: boolean;
|
|
1422
|
+
};
|
|
1423
|
+
disableParticipantAudio: boolean;
|
|
1424
|
+
disableParticipantScreensharing: boolean;
|
|
1425
|
+
disableParticipantVideo: boolean;
|
|
1426
|
+
hiddenParticipant: boolean;
|
|
1427
|
+
kickParticipant: boolean;
|
|
1428
|
+
media: {
|
|
1429
|
+
audio?: {
|
|
1430
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1431
|
+
};
|
|
1432
|
+
screenshare?: {
|
|
1433
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1434
|
+
};
|
|
1435
|
+
video?: {
|
|
1436
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1439
|
+
pinParticipant: boolean;
|
|
1440
|
+
plugins: {
|
|
1441
|
+
canClose?: boolean;
|
|
1442
|
+
canEditConfig?: boolean;
|
|
1443
|
+
canStart?: boolean;
|
|
1444
|
+
config?: string | {
|
|
1445
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY";
|
|
1446
|
+
handlesViewOnly?: boolean;
|
|
1447
|
+
};
|
|
1448
|
+
};
|
|
1449
|
+
polls: {
|
|
1450
|
+
canCreate?: boolean;
|
|
1451
|
+
canView?: boolean;
|
|
1452
|
+
canVote?: boolean;
|
|
1453
|
+
};
|
|
1454
|
+
recorderType: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
1455
|
+
showParticipantList: boolean;
|
|
1456
|
+
waitingRoomType: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
1457
|
+
isRecorder?: boolean;
|
|
1458
|
+
};
|
|
1459
|
+
}
|
|
1460
|
+
export declare const CreatePresetRequest: Schema.Schema<CreatePresetRequest>;
|
|
1461
|
+
export interface CreatePresetResponse {
|
|
1462
|
+
/** Data returned by the operation */
|
|
1463
|
+
data: {
|
|
1464
|
+
id: string;
|
|
1465
|
+
config: {
|
|
1466
|
+
maxScreenshareCount: number;
|
|
1467
|
+
maxVideoStreams: {
|
|
1468
|
+
desktop?: number | null;
|
|
1469
|
+
mobile?: number | null;
|
|
1470
|
+
};
|
|
1471
|
+
media: {
|
|
1472
|
+
screenshare?: {
|
|
1473
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1474
|
+
} | null;
|
|
1475
|
+
video?: {
|
|
1476
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1477
|
+
} | null;
|
|
1478
|
+
};
|
|
1479
|
+
viewType: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1480
|
+
};
|
|
1481
|
+
name: string;
|
|
1482
|
+
ui: {
|
|
1483
|
+
designTokens: {
|
|
1484
|
+
borderRadius?: "rounded" | null;
|
|
1485
|
+
borderWidth?: "thin" | null;
|
|
1486
|
+
colors?: {
|
|
1487
|
+
background?: {
|
|
1488
|
+
"1000"?: string | null;
|
|
1489
|
+
"600"?: string | null;
|
|
1490
|
+
"700"?: string | null;
|
|
1491
|
+
"800"?: string | null;
|
|
1492
|
+
"900"?: string | null;
|
|
1493
|
+
} | null;
|
|
1494
|
+
brand?: {
|
|
1495
|
+
"300"?: string | null;
|
|
1496
|
+
"400"?: string | null;
|
|
1497
|
+
"500"?: string | null;
|
|
1498
|
+
"600"?: string | null;
|
|
1499
|
+
"700"?: string | null;
|
|
1500
|
+
} | null;
|
|
1501
|
+
danger?: string | null;
|
|
1502
|
+
success?: string | null;
|
|
1503
|
+
text?: string | null;
|
|
1504
|
+
textOnBrand?: string | null;
|
|
1505
|
+
videoBg?: string | null;
|
|
1506
|
+
warning?: string | null;
|
|
1507
|
+
} | null;
|
|
1508
|
+
logo?: string | null;
|
|
1509
|
+
spacingBase?: number | null;
|
|
1510
|
+
theme?: "dark" | null;
|
|
1511
|
+
};
|
|
1512
|
+
configDiff?: unknown | null;
|
|
1513
|
+
};
|
|
1514
|
+
permissions?: {
|
|
1515
|
+
acceptWaitingRequests: boolean;
|
|
1516
|
+
canAcceptProductionRequests: boolean;
|
|
1517
|
+
canChangeParticipantPermissions: boolean;
|
|
1518
|
+
canEditDisplayName: boolean;
|
|
1519
|
+
canLivestream: boolean;
|
|
1520
|
+
canRecord: boolean;
|
|
1521
|
+
canSpotlight: boolean;
|
|
1522
|
+
chat: {
|
|
1523
|
+
private?: {
|
|
1524
|
+
canReceive?: boolean | null;
|
|
1525
|
+
canSend?: boolean | null;
|
|
1526
|
+
files?: boolean | null;
|
|
1527
|
+
text?: boolean | null;
|
|
1528
|
+
} | null;
|
|
1529
|
+
public?: {
|
|
1530
|
+
canSend?: boolean | null;
|
|
1531
|
+
files?: boolean | null;
|
|
1532
|
+
text?: boolean | null;
|
|
1533
|
+
} | null;
|
|
1534
|
+
};
|
|
1535
|
+
connectedMeetings: {
|
|
1536
|
+
canAlterConnectedMeetings?: boolean | null;
|
|
1537
|
+
canSwitchConnectedMeetings?: boolean | null;
|
|
1538
|
+
canSwitchToParentMeeting?: boolean | null;
|
|
1539
|
+
};
|
|
1540
|
+
disableParticipantAudio: boolean;
|
|
1541
|
+
disableParticipantScreensharing: boolean;
|
|
1542
|
+
disableParticipantVideo: boolean;
|
|
1543
|
+
hiddenParticipant: boolean;
|
|
1544
|
+
kickParticipant: boolean;
|
|
1545
|
+
media: {
|
|
1546
|
+
audio?: {
|
|
1547
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1548
|
+
} | null;
|
|
1549
|
+
screenshare?: {
|
|
1550
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1551
|
+
} | null;
|
|
1552
|
+
video?: {
|
|
1553
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1554
|
+
} | null;
|
|
1555
|
+
};
|
|
1556
|
+
pinParticipant: boolean;
|
|
1557
|
+
plugins: {
|
|
1558
|
+
canClose?: boolean | null;
|
|
1559
|
+
canEditConfig?: boolean | null;
|
|
1560
|
+
canStart?: boolean | null;
|
|
1561
|
+
config?: string | {
|
|
1562
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY" | null;
|
|
1563
|
+
handlesViewOnly?: boolean | null;
|
|
1564
|
+
} | null;
|
|
1565
|
+
};
|
|
1566
|
+
polls: {
|
|
1567
|
+
canCreate?: boolean | null;
|
|
1568
|
+
canView?: boolean | null;
|
|
1569
|
+
canVote?: boolean | null;
|
|
1570
|
+
};
|
|
1571
|
+
recorderType: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
1572
|
+
showParticipantList: boolean;
|
|
1573
|
+
waitingRoomType: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
1574
|
+
isRecorder?: boolean | null;
|
|
1575
|
+
} | null;
|
|
1576
|
+
};
|
|
1577
|
+
/** Success status of the operation */
|
|
1578
|
+
success: boolean;
|
|
1579
|
+
}
|
|
1580
|
+
export declare const CreatePresetResponse: Schema.Schema<CreatePresetResponse>;
|
|
1581
|
+
export type CreatePresetError = DefaultErrors;
|
|
1582
|
+
export declare const createPreset: API.OperationMethod<CreatePresetRequest, CreatePresetResponse, CreatePresetError, Credentials | HttpClient.HttpClient>;
|
|
1583
|
+
export interface PatchPresetRequest {
|
|
1584
|
+
appId: string;
|
|
1585
|
+
presetId: string;
|
|
1586
|
+
/** Path param: The account identifier tag. */
|
|
1587
|
+
accountId: string;
|
|
1588
|
+
/** Body param: */
|
|
1589
|
+
config?: {
|
|
1590
|
+
maxScreenshareCount?: number;
|
|
1591
|
+
maxVideoStreams?: {
|
|
1592
|
+
desktop?: number;
|
|
1593
|
+
mobile?: number;
|
|
1594
|
+
};
|
|
1595
|
+
media?: {
|
|
1596
|
+
screenshare?: {
|
|
1597
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1598
|
+
};
|
|
1599
|
+
video?: {
|
|
1600
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1601
|
+
};
|
|
1602
|
+
};
|
|
1603
|
+
viewType?: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1604
|
+
};
|
|
1605
|
+
/** Body param: Name of the preset */
|
|
1606
|
+
name?: string;
|
|
1607
|
+
/** Body param: */
|
|
1608
|
+
permissions?: {
|
|
1609
|
+
acceptWaitingRequests?: boolean;
|
|
1610
|
+
canAcceptProductionRequests?: boolean;
|
|
1611
|
+
canChangeParticipantPermissions?: boolean;
|
|
1612
|
+
canEditDisplayName?: boolean;
|
|
1613
|
+
canLivestream?: boolean;
|
|
1614
|
+
canRecord?: boolean;
|
|
1615
|
+
canSpotlight?: boolean;
|
|
1616
|
+
chat?: {
|
|
1617
|
+
private?: {
|
|
1618
|
+
canReceive?: boolean;
|
|
1619
|
+
canSend?: boolean;
|
|
1620
|
+
files?: boolean;
|
|
1621
|
+
text?: boolean;
|
|
1622
|
+
};
|
|
1623
|
+
public?: {
|
|
1624
|
+
canSend?: boolean;
|
|
1625
|
+
files?: boolean;
|
|
1626
|
+
text?: boolean;
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
connectedMeetings?: {
|
|
1630
|
+
canAlterConnectedMeetings?: boolean;
|
|
1631
|
+
canSwitchConnectedMeetings?: boolean;
|
|
1632
|
+
canSwitchToParentMeeting?: boolean;
|
|
1633
|
+
};
|
|
1634
|
+
disableParticipantAudio?: boolean;
|
|
1635
|
+
disableParticipantScreensharing?: boolean;
|
|
1636
|
+
disableParticipantVideo?: boolean;
|
|
1637
|
+
hiddenParticipant?: boolean;
|
|
1638
|
+
isRecorder?: boolean;
|
|
1639
|
+
kickParticipant?: boolean;
|
|
1640
|
+
media?: {
|
|
1641
|
+
audio?: {
|
|
1642
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1643
|
+
};
|
|
1644
|
+
screenshare?: {
|
|
1645
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1646
|
+
};
|
|
1647
|
+
video?: {
|
|
1648
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST";
|
|
1649
|
+
};
|
|
1650
|
+
};
|
|
1651
|
+
pinParticipant?: boolean;
|
|
1652
|
+
plugins?: {
|
|
1653
|
+
canClose?: boolean;
|
|
1654
|
+
canEditConfig?: boolean;
|
|
1655
|
+
canStart?: boolean;
|
|
1656
|
+
config?: string | {
|
|
1657
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY";
|
|
1658
|
+
handlesViewOnly?: boolean;
|
|
1659
|
+
};
|
|
1660
|
+
};
|
|
1661
|
+
polls?: {
|
|
1662
|
+
canCreate?: boolean;
|
|
1663
|
+
canView?: boolean;
|
|
1664
|
+
canVote?: boolean;
|
|
1665
|
+
};
|
|
1666
|
+
recorderType?: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
1667
|
+
showParticipantList?: boolean;
|
|
1668
|
+
waitingRoomType?: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
1669
|
+
};
|
|
1670
|
+
/** Body param: */
|
|
1671
|
+
ui?: {
|
|
1672
|
+
configDiff?: unknown;
|
|
1673
|
+
designTokens?: {
|
|
1674
|
+
borderRadius?: "rounded";
|
|
1675
|
+
borderWidth?: "thin";
|
|
1676
|
+
colors?: {
|
|
1677
|
+
background?: {
|
|
1678
|
+
"1000"?: string;
|
|
1679
|
+
"600"?: string;
|
|
1680
|
+
"700"?: string;
|
|
1681
|
+
"800"?: string;
|
|
1682
|
+
"900"?: string;
|
|
1683
|
+
};
|
|
1684
|
+
brand?: {
|
|
1685
|
+
"300"?: string;
|
|
1686
|
+
"400"?: string;
|
|
1687
|
+
"500"?: string;
|
|
1688
|
+
"600"?: string;
|
|
1689
|
+
"700"?: string;
|
|
1690
|
+
};
|
|
1691
|
+
danger?: string;
|
|
1692
|
+
success?: string;
|
|
1693
|
+
text?: string;
|
|
1694
|
+
textOnBrand?: string;
|
|
1695
|
+
videoBg?: string;
|
|
1696
|
+
warning?: string;
|
|
1697
|
+
};
|
|
1698
|
+
logo?: string;
|
|
1699
|
+
spacingBase?: number;
|
|
1700
|
+
theme?: "dark";
|
|
1701
|
+
};
|
|
1702
|
+
};
|
|
1703
|
+
}
|
|
1704
|
+
export declare const PatchPresetRequest: Schema.Schema<PatchPresetRequest>;
|
|
1705
|
+
export interface PatchPresetResponse {
|
|
1706
|
+
/** Data returned by the operation */
|
|
1707
|
+
data: {
|
|
1708
|
+
id: string;
|
|
1709
|
+
config: {
|
|
1710
|
+
maxScreenshareCount: number;
|
|
1711
|
+
maxVideoStreams: {
|
|
1712
|
+
desktop?: number | null;
|
|
1713
|
+
mobile?: number | null;
|
|
1714
|
+
};
|
|
1715
|
+
media: {
|
|
1716
|
+
screenshare?: {
|
|
1717
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1718
|
+
} | null;
|
|
1719
|
+
video?: {
|
|
1720
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1721
|
+
} | null;
|
|
1722
|
+
};
|
|
1723
|
+
viewType: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1724
|
+
};
|
|
1725
|
+
name: string;
|
|
1726
|
+
ui: {
|
|
1727
|
+
designTokens: {
|
|
1728
|
+
borderRadius?: "rounded" | null;
|
|
1729
|
+
borderWidth?: "thin" | null;
|
|
1730
|
+
colors?: {
|
|
1731
|
+
background?: {
|
|
1732
|
+
"1000"?: string | null;
|
|
1733
|
+
"600"?: string | null;
|
|
1734
|
+
"700"?: string | null;
|
|
1735
|
+
"800"?: string | null;
|
|
1736
|
+
"900"?: string | null;
|
|
1737
|
+
} | null;
|
|
1738
|
+
brand?: {
|
|
1739
|
+
"300"?: string | null;
|
|
1740
|
+
"400"?: string | null;
|
|
1741
|
+
"500"?: string | null;
|
|
1742
|
+
"600"?: string | null;
|
|
1743
|
+
"700"?: string | null;
|
|
1744
|
+
} | null;
|
|
1745
|
+
danger?: string | null;
|
|
1746
|
+
success?: string | null;
|
|
1747
|
+
text?: string | null;
|
|
1748
|
+
textOnBrand?: string | null;
|
|
1749
|
+
videoBg?: string | null;
|
|
1750
|
+
warning?: string | null;
|
|
1751
|
+
} | null;
|
|
1752
|
+
logo?: string | null;
|
|
1753
|
+
spacingBase?: number | null;
|
|
1754
|
+
theme?: "dark" | null;
|
|
1755
|
+
};
|
|
1756
|
+
configDiff?: unknown | null;
|
|
1757
|
+
};
|
|
1758
|
+
permissions?: {
|
|
1759
|
+
acceptWaitingRequests: boolean;
|
|
1760
|
+
canAcceptProductionRequests: boolean;
|
|
1761
|
+
canChangeParticipantPermissions: boolean;
|
|
1762
|
+
canEditDisplayName: boolean;
|
|
1763
|
+
canLivestream: boolean;
|
|
1764
|
+
canRecord: boolean;
|
|
1765
|
+
canSpotlight: boolean;
|
|
1766
|
+
chat: {
|
|
1767
|
+
private?: {
|
|
1768
|
+
canReceive?: boolean | null;
|
|
1769
|
+
canSend?: boolean | null;
|
|
1770
|
+
files?: boolean | null;
|
|
1771
|
+
text?: boolean | null;
|
|
1772
|
+
} | null;
|
|
1773
|
+
public?: {
|
|
1774
|
+
canSend?: boolean | null;
|
|
1775
|
+
files?: boolean | null;
|
|
1776
|
+
text?: boolean | null;
|
|
1777
|
+
} | null;
|
|
1778
|
+
};
|
|
1779
|
+
connectedMeetings: {
|
|
1780
|
+
canAlterConnectedMeetings?: boolean | null;
|
|
1781
|
+
canSwitchConnectedMeetings?: boolean | null;
|
|
1782
|
+
canSwitchToParentMeeting?: boolean | null;
|
|
1783
|
+
};
|
|
1784
|
+
disableParticipantAudio: boolean;
|
|
1785
|
+
disableParticipantScreensharing: boolean;
|
|
1786
|
+
disableParticipantVideo: boolean;
|
|
1787
|
+
hiddenParticipant: boolean;
|
|
1788
|
+
kickParticipant: boolean;
|
|
1789
|
+
media: {
|
|
1790
|
+
audio?: {
|
|
1791
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1792
|
+
} | null;
|
|
1793
|
+
screenshare?: {
|
|
1794
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1795
|
+
} | null;
|
|
1796
|
+
video?: {
|
|
1797
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1798
|
+
} | null;
|
|
1799
|
+
};
|
|
1800
|
+
pinParticipant: boolean;
|
|
1801
|
+
plugins: {
|
|
1802
|
+
canClose?: boolean | null;
|
|
1803
|
+
canEditConfig?: boolean | null;
|
|
1804
|
+
canStart?: boolean | null;
|
|
1805
|
+
config?: string | {
|
|
1806
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY" | null;
|
|
1807
|
+
handlesViewOnly?: boolean | null;
|
|
1808
|
+
} | null;
|
|
1809
|
+
};
|
|
1810
|
+
polls: {
|
|
1811
|
+
canCreate?: boolean | null;
|
|
1812
|
+
canView?: boolean | null;
|
|
1813
|
+
canVote?: boolean | null;
|
|
1814
|
+
};
|
|
1815
|
+
recorderType: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
1816
|
+
showParticipantList: boolean;
|
|
1817
|
+
waitingRoomType: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
1818
|
+
isRecorder?: boolean | null;
|
|
1819
|
+
} | null;
|
|
1820
|
+
};
|
|
1821
|
+
/** Success status of the operation */
|
|
1822
|
+
success: boolean;
|
|
1823
|
+
}
|
|
1824
|
+
export declare const PatchPresetResponse: Schema.Schema<PatchPresetResponse>;
|
|
1825
|
+
export type PatchPresetError = DefaultErrors;
|
|
1826
|
+
export declare const patchPreset: API.OperationMethod<PatchPresetRequest, PatchPresetResponse, PatchPresetError, Credentials | HttpClient.HttpClient>;
|
|
1827
|
+
export interface DeletePresetRequest {
|
|
1828
|
+
appId: string;
|
|
1829
|
+
presetId: string;
|
|
1830
|
+
/** The account identifier tag. */
|
|
1831
|
+
accountId: string;
|
|
1832
|
+
}
|
|
1833
|
+
export declare const DeletePresetRequest: Schema.Schema<DeletePresetRequest>;
|
|
1834
|
+
export interface DeletePresetResponse {
|
|
1835
|
+
/** Data returned by the operation */
|
|
1836
|
+
data: {
|
|
1837
|
+
id: string;
|
|
1838
|
+
config: {
|
|
1839
|
+
maxScreenshareCount: number;
|
|
1840
|
+
maxVideoStreams: {
|
|
1841
|
+
desktop?: number | null;
|
|
1842
|
+
mobile?: number | null;
|
|
1843
|
+
};
|
|
1844
|
+
media: {
|
|
1845
|
+
screenshare?: {
|
|
1846
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1847
|
+
} | null;
|
|
1848
|
+
video?: {
|
|
1849
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1850
|
+
} | null;
|
|
1851
|
+
};
|
|
1852
|
+
viewType: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1853
|
+
};
|
|
1854
|
+
name: string;
|
|
1855
|
+
ui: {
|
|
1856
|
+
designTokens: {
|
|
1857
|
+
borderRadius?: "rounded" | null;
|
|
1858
|
+
borderWidth?: "thin" | null;
|
|
1859
|
+
colors?: {
|
|
1860
|
+
background?: {
|
|
1861
|
+
"1000"?: string | null;
|
|
1862
|
+
"600"?: string | null;
|
|
1863
|
+
"700"?: string | null;
|
|
1864
|
+
"800"?: string | null;
|
|
1865
|
+
"900"?: string | null;
|
|
1866
|
+
} | null;
|
|
1867
|
+
brand?: {
|
|
1868
|
+
"300"?: string | null;
|
|
1869
|
+
"400"?: string | null;
|
|
1870
|
+
"500"?: string | null;
|
|
1871
|
+
"600"?: string | null;
|
|
1872
|
+
"700"?: string | null;
|
|
1873
|
+
} | null;
|
|
1874
|
+
danger?: string | null;
|
|
1875
|
+
success?: string | null;
|
|
1876
|
+
text?: string | null;
|
|
1877
|
+
textOnBrand?: string | null;
|
|
1878
|
+
videoBg?: string | null;
|
|
1879
|
+
warning?: string | null;
|
|
1880
|
+
} | null;
|
|
1881
|
+
logo?: string | null;
|
|
1882
|
+
spacingBase?: number | null;
|
|
1883
|
+
theme?: "dark" | null;
|
|
1884
|
+
};
|
|
1885
|
+
configDiff?: unknown | null;
|
|
1886
|
+
};
|
|
1887
|
+
permissions?: {
|
|
1888
|
+
acceptWaitingRequests: boolean;
|
|
1889
|
+
canAcceptProductionRequests: boolean;
|
|
1890
|
+
canChangeParticipantPermissions: boolean;
|
|
1891
|
+
canEditDisplayName: boolean;
|
|
1892
|
+
canLivestream: boolean;
|
|
1893
|
+
canRecord: boolean;
|
|
1894
|
+
canSpotlight: boolean;
|
|
1895
|
+
chat: {
|
|
1896
|
+
private?: {
|
|
1897
|
+
canReceive?: boolean | null;
|
|
1898
|
+
canSend?: boolean | null;
|
|
1899
|
+
files?: boolean | null;
|
|
1900
|
+
text?: boolean | null;
|
|
1901
|
+
} | null;
|
|
1902
|
+
public?: {
|
|
1903
|
+
canSend?: boolean | null;
|
|
1904
|
+
files?: boolean | null;
|
|
1905
|
+
text?: boolean | null;
|
|
1906
|
+
} | null;
|
|
1907
|
+
};
|
|
1908
|
+
connectedMeetings: {
|
|
1909
|
+
canAlterConnectedMeetings?: boolean | null;
|
|
1910
|
+
canSwitchConnectedMeetings?: boolean | null;
|
|
1911
|
+
canSwitchToParentMeeting?: boolean | null;
|
|
1912
|
+
};
|
|
1913
|
+
disableParticipantAudio: boolean;
|
|
1914
|
+
disableParticipantScreensharing: boolean;
|
|
1915
|
+
disableParticipantVideo: boolean;
|
|
1916
|
+
hiddenParticipant: boolean;
|
|
1917
|
+
kickParticipant: boolean;
|
|
1918
|
+
media: {
|
|
1919
|
+
audio?: {
|
|
1920
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1921
|
+
} | null;
|
|
1922
|
+
screenshare?: {
|
|
1923
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1924
|
+
} | null;
|
|
1925
|
+
video?: {
|
|
1926
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1927
|
+
} | null;
|
|
1928
|
+
};
|
|
1929
|
+
pinParticipant: boolean;
|
|
1930
|
+
plugins: {
|
|
1931
|
+
canClose?: boolean | null;
|
|
1932
|
+
canEditConfig?: boolean | null;
|
|
1933
|
+
canStart?: boolean | null;
|
|
1934
|
+
config?: string | {
|
|
1935
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY" | null;
|
|
1936
|
+
handlesViewOnly?: boolean | null;
|
|
1937
|
+
} | null;
|
|
1938
|
+
};
|
|
1939
|
+
polls: {
|
|
1940
|
+
canCreate?: boolean | null;
|
|
1941
|
+
canView?: boolean | null;
|
|
1942
|
+
canVote?: boolean | null;
|
|
1943
|
+
};
|
|
1944
|
+
recorderType: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
1945
|
+
showParticipantList: boolean;
|
|
1946
|
+
waitingRoomType: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
1947
|
+
isRecorder?: boolean | null;
|
|
1948
|
+
} | null;
|
|
1949
|
+
};
|
|
1950
|
+
/** Success status of the operation */
|
|
1951
|
+
success: boolean;
|
|
1952
|
+
}
|
|
1953
|
+
export declare const DeletePresetResponse: Schema.Schema<DeletePresetResponse>;
|
|
1954
|
+
export type DeletePresetError = DefaultErrors;
|
|
1955
|
+
export declare const deletePreset: API.OperationMethod<DeletePresetRequest, DeletePresetResponse, DeletePresetError, Credentials | HttpClient.HttpClient>;
|
|
1956
|
+
export interface GetPresetByIdPresetRequest {
|
|
1957
|
+
appId: string;
|
|
1958
|
+
presetId: string;
|
|
1959
|
+
/** The account identifier tag. */
|
|
1960
|
+
accountId: string;
|
|
1961
|
+
}
|
|
1962
|
+
export declare const GetPresetByIdPresetRequest: Schema.Schema<GetPresetByIdPresetRequest>;
|
|
1963
|
+
export interface GetPresetByIdPresetResponse {
|
|
1964
|
+
/** Data returned by the operation */
|
|
1965
|
+
data: {
|
|
1966
|
+
id: string;
|
|
1967
|
+
config: {
|
|
1968
|
+
maxScreenshareCount: number;
|
|
1969
|
+
maxVideoStreams: {
|
|
1970
|
+
desktop?: number | null;
|
|
1971
|
+
mobile?: number | null;
|
|
1972
|
+
};
|
|
1973
|
+
media: {
|
|
1974
|
+
screenshare?: {
|
|
1975
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1976
|
+
} | null;
|
|
1977
|
+
video?: {
|
|
1978
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
1979
|
+
} | null;
|
|
1980
|
+
};
|
|
1981
|
+
viewType: "GROUP_CALL" | "WEBINAR" | "AUDIO_ROOM";
|
|
1982
|
+
};
|
|
1983
|
+
name: string;
|
|
1984
|
+
ui: {
|
|
1985
|
+
designTokens: {
|
|
1986
|
+
borderRadius?: "rounded" | null;
|
|
1987
|
+
borderWidth?: "thin" | null;
|
|
1988
|
+
colors?: {
|
|
1989
|
+
background?: {
|
|
1990
|
+
"1000"?: string | null;
|
|
1991
|
+
"600"?: string | null;
|
|
1992
|
+
"700"?: string | null;
|
|
1993
|
+
"800"?: string | null;
|
|
1994
|
+
"900"?: string | null;
|
|
1995
|
+
} | null;
|
|
1996
|
+
brand?: {
|
|
1997
|
+
"300"?: string | null;
|
|
1998
|
+
"400"?: string | null;
|
|
1999
|
+
"500"?: string | null;
|
|
2000
|
+
"600"?: string | null;
|
|
2001
|
+
"700"?: string | null;
|
|
2002
|
+
} | null;
|
|
2003
|
+
danger?: string | null;
|
|
2004
|
+
success?: string | null;
|
|
2005
|
+
text?: string | null;
|
|
2006
|
+
textOnBrand?: string | null;
|
|
2007
|
+
videoBg?: string | null;
|
|
2008
|
+
warning?: string | null;
|
|
2009
|
+
} | null;
|
|
2010
|
+
logo?: string | null;
|
|
2011
|
+
spacingBase?: number | null;
|
|
2012
|
+
theme?: "dark" | null;
|
|
2013
|
+
};
|
|
2014
|
+
configDiff?: unknown | null;
|
|
2015
|
+
};
|
|
2016
|
+
permissions?: {
|
|
2017
|
+
acceptWaitingRequests: boolean;
|
|
2018
|
+
canAcceptProductionRequests: boolean;
|
|
2019
|
+
canChangeParticipantPermissions: boolean;
|
|
2020
|
+
canEditDisplayName: boolean;
|
|
2021
|
+
canLivestream: boolean;
|
|
2022
|
+
canRecord: boolean;
|
|
2023
|
+
canSpotlight: boolean;
|
|
2024
|
+
chat: {
|
|
2025
|
+
private?: {
|
|
2026
|
+
canReceive?: boolean | null;
|
|
2027
|
+
canSend?: boolean | null;
|
|
2028
|
+
files?: boolean | null;
|
|
2029
|
+
text?: boolean | null;
|
|
2030
|
+
} | null;
|
|
2031
|
+
public?: {
|
|
2032
|
+
canSend?: boolean | null;
|
|
2033
|
+
files?: boolean | null;
|
|
2034
|
+
text?: boolean | null;
|
|
2035
|
+
} | null;
|
|
2036
|
+
};
|
|
2037
|
+
connectedMeetings: {
|
|
2038
|
+
canAlterConnectedMeetings?: boolean | null;
|
|
2039
|
+
canSwitchConnectedMeetings?: boolean | null;
|
|
2040
|
+
canSwitchToParentMeeting?: boolean | null;
|
|
2041
|
+
};
|
|
2042
|
+
disableParticipantAudio: boolean;
|
|
2043
|
+
disableParticipantScreensharing: boolean;
|
|
2044
|
+
disableParticipantVideo: boolean;
|
|
2045
|
+
hiddenParticipant: boolean;
|
|
2046
|
+
kickParticipant: boolean;
|
|
2047
|
+
media: {
|
|
2048
|
+
audio?: {
|
|
2049
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
2050
|
+
} | null;
|
|
2051
|
+
screenshare?: {
|
|
2052
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
2053
|
+
} | null;
|
|
2054
|
+
video?: {
|
|
2055
|
+
canProduce?: "ALLOWED" | "NOT_ALLOWED" | "CAN_REQUEST" | null;
|
|
2056
|
+
} | null;
|
|
2057
|
+
};
|
|
2058
|
+
pinParticipant: boolean;
|
|
2059
|
+
plugins: {
|
|
2060
|
+
canClose?: boolean | null;
|
|
2061
|
+
canEditConfig?: boolean | null;
|
|
2062
|
+
canStart?: boolean | null;
|
|
2063
|
+
config?: string | {
|
|
2064
|
+
accessControl?: "FULL_ACCESS" | "VIEW_ONLY" | null;
|
|
2065
|
+
handlesViewOnly?: boolean | null;
|
|
2066
|
+
} | null;
|
|
2067
|
+
};
|
|
2068
|
+
polls: {
|
|
2069
|
+
canCreate?: boolean | null;
|
|
2070
|
+
canView?: boolean | null;
|
|
2071
|
+
canVote?: boolean | null;
|
|
2072
|
+
};
|
|
2073
|
+
recorderType: "RECORDER" | "LIVESTREAMER" | "NONE";
|
|
2074
|
+
showParticipantList: boolean;
|
|
2075
|
+
waitingRoomType: "SKIP" | "ON_PRIVILEGED_USER_ENTRY" | "SKIP_ON_ACCEPT";
|
|
2076
|
+
isRecorder?: boolean | null;
|
|
2077
|
+
} | null;
|
|
2078
|
+
};
|
|
2079
|
+
/** Success status of the operation */
|
|
2080
|
+
success: boolean;
|
|
2081
|
+
}
|
|
2082
|
+
export declare const GetPresetByIdPresetResponse: Schema.Schema<GetPresetByIdPresetResponse>;
|
|
2083
|
+
export type GetPresetByIdPresetError = DefaultErrors;
|
|
2084
|
+
export declare const getPresetByIdPreset: API.OperationMethod<GetPresetByIdPresetRequest, GetPresetByIdPresetResponse, GetPresetByIdPresetError, Credentials | HttpClient.HttpClient>;
|
|
2085
|
+
export interface GetRecordingsRecordingRequest {
|
|
2086
|
+
appId: string;
|
|
2087
|
+
/** Path param: The account identifier tag. */
|
|
2088
|
+
accountId: string;
|
|
2089
|
+
/** Query param: The end time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
2090
|
+
endTime?: string;
|
|
2091
|
+
/** Query param: If passed, only shows expired/non-expired recordings on RealtimeKit's bucket */
|
|
2092
|
+
expired?: boolean;
|
|
2093
|
+
/** Query param: ID of a meeting. Optional. Will limit results to only this meeting if passed. */
|
|
2094
|
+
meetingId?: string;
|
|
2095
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
2096
|
+
pageNo?: number;
|
|
2097
|
+
/** Query param: Number of results per page */
|
|
2098
|
+
perPage?: number;
|
|
2099
|
+
/** Query param: The search query string. You can search using the meeting ID or title. */
|
|
2100
|
+
search?: string;
|
|
2101
|
+
/** Query param: */
|
|
2102
|
+
sortBy?: "invokedTime";
|
|
2103
|
+
/** Query param: */
|
|
2104
|
+
sortOrder?: "ASC" | "DESC";
|
|
2105
|
+
/** Query param: The start time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
2106
|
+
startTime?: string;
|
|
2107
|
+
/** Query param: Filter by one or more recording status */
|
|
2108
|
+
status?: ("INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED")[];
|
|
2109
|
+
}
|
|
2110
|
+
export declare const GetRecordingsRecordingRequest: Schema.Schema<GetRecordingsRecordingRequest>;
|
|
2111
|
+
export interface GetRecordingsRecordingResponse {
|
|
2112
|
+
data: {
|
|
2113
|
+
id: string;
|
|
2114
|
+
audioDownloadUrl: string | null;
|
|
2115
|
+
downloadUrl: string | null;
|
|
2116
|
+
downloadUrlExpiry: string | null;
|
|
2117
|
+
fileSize: number | null;
|
|
2118
|
+
invokedTime: string;
|
|
2119
|
+
outputFileName: string;
|
|
2120
|
+
sessionId: string | null;
|
|
2121
|
+
startedTime: string | null;
|
|
2122
|
+
status: "INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED" | "ERRORED" | "PAUSED";
|
|
2123
|
+
stoppedTime: string | null;
|
|
2124
|
+
meeting?: {
|
|
2125
|
+
id: string;
|
|
2126
|
+
createdAt: string;
|
|
2127
|
+
updatedAt: string;
|
|
2128
|
+
liveStreamOnStart?: boolean | null;
|
|
2129
|
+
persistChat?: boolean | null;
|
|
2130
|
+
recordOnStart?: boolean | null;
|
|
2131
|
+
sessionKeepAliveTimeInSecs?: number | null;
|
|
2132
|
+
status?: "ACTIVE" | "INACTIVE" | null;
|
|
2133
|
+
summarizeOnEnd?: boolean | null;
|
|
2134
|
+
title?: string | null;
|
|
2135
|
+
} | null;
|
|
2136
|
+
recordingDuration?: number | null;
|
|
2137
|
+
storageConfig?: {
|
|
2138
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
2139
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
2140
|
+
bucket?: string | null;
|
|
2141
|
+
host?: string | null;
|
|
2142
|
+
password?: string | null;
|
|
2143
|
+
path?: string | null;
|
|
2144
|
+
port?: number | null;
|
|
2145
|
+
privateKey?: string | null;
|
|
2146
|
+
region?: string | null;
|
|
2147
|
+
secret?: string | null;
|
|
2148
|
+
username?: string | null;
|
|
2149
|
+
} | null;
|
|
2150
|
+
}[];
|
|
2151
|
+
paging: {
|
|
2152
|
+
endOffset: number;
|
|
2153
|
+
startOffset: number;
|
|
2154
|
+
totalCount: number;
|
|
2155
|
+
};
|
|
2156
|
+
success: boolean;
|
|
2157
|
+
}
|
|
2158
|
+
export declare const GetRecordingsRecordingResponse: Schema.Schema<GetRecordingsRecordingResponse>;
|
|
2159
|
+
export type GetRecordingsRecordingError = DefaultErrors;
|
|
2160
|
+
export declare const getRecordingsRecording: API.OperationMethod<GetRecordingsRecordingRequest, GetRecordingsRecordingResponse, GetRecordingsRecordingError, Credentials | HttpClient.HttpClient>;
|
|
2161
|
+
export interface StartRecordingsRecordingRequest {
|
|
2162
|
+
appId: string;
|
|
2163
|
+
/** Path param: The account identifier tag. */
|
|
2164
|
+
accountId: string;
|
|
2165
|
+
/** Body param: By default, a meeting allows only one recording to run at a time. Enabling the `allow_multiple_recordings` parameter to true allows you to initiate multiple recordings concurrently in the */
|
|
2166
|
+
allowMultipleRecordings?: boolean;
|
|
2167
|
+
/** Body param: Object containing configuration regarding the audio that is being recorded. */
|
|
2168
|
+
audioConfig?: {
|
|
2169
|
+
channel?: "mono" | "stereo";
|
|
2170
|
+
codec?: "MP3" | "AAC";
|
|
2171
|
+
exportFile?: boolean;
|
|
2172
|
+
};
|
|
2173
|
+
/** Body param: Update the recording file name. */
|
|
2174
|
+
fileNamePrefix?: string;
|
|
2175
|
+
/** Body param: Allows you to add timed metadata to your recordings, which are digital markers inserted into a video file to provide contextual information at specific points in the content range. The ID3 */
|
|
2176
|
+
interactiveConfig?: {
|
|
2177
|
+
type?: "ID3";
|
|
2178
|
+
};
|
|
2179
|
+
/** Body param: Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours. */
|
|
2180
|
+
maxSeconds?: number;
|
|
2181
|
+
/** Body param: ID of the meeting to record. */
|
|
2182
|
+
meetingId?: string;
|
|
2183
|
+
/** Body param: */
|
|
2184
|
+
realtimekitBucketConfig?: {
|
|
2185
|
+
enabled: boolean;
|
|
2186
|
+
};
|
|
2187
|
+
/** Body param: */
|
|
2188
|
+
rtmpOutConfig?: {
|
|
2189
|
+
rtmpUrl?: string;
|
|
2190
|
+
};
|
|
2191
|
+
/** Body param: */
|
|
2192
|
+
storageConfig?: {
|
|
2193
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
2194
|
+
accessKey?: string;
|
|
2195
|
+
authMethod?: "KEY" | "PASSWORD";
|
|
2196
|
+
bucket?: string;
|
|
2197
|
+
host?: string;
|
|
2198
|
+
password?: string;
|
|
2199
|
+
path?: string;
|
|
2200
|
+
port?: number;
|
|
2201
|
+
privateKey?: string;
|
|
2202
|
+
region?: string;
|
|
2203
|
+
secret?: string;
|
|
2204
|
+
username?: string;
|
|
2205
|
+
} | null;
|
|
2206
|
+
/** Body param: Pass a custom url to record arbitary screen */
|
|
2207
|
+
url?: string;
|
|
2208
|
+
/** Body param: */
|
|
2209
|
+
videoConfig?: {
|
|
2210
|
+
codec?: "H264" | "VP8";
|
|
2211
|
+
exportFile?: boolean;
|
|
2212
|
+
height?: number;
|
|
2213
|
+
watermark?: {
|
|
2214
|
+
position?: "left top" | "right top" | "left bottom" | "right bottom";
|
|
2215
|
+
size?: {
|
|
2216
|
+
height?: number;
|
|
2217
|
+
width?: number;
|
|
2218
|
+
};
|
|
2219
|
+
url?: string;
|
|
2220
|
+
};
|
|
2221
|
+
width?: number;
|
|
2222
|
+
};
|
|
2223
|
+
}
|
|
2224
|
+
export declare const StartRecordingsRecordingRequest: Schema.Schema<StartRecordingsRecordingRequest>;
|
|
2225
|
+
export interface StartRecordingsRecordingResponse {
|
|
2226
|
+
/** Success status of the operation */
|
|
2227
|
+
success: boolean;
|
|
2228
|
+
/** Data returned by the operation */
|
|
2229
|
+
data?: {
|
|
2230
|
+
id: string;
|
|
2231
|
+
audioDownloadUrl: string | null;
|
|
2232
|
+
downloadUrl: string | null;
|
|
2233
|
+
downloadUrlExpiry: string | null;
|
|
2234
|
+
fileSize: number | null;
|
|
2235
|
+
invokedTime: string;
|
|
2236
|
+
outputFileName: string;
|
|
2237
|
+
sessionId: string | null;
|
|
2238
|
+
startedTime: string | null;
|
|
2239
|
+
status: "INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED" | "ERRORED" | "PAUSED";
|
|
2240
|
+
stoppedTime: string | null;
|
|
2241
|
+
recordingDuration?: number | null;
|
|
2242
|
+
startReason?: {
|
|
2243
|
+
caller?: {
|
|
2244
|
+
name?: string | null;
|
|
2245
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
2246
|
+
userId?: string | null;
|
|
2247
|
+
} | null;
|
|
2248
|
+
reason?: "API_CALL" | "RECORD_ON_START" | null;
|
|
2249
|
+
} | null;
|
|
2250
|
+
stopReason?: {
|
|
2251
|
+
caller?: {
|
|
2252
|
+
name?: string | null;
|
|
2253
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
2254
|
+
userId?: string | null;
|
|
2255
|
+
} | null;
|
|
2256
|
+
reason?: "API_CALL" | "INTERNAL_ERROR" | "ALL_PEERS_LEFT" | null;
|
|
2257
|
+
} | null;
|
|
2258
|
+
storageConfig?: {
|
|
2259
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
2260
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
2261
|
+
bucket?: string | null;
|
|
2262
|
+
host?: string | null;
|
|
2263
|
+
password?: string | null;
|
|
2264
|
+
path?: string | null;
|
|
2265
|
+
port?: number | null;
|
|
2266
|
+
privateKey?: string | null;
|
|
2267
|
+
region?: string | null;
|
|
2268
|
+
secret?: string | null;
|
|
2269
|
+
username?: string | null;
|
|
2270
|
+
} | null;
|
|
2271
|
+
} | null;
|
|
2272
|
+
}
|
|
2273
|
+
export declare const StartRecordingsRecordingResponse: Schema.Schema<StartRecordingsRecordingResponse>;
|
|
2274
|
+
export type StartRecordingsRecordingError = DefaultErrors;
|
|
2275
|
+
export declare const startRecordingsRecording: API.OperationMethod<StartRecordingsRecordingRequest, StartRecordingsRecordingResponse, StartRecordingsRecordingError, Credentials | HttpClient.HttpClient>;
|
|
2276
|
+
export interface PauseResumeStopRecordingRecordingRequest {
|
|
2277
|
+
appId: string;
|
|
2278
|
+
recordingId: string;
|
|
2279
|
+
/** Path param: The account identifier tag. */
|
|
2280
|
+
accountId: string;
|
|
2281
|
+
/** Body param: */
|
|
2282
|
+
action: "stop" | "pause" | "resume";
|
|
2283
|
+
}
|
|
2284
|
+
export declare const PauseResumeStopRecordingRecordingRequest: Schema.Schema<PauseResumeStopRecordingRecordingRequest>;
|
|
2285
|
+
export interface PauseResumeStopRecordingRecordingResponse {
|
|
2286
|
+
/** Success status of the operation */
|
|
2287
|
+
success: boolean;
|
|
2288
|
+
/** Data returned by the operation */
|
|
2289
|
+
data?: {
|
|
2290
|
+
id: string;
|
|
2291
|
+
audioDownloadUrl: string | null;
|
|
2292
|
+
downloadUrl: string | null;
|
|
2293
|
+
downloadUrlExpiry: string | null;
|
|
2294
|
+
fileSize: number | null;
|
|
2295
|
+
invokedTime: string;
|
|
2296
|
+
outputFileName: string;
|
|
2297
|
+
sessionId: string | null;
|
|
2298
|
+
startedTime: string | null;
|
|
2299
|
+
status: "INVOKED" | "RECORDING" | "UPLOADING" | "UPLOADED" | "ERRORED" | "PAUSED";
|
|
2300
|
+
stoppedTime: string | null;
|
|
2301
|
+
recordingDuration?: number | null;
|
|
2302
|
+
startReason?: {
|
|
2303
|
+
caller?: {
|
|
2304
|
+
name?: string | null;
|
|
2305
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
2306
|
+
userId?: string | null;
|
|
2307
|
+
} | null;
|
|
2308
|
+
reason?: "API_CALL" | "RECORD_ON_START" | null;
|
|
2309
|
+
} | null;
|
|
2310
|
+
stopReason?: {
|
|
2311
|
+
caller?: {
|
|
2312
|
+
name?: string | null;
|
|
2313
|
+
type?: "ORGANIZATION" | "USER" | null;
|
|
2314
|
+
userId?: string | null;
|
|
2315
|
+
} | null;
|
|
2316
|
+
reason?: "API_CALL" | "INTERNAL_ERROR" | "ALL_PEERS_LEFT" | null;
|
|
2317
|
+
} | null;
|
|
2318
|
+
storageConfig?: {
|
|
2319
|
+
type: "aws" | "azure" | "digitalocean" | "gcs" | "sftp";
|
|
2320
|
+
authMethod?: "KEY" | "PASSWORD" | null;
|
|
2321
|
+
bucket?: string | null;
|
|
2322
|
+
host?: string | null;
|
|
2323
|
+
password?: string | null;
|
|
2324
|
+
path?: string | null;
|
|
2325
|
+
port?: number | null;
|
|
2326
|
+
privateKey?: string | null;
|
|
2327
|
+
region?: string | null;
|
|
2328
|
+
secret?: string | null;
|
|
2329
|
+
username?: string | null;
|
|
2330
|
+
} | null;
|
|
2331
|
+
} | null;
|
|
2332
|
+
}
|
|
2333
|
+
export declare const PauseResumeStopRecordingRecordingResponse: Schema.Schema<PauseResumeStopRecordingRecordingResponse>;
|
|
2334
|
+
export type PauseResumeStopRecordingRecordingError = DefaultErrors;
|
|
2335
|
+
export declare const pauseResumeStopRecordingRecording: API.OperationMethod<PauseResumeStopRecordingRecordingRequest, PauseResumeStopRecordingRecordingResponse, PauseResumeStopRecordingRecordingError, Credentials | HttpClient.HttpClient>;
|
|
2336
|
+
export interface GetSessionChatSessionRequest {
|
|
2337
|
+
appId: string;
|
|
2338
|
+
sessionId: string;
|
|
2339
|
+
/** The account identifier tag. */
|
|
2340
|
+
accountId: string;
|
|
2341
|
+
}
|
|
2342
|
+
export declare const GetSessionChatSessionRequest: Schema.Schema<GetSessionChatSessionRequest>;
|
|
2343
|
+
export interface GetSessionChatSessionResponse {
|
|
2344
|
+
data?: {
|
|
2345
|
+
chatDownloadUrl: string;
|
|
2346
|
+
chatDownloadUrlExpiry: string;
|
|
2347
|
+
} | null;
|
|
2348
|
+
success?: boolean | null;
|
|
2349
|
+
}
|
|
2350
|
+
export declare const GetSessionChatSessionResponse: Schema.Schema<GetSessionChatSessionResponse>;
|
|
2351
|
+
export type GetSessionChatSessionError = DefaultErrors;
|
|
2352
|
+
export declare const getSessionChatSession: API.OperationMethod<GetSessionChatSessionRequest, GetSessionChatSessionResponse, GetSessionChatSessionError, Credentials | HttpClient.HttpClient>;
|
|
2353
|
+
export interface GetSessionDetailsSessionRequest {
|
|
2354
|
+
appId: string;
|
|
2355
|
+
sessionId: string;
|
|
2356
|
+
/** Path param: The account identifier tag. */
|
|
2357
|
+
accountId: string;
|
|
2358
|
+
/** Query param: List all breakout rooms */
|
|
2359
|
+
includeBreakoutRooms?: boolean;
|
|
2360
|
+
}
|
|
2361
|
+
export declare const GetSessionDetailsSessionRequest: Schema.Schema<GetSessionDetailsSessionRequest>;
|
|
2362
|
+
export interface GetSessionDetailsSessionResponse {
|
|
2363
|
+
data?: {
|
|
2364
|
+
session?: {
|
|
2365
|
+
id: string;
|
|
2366
|
+
associatedId: string;
|
|
2367
|
+
createdAt: string;
|
|
2368
|
+
liveParticipants: number;
|
|
2369
|
+
maxConcurrentParticipants: number;
|
|
2370
|
+
meetingDisplayName: string;
|
|
2371
|
+
minutesConsumed: number;
|
|
2372
|
+
organizationId: string;
|
|
2373
|
+
startedAt: string;
|
|
2374
|
+
status: "LIVE" | "ENDED";
|
|
2375
|
+
type: "meeting" | "livestream" | "participant";
|
|
2376
|
+
updatedAt: string;
|
|
2377
|
+
breakoutRooms?: unknown[] | null;
|
|
2378
|
+
endedAt?: string | null;
|
|
2379
|
+
meta?: unknown | null;
|
|
2380
|
+
} | null;
|
|
2381
|
+
} | null;
|
|
2382
|
+
success?: boolean | null;
|
|
2383
|
+
}
|
|
2384
|
+
export declare const GetSessionDetailsSessionResponse: Schema.Schema<GetSessionDetailsSessionResponse>;
|
|
2385
|
+
export type GetSessionDetailsSessionError = DefaultErrors;
|
|
2386
|
+
export declare const getSessionDetailsSession: API.OperationMethod<GetSessionDetailsSessionRequest, GetSessionDetailsSessionResponse, GetSessionDetailsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2387
|
+
export interface GetSessionParticipantDetailsSessionRequest {
|
|
2388
|
+
appId: string;
|
|
2389
|
+
sessionId: string;
|
|
2390
|
+
participantId: string;
|
|
2391
|
+
/** Path param: The account identifier tag. */
|
|
2392
|
+
accountId: string;
|
|
2393
|
+
/** Query param: Comma separated list of filters to apply. Note that there must be no spaces between the filters. */
|
|
2394
|
+
filters?: "device_info" | "ip_information" | "precall_network_information" | "events" | "quality_stats";
|
|
2395
|
+
/** Query param: if true, response includes all the peer events of participant. */
|
|
2396
|
+
includePeerEvents?: boolean;
|
|
2397
|
+
}
|
|
2398
|
+
export declare const GetSessionParticipantDetailsSessionRequest: Schema.Schema<GetSessionParticipantDetailsSessionRequest>;
|
|
2399
|
+
export interface GetSessionParticipantDetailsSessionResponse {
|
|
2400
|
+
data?: {
|
|
2401
|
+
participant?: {
|
|
2402
|
+
id?: string | null;
|
|
2403
|
+
createdAt?: string | null;
|
|
2404
|
+
customParticipantId?: string | null;
|
|
2405
|
+
displayName?: string | null;
|
|
2406
|
+
duration?: number | null;
|
|
2407
|
+
joinedAt?: string | null;
|
|
2408
|
+
leftAt?: string | null;
|
|
2409
|
+
presetName?: string | null;
|
|
2410
|
+
updatedAt?: string | null;
|
|
2411
|
+
userId?: string | null;
|
|
2412
|
+
} | null;
|
|
2413
|
+
} | null;
|
|
2414
|
+
success?: boolean | null;
|
|
2415
|
+
}
|
|
2416
|
+
export declare const GetSessionParticipantDetailsSessionResponse: Schema.Schema<GetSessionParticipantDetailsSessionResponse>;
|
|
2417
|
+
export type GetSessionParticipantDetailsSessionError = DefaultErrors;
|
|
2418
|
+
export declare const getSessionParticipantDetailsSession: API.OperationMethod<GetSessionParticipantDetailsSessionRequest, GetSessionParticipantDetailsSessionResponse, GetSessionParticipantDetailsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2419
|
+
export interface GetSessionParticipantsSessionRequest {
|
|
2420
|
+
appId: string;
|
|
2421
|
+
sessionId: string;
|
|
2422
|
+
/** Path param: The account identifier tag. */
|
|
2423
|
+
accountId: string;
|
|
2424
|
+
/** Query param: if true, response includes all the peer events of participants. */
|
|
2425
|
+
includePeerEvents?: boolean;
|
|
2426
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
2427
|
+
pageNo?: number;
|
|
2428
|
+
/** Query param: Number of results per page */
|
|
2429
|
+
perPage?: number;
|
|
2430
|
+
/** Query param: The search query string. You can search using the meeting ID or title. */
|
|
2431
|
+
search?: string;
|
|
2432
|
+
/** Query param: */
|
|
2433
|
+
sortBy?: "joinedAt" | "duration";
|
|
2434
|
+
/** Query param: */
|
|
2435
|
+
sortOrder?: "ASC" | "DESC";
|
|
2436
|
+
/** Query param: In breakout room sessions, the view parameter can be set to `raw` for session specific duration for participants or `consolidated` to accumulate breakout room durations. */
|
|
2437
|
+
view?: "raw" | "consolidated";
|
|
2438
|
+
}
|
|
2439
|
+
export declare const GetSessionParticipantsSessionRequest: Schema.Schema<GetSessionParticipantsSessionRequest>;
|
|
2440
|
+
export interface GetSessionParticipantsSessionResponse {
|
|
2441
|
+
data?: {
|
|
2442
|
+
participants?: {
|
|
2443
|
+
id?: string | null;
|
|
2444
|
+
createdAt?: string | null;
|
|
2445
|
+
customParticipantId?: string | null;
|
|
2446
|
+
displayName?: string | null;
|
|
2447
|
+
duration?: number | null;
|
|
2448
|
+
joinedAt?: string | null;
|
|
2449
|
+
leftAt?: string | null;
|
|
2450
|
+
presetName?: string | null;
|
|
2451
|
+
updatedAt?: string | null;
|
|
2452
|
+
userId?: string | null;
|
|
2453
|
+
}[] | null;
|
|
2454
|
+
} | null;
|
|
2455
|
+
success?: boolean | null;
|
|
2456
|
+
}
|
|
2457
|
+
export declare const GetSessionParticipantsSessionResponse: Schema.Schema<GetSessionParticipantsSessionResponse>;
|
|
2458
|
+
export type GetSessionParticipantsSessionError = DefaultErrors;
|
|
2459
|
+
export declare const getSessionParticipantsSession: API.OperationMethod<GetSessionParticipantsSessionRequest, GetSessionParticipantsSessionResponse, GetSessionParticipantsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2460
|
+
export interface GetSessionsSessionRequest {
|
|
2461
|
+
appId: string;
|
|
2462
|
+
/** Path param: The account identifier tag. */
|
|
2463
|
+
accountId: string;
|
|
2464
|
+
/** Query param: ID of the meeting that sessions should be associated with */
|
|
2465
|
+
associatedId?: string;
|
|
2466
|
+
/** Query param: The end time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
2467
|
+
endTime?: string;
|
|
2468
|
+
/** Query param: The page number from which you want your page search results to be displayed. */
|
|
2469
|
+
pageNo?: number;
|
|
2470
|
+
/** Query param: */
|
|
2471
|
+
participants?: string;
|
|
2472
|
+
/** Query param: Number of results per page */
|
|
2473
|
+
perPage?: number;
|
|
2474
|
+
/** Query param: Search string that matches sessions based on meeting title, meeting ID, and session ID */
|
|
2475
|
+
search?: string;
|
|
2476
|
+
/** Query param: */
|
|
2477
|
+
sortBy?: "minutesConsumed" | "createdAt";
|
|
2478
|
+
/** Query param: */
|
|
2479
|
+
sortOrder?: "ASC" | "DESC";
|
|
2480
|
+
/** Query param: The start time range for which you want to retrieve the meetings. The time must be specified in ISO format. */
|
|
2481
|
+
startTime?: string;
|
|
2482
|
+
/** Query param: */
|
|
2483
|
+
status?: "LIVE" | "ENDED";
|
|
2484
|
+
}
|
|
2485
|
+
export declare const GetSessionsSessionRequest: Schema.Schema<GetSessionsSessionRequest>;
|
|
2486
|
+
export interface GetSessionsSessionResponse {
|
|
2487
|
+
data?: {
|
|
2488
|
+
sessions?: {
|
|
2489
|
+
id: string;
|
|
2490
|
+
associatedId: string;
|
|
2491
|
+
createdAt: string;
|
|
2492
|
+
liveParticipants: number;
|
|
2493
|
+
maxConcurrentParticipants: number;
|
|
2494
|
+
meetingDisplayName: string;
|
|
2495
|
+
minutesConsumed: number;
|
|
2496
|
+
organizationId: string;
|
|
2497
|
+
startedAt: string;
|
|
2498
|
+
status: "LIVE" | "ENDED";
|
|
2499
|
+
type: "meeting" | "livestream" | "participant";
|
|
2500
|
+
updatedAt: string;
|
|
2501
|
+
breakoutRooms?: unknown[] | null;
|
|
2502
|
+
endedAt?: string | null;
|
|
2503
|
+
meta?: unknown | null;
|
|
2504
|
+
}[] | null;
|
|
2505
|
+
} | null;
|
|
2506
|
+
success?: boolean | null;
|
|
2507
|
+
}
|
|
2508
|
+
export declare const GetSessionsSessionResponse: Schema.Schema<GetSessionsSessionResponse>;
|
|
2509
|
+
export type GetSessionsSessionError = DefaultErrors;
|
|
2510
|
+
export declare const getSessionsSession: API.OperationMethod<GetSessionsSessionRequest, GetSessionsSessionResponse, GetSessionsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2511
|
+
export interface GetSessionSummarySessionRequest {
|
|
2512
|
+
appId: string;
|
|
2513
|
+
sessionId: string;
|
|
2514
|
+
/** The account identifier tag. */
|
|
2515
|
+
accountId: string;
|
|
2516
|
+
}
|
|
2517
|
+
export declare const GetSessionSummarySessionRequest: Schema.Schema<GetSessionSummarySessionRequest>;
|
|
2518
|
+
export interface GetSessionSummarySessionResponse {
|
|
2519
|
+
data?: {
|
|
2520
|
+
sessionId: string;
|
|
2521
|
+
summaryDownloadUrl: string;
|
|
2522
|
+
summaryDownloadUrlExpiry: string;
|
|
2523
|
+
} | null;
|
|
2524
|
+
success?: boolean | null;
|
|
2525
|
+
}
|
|
2526
|
+
export declare const GetSessionSummarySessionResponse: Schema.Schema<GetSessionSummarySessionResponse>;
|
|
2527
|
+
export type GetSessionSummarySessionError = DefaultErrors;
|
|
2528
|
+
export declare const getSessionSummarySession: API.OperationMethod<GetSessionSummarySessionRequest, GetSessionSummarySessionResponse, GetSessionSummarySessionError, Credentials | HttpClient.HttpClient>;
|
|
2529
|
+
export interface GetSessionTranscriptsSessionRequest {
|
|
2530
|
+
appId: string;
|
|
2531
|
+
sessionId: string;
|
|
2532
|
+
/** The account identifier tag. */
|
|
2533
|
+
accountId: string;
|
|
2534
|
+
}
|
|
2535
|
+
export declare const GetSessionTranscriptsSessionRequest: Schema.Schema<GetSessionTranscriptsSessionRequest>;
|
|
2536
|
+
export interface GetSessionTranscriptsSessionResponse {
|
|
2537
|
+
data?: {
|
|
2538
|
+
sessionId: string;
|
|
2539
|
+
transcriptDownloadUrl: string;
|
|
2540
|
+
transcriptDownloadUrlExpiry: string;
|
|
2541
|
+
} | null;
|
|
2542
|
+
success?: boolean | null;
|
|
2543
|
+
}
|
|
2544
|
+
export declare const GetSessionTranscriptsSessionResponse: Schema.Schema<GetSessionTranscriptsSessionResponse>;
|
|
2545
|
+
export type GetSessionTranscriptsSessionError = DefaultErrors;
|
|
2546
|
+
export declare const getSessionTranscriptsSession: API.OperationMethod<GetSessionTranscriptsSessionRequest, GetSessionTranscriptsSessionResponse, GetSessionTranscriptsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2547
|
+
export interface GenerateSummaryOfTranscriptsSessionRequest {
|
|
2548
|
+
appId: string;
|
|
2549
|
+
sessionId: string;
|
|
2550
|
+
/** The account identifier tag. */
|
|
2551
|
+
accountId: string;
|
|
2552
|
+
}
|
|
2553
|
+
export declare const GenerateSummaryOfTranscriptsSessionRequest: Schema.Schema<GenerateSummaryOfTranscriptsSessionRequest>;
|
|
2554
|
+
export type GenerateSummaryOfTranscriptsSessionResponse = unknown;
|
|
2555
|
+
export declare const GenerateSummaryOfTranscriptsSessionResponse: Schema.Schema<unknown>;
|
|
2556
|
+
export type GenerateSummaryOfTranscriptsSessionError = DefaultErrors;
|
|
2557
|
+
export declare const generateSummaryOfTranscriptsSession: API.OperationMethod<GenerateSummaryOfTranscriptsSessionRequest, GenerateSummaryOfTranscriptsSessionResponse, GenerateSummaryOfTranscriptsSessionError, Credentials | HttpClient.HttpClient>;
|
|
2558
|
+
export interface StartTrackRecordingRecordingRequest {
|
|
2559
|
+
appId: string;
|
|
2560
|
+
/** Path param: The account identifier tag. */
|
|
2561
|
+
accountId: string;
|
|
2562
|
+
/** Body param: */
|
|
2563
|
+
layers: Record<string, unknown>;
|
|
2564
|
+
/** Body param: ID of the meeting to record. */
|
|
2565
|
+
meetingId: string;
|
|
2566
|
+
/** Body param: Maximum seconds this recording should be active for (beta) */
|
|
2567
|
+
maxSeconds?: number;
|
|
2568
|
+
}
|
|
2569
|
+
export declare const StartTrackRecordingRecordingRequest: Schema.Schema<StartTrackRecordingRecordingRequest>;
|
|
2570
|
+
export type StartTrackRecordingRecordingResponse = unknown;
|
|
2571
|
+
export declare const StartTrackRecordingRecordingResponse: Schema.Schema<unknown>;
|
|
2572
|
+
export type StartTrackRecordingRecordingError = DefaultErrors;
|
|
2573
|
+
export declare const startTrackRecordingRecording: API.OperationMethod<StartTrackRecordingRecordingRequest, StartTrackRecordingRecordingResponse, StartTrackRecordingRecordingError, Credentials | HttpClient.HttpClient>;
|
|
2574
|
+
export interface GetWebhookByIdWebhookRequest {
|
|
2575
|
+
appId: string;
|
|
2576
|
+
webhookId: string;
|
|
2577
|
+
/** The account identifier tag. */
|
|
2578
|
+
accountId: string;
|
|
2579
|
+
}
|
|
2580
|
+
export declare const GetWebhookByIdWebhookRequest: Schema.Schema<GetWebhookByIdWebhookRequest>;
|
|
2581
|
+
export interface GetWebhookByIdWebhookResponse {
|
|
2582
|
+
data: {
|
|
2583
|
+
id: string;
|
|
2584
|
+
createdAt: string;
|
|
2585
|
+
enabled: boolean;
|
|
2586
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2587
|
+
name: string;
|
|
2588
|
+
updatedAt: string;
|
|
2589
|
+
url: string;
|
|
2590
|
+
};
|
|
2591
|
+
success: boolean;
|
|
2592
|
+
}
|
|
2593
|
+
export declare const GetWebhookByIdWebhookResponse: Schema.Schema<GetWebhookByIdWebhookResponse>;
|
|
2594
|
+
export type GetWebhookByIdWebhookError = DefaultErrors;
|
|
2595
|
+
export declare const getWebhookByIdWebhook: API.OperationMethod<GetWebhookByIdWebhookRequest, GetWebhookByIdWebhookResponse, GetWebhookByIdWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2596
|
+
export interface GetWebhooksWebhookRequest {
|
|
2597
|
+
appId: string;
|
|
2598
|
+
/** The account identifier tag. */
|
|
2599
|
+
accountId: string;
|
|
2600
|
+
}
|
|
2601
|
+
export declare const GetWebhooksWebhookRequest: Schema.Schema<GetWebhooksWebhookRequest>;
|
|
2602
|
+
export interface GetWebhooksWebhookResponse {
|
|
2603
|
+
data: {
|
|
2604
|
+
id: string;
|
|
2605
|
+
createdAt: string;
|
|
2606
|
+
enabled: boolean;
|
|
2607
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2608
|
+
name: string;
|
|
2609
|
+
updatedAt: string;
|
|
2610
|
+
url: string;
|
|
2611
|
+
}[];
|
|
2612
|
+
success: boolean;
|
|
2613
|
+
}
|
|
2614
|
+
export declare const GetWebhooksWebhookResponse: Schema.Schema<GetWebhooksWebhookResponse>;
|
|
2615
|
+
export type GetWebhooksWebhookError = DefaultErrors;
|
|
2616
|
+
export declare const getWebhooksWebhook: API.OperationMethod<GetWebhooksWebhookRequest, GetWebhooksWebhookResponse, GetWebhooksWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2617
|
+
export interface CreateWebhookWebhookRequest {
|
|
2618
|
+
appId: string;
|
|
2619
|
+
/** Path param: The account identifier tag. */
|
|
2620
|
+
accountId: string;
|
|
2621
|
+
/** Body param: Events that this webhook will get triggered by */
|
|
2622
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2623
|
+
/** Body param: Name of the webhook */
|
|
2624
|
+
name: string;
|
|
2625
|
+
/** Body param: URL this webhook will send events to */
|
|
2626
|
+
url: string;
|
|
2627
|
+
/** Body param: Set whether or not the webhook should be active when created */
|
|
2628
|
+
enabled?: boolean;
|
|
2629
|
+
}
|
|
2630
|
+
export declare const CreateWebhookWebhookRequest: Schema.Schema<CreateWebhookWebhookRequest>;
|
|
2631
|
+
export interface CreateWebhookWebhookResponse {
|
|
2632
|
+
data: {
|
|
2633
|
+
id: string;
|
|
2634
|
+
createdAt: string;
|
|
2635
|
+
enabled: boolean;
|
|
2636
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2637
|
+
name: string;
|
|
2638
|
+
updatedAt: string;
|
|
2639
|
+
url: string;
|
|
2640
|
+
};
|
|
2641
|
+
success: boolean;
|
|
2642
|
+
}
|
|
2643
|
+
export declare const CreateWebhookWebhookResponse: Schema.Schema<CreateWebhookWebhookResponse>;
|
|
2644
|
+
export type CreateWebhookWebhookError = DefaultErrors;
|
|
2645
|
+
export declare const createWebhookWebhook: API.OperationMethod<CreateWebhookWebhookRequest, CreateWebhookWebhookResponse, CreateWebhookWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2646
|
+
export interface DeleteWebhookWebhookRequest {
|
|
2647
|
+
appId: string;
|
|
2648
|
+
webhookId: string;
|
|
2649
|
+
/** The account identifier tag. */
|
|
2650
|
+
accountId: string;
|
|
2651
|
+
}
|
|
2652
|
+
export declare const DeleteWebhookWebhookRequest: Schema.Schema<DeleteWebhookWebhookRequest>;
|
|
2653
|
+
export interface DeleteWebhookWebhookResponse {
|
|
2654
|
+
data: {
|
|
2655
|
+
id: string;
|
|
2656
|
+
createdAt: string;
|
|
2657
|
+
enabled: boolean;
|
|
2658
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2659
|
+
name: string;
|
|
2660
|
+
updatedAt: string;
|
|
2661
|
+
url: string;
|
|
2662
|
+
};
|
|
2663
|
+
success: boolean;
|
|
2664
|
+
}
|
|
2665
|
+
export declare const DeleteWebhookWebhookResponse: Schema.Schema<DeleteWebhookWebhookResponse>;
|
|
2666
|
+
export type DeleteWebhookWebhookError = DefaultErrors;
|
|
2667
|
+
export declare const deleteWebhookWebhook: API.OperationMethod<DeleteWebhookWebhookRequest, DeleteWebhookWebhookResponse, DeleteWebhookWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2668
|
+
export interface EditWebhookWebhookRequest {
|
|
2669
|
+
appId: string;
|
|
2670
|
+
webhookId: string;
|
|
2671
|
+
/** Path param: The account identifier tag. */
|
|
2672
|
+
accountId: string;
|
|
2673
|
+
/** Body param: */
|
|
2674
|
+
enabled?: boolean;
|
|
2675
|
+
/** Body param: Events that the webhook will get triggered by */
|
|
2676
|
+
events?: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.chatSynced" | "meeting.transcript" | "meeting.summary")[];
|
|
2677
|
+
/** Body param: Name of the webhook */
|
|
2678
|
+
name?: string;
|
|
2679
|
+
/** Body param: URL the webhook will send events to */
|
|
2680
|
+
url?: string;
|
|
2681
|
+
}
|
|
2682
|
+
export declare const EditWebhookWebhookRequest: Schema.Schema<EditWebhookWebhookRequest>;
|
|
2683
|
+
export interface EditWebhookWebhookResponse {
|
|
2684
|
+
data: {
|
|
2685
|
+
id: string;
|
|
2686
|
+
createdAt: string;
|
|
2687
|
+
enabled: boolean;
|
|
2688
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2689
|
+
name: string;
|
|
2690
|
+
updatedAt: string;
|
|
2691
|
+
url: string;
|
|
2692
|
+
};
|
|
2693
|
+
success: boolean;
|
|
2694
|
+
}
|
|
2695
|
+
export declare const EditWebhookWebhookResponse: Schema.Schema<EditWebhookWebhookResponse>;
|
|
2696
|
+
export type EditWebhookWebhookError = DefaultErrors;
|
|
2697
|
+
export declare const editWebhookWebhook: API.OperationMethod<EditWebhookWebhookRequest, EditWebhookWebhookResponse, EditWebhookWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2698
|
+
export interface ReplaceWebhookWebhookRequest {
|
|
2699
|
+
appId: string;
|
|
2700
|
+
webhookId: string;
|
|
2701
|
+
/** Path param: The account identifier tag. */
|
|
2702
|
+
accountId: string;
|
|
2703
|
+
/** Body param: Events that this webhook will get triggered by */
|
|
2704
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2705
|
+
/** Body param: Name of the webhook */
|
|
2706
|
+
name: string;
|
|
2707
|
+
/** Body param: URL this webhook will send events to */
|
|
2708
|
+
url: string;
|
|
2709
|
+
/** Body param: Set whether or not the webhook should be active when created */
|
|
2710
|
+
enabled?: boolean;
|
|
2711
|
+
}
|
|
2712
|
+
export declare const ReplaceWebhookWebhookRequest: Schema.Schema<ReplaceWebhookWebhookRequest>;
|
|
2713
|
+
export interface ReplaceWebhookWebhookResponse {
|
|
2714
|
+
data: {
|
|
2715
|
+
id: string;
|
|
2716
|
+
createdAt: string;
|
|
2717
|
+
enabled: boolean;
|
|
2718
|
+
events: ("meeting.started" | "meeting.ended" | "meeting.participantJoined" | "meeting.participantLeft" | "meeting.chatSynced" | "recording.statusUpdate" | "livestreaming.statusUpdate" | "meeting.transcript" | "meeting.summary")[];
|
|
2719
|
+
name: string;
|
|
2720
|
+
updatedAt: string;
|
|
2721
|
+
url: string;
|
|
2722
|
+
};
|
|
2723
|
+
success: boolean;
|
|
2724
|
+
}
|
|
2725
|
+
export declare const ReplaceWebhookWebhookResponse: Schema.Schema<ReplaceWebhookWebhookResponse>;
|
|
2726
|
+
export type ReplaceWebhookWebhookError = DefaultErrors;
|
|
2727
|
+
export declare const replaceWebhookWebhook: API.OperationMethod<ReplaceWebhookWebhookRequest, ReplaceWebhookWebhookResponse, ReplaceWebhookWebhookError, Credentials | HttpClient.HttpClient>;
|
|
2728
|
+
//# sourceMappingURL=realtime-kit.d.ts.map
|