@amityco/ts-sdk-react-native 6.35.3-ab24b11.0 → 6.36.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk-react-native",
3
- "version": "6.35.3-ab24b11.0",
3
+ "version": "6.36.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",
@@ -31,7 +31,7 @@ declare global {
31
31
  TERMINATED = 'terminated',
32
32
  }
33
33
 
34
- enum RTEConnectionStateEnum {
34
+ const enum RTEConnectionStateEnum {
35
35
  CONNECTING = 'connecting', // actively establishing a connection (initial or reconnection)
36
36
  CONNECTED = 'connected', // connected to broker
37
37
  RECONNECTING = 'reconnecting', // lost connection and attempting to reconnect