@crewdle/web-sdk-types 1.0.20 → 1.0.21
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.
|
@@ -32,6 +32,10 @@ export interface ISDKOptions {
|
|
|
32
32
|
* If not provided, the default key-value database connector is IndexedDB.
|
|
33
33
|
*/
|
|
34
34
|
keyValueDatabaseConnector?: KeyValueDatabaseConnectorConstructor;
|
|
35
|
+
/**
|
|
36
|
+
* The custom logging database connector to use for storing Job logs.
|
|
37
|
+
*/
|
|
38
|
+
loggingDatabaseConnector?: KeyValueDatabaseConnectorConstructor;
|
|
35
39
|
/**
|
|
36
40
|
* The custom peer connection connector to use for creating peer connections.
|
|
37
41
|
* If not provided, the default peer connection connector is WebRTC in browser.
|