@deeptrekker/api-channels 0.2.0 → 0.3.0

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.
@@ -1,4 +1,4 @@
1
- import { HubConnection } from "@microsoft/signalr";
1
+ import { HubConnection, LogLevel } from "@microsoft/signalr";
2
2
  /**
3
3
  * Answer Event
4
4
  *
@@ -104,6 +104,7 @@ export interface ConfigProperties {
104
104
  defaultAddress?: string;
105
105
  defaultConnectionString?: string;
106
106
  clientId?: string;
107
+ socketLogging?: LogLevel;
107
108
  }
108
109
  export type RTCVideoTrackInfo = {
109
110
  trackEvent: RTCTrackEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-channels",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",