call-live-sdk1 0.0.6 → 0.0.7

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.
@@ -207,7 +207,10 @@ export interface CallStoreState {
207
207
  error?: any;
208
208
  }>;
209
209
  callAudioMixing: () => void;
210
- handleRemoteUserPublishScreen: (userId: string, isPublishing: boolean) => void;
210
+ handleRemoteUserPublishScreen: (event: {
211
+ userId: string;
212
+ mediaType: any;
213
+ }) => void;
211
214
  handleRemoteUserUnpublishScreen: (event: {
212
215
  userId: string;
213
216
  mediaType: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "call-live-sdk1",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "main": "./dist/call-live-sdk.umd.js",
6
6
  "module": "./dist/call-live-sdk.es.js",