@whereby.com/browser-sdk 2.9.0 → 2.10.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.
@@ -72,6 +72,7 @@ interface WherebyEmbedElementEventMap {
72
72
  metadata: string;
73
73
  };
74
74
  }>;
75
+ meeting_end: CustomEvent;
75
76
  microphone_toggle: CustomEvent<{
76
77
  enabled: boolean;
77
78
  }>;
@@ -99,7 +99,7 @@ const selectRoomConnectionState = createSelector(selectChatMessages, selectCloud
99
99
  return state;
100
100
  });
101
101
 
102
- const browserSdkVersion = "2.9.0";
102
+ const browserSdkVersion = "2.10.0";
103
103
 
104
104
  const initialState$1 = {
105
105
  chatMessages: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/browser-sdk",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "Modules for integration Whereby video in web apps",
5
5
  "author": "Whereby AS",
6
6
  "license": "MIT",