@closerplatform/spinner-openapi 0.12.1118 → 0.12.1125
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/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5160,6 +5160,12 @@ export interface OrgConfig {
|
|
|
5160
5160
|
* @memberof OrgConfig
|
|
5161
5161
|
*/
|
|
5162
5162
|
recordingValidityMinutes: number;
|
|
5163
|
+
/**
|
|
5164
|
+
*
|
|
5165
|
+
* @type {boolean}
|
|
5166
|
+
* @memberof OrgConfig
|
|
5167
|
+
*/
|
|
5168
|
+
webrtcDiagnosticsEnabled?: boolean;
|
|
5163
5169
|
}
|
|
5164
5170
|
/**
|
|
5165
5171
|
*
|