@videosdk.live/react-sdk 0.1.71 → 0.1.72
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -583,7 +583,7 @@ export function useMeeting({
|
|
|
583
583
|
meetingId: string;
|
|
584
584
|
meeting: Meeting;
|
|
585
585
|
localParticipant: Participant;
|
|
586
|
-
activeSpeakerId
|
|
586
|
+
activeSpeakerId: string;
|
|
587
587
|
participants: Map<string, Participant>;
|
|
588
588
|
pinnedParticipants: Map<
|
|
589
589
|
string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@videosdk.live/react-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@videosdk.live/js-sdk": "0.0.
|
|
75
|
+
"@videosdk.live/js-sdk": "0.0.67",
|
|
76
76
|
"events": "^3.3.0"
|
|
77
77
|
}
|
|
78
78
|
}
|