@livedigital/client 3.40.0 → 3.41.0-test-rejoins.2

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,5 +1,5 @@
1
1
  import type { LogLevel } from '../types/common';
2
- export declare const SIGNALING_API_VERSION = 6;
2
+ export declare const SIGNALING_API_VERSION = 7;
3
3
  export declare const LOG_LEVEL_ERROR: LogLevel;
4
4
  export declare const LOG_LEVEL_WARN: LogLevel;
5
5
  export declare const LOG_LEVEL_INFO: LogLevel;
@@ -2,7 +2,7 @@
2
2
 
3
3
  import type { LogLevel } from '../types/common';
4
4
 
5
- export const SIGNALING_API_VERSION = 6;
5
+ export const SIGNALING_API_VERSION = 7;
6
6
 
7
7
  export const LOG_LEVEL_ERROR: LogLevel = 3;
8
8
  export const LOG_LEVEL_WARN: LogLevel = 4;