@videosdk.live/react-sdk 0.3.13 → 0.4.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/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 +13 -12
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -848,22 +848,22 @@ export function useMeeting({
|
|
|
848
848
|
}) => void;
|
|
849
849
|
onCharacterJoined?: (character: Character) => void;
|
|
850
850
|
onCharacterLeft?: (character: Character) => void;
|
|
851
|
-
onMediaRelayStarted?: ({
|
|
852
|
-
meetingId
|
|
853
|
-
}: {
|
|
854
|
-
meetingId: string
|
|
851
|
+
onMediaRelayStarted?: ({
|
|
852
|
+
meetingId
|
|
853
|
+
}: {
|
|
854
|
+
meetingId: string
|
|
855
855
|
}) => void;
|
|
856
|
-
onMediaRelayStopped?: ({
|
|
857
|
-
meetingId,
|
|
858
|
-
reason
|
|
859
|
-
}: {
|
|
856
|
+
onMediaRelayStopped?: ({
|
|
857
|
+
meetingId,
|
|
858
|
+
reason
|
|
859
|
+
}: {
|
|
860
860
|
meetingId: string;
|
|
861
861
|
reason: string;
|
|
862
862
|
}) => void;
|
|
863
|
-
onMediaRelayError?: ({
|
|
864
|
-
meetingId,
|
|
865
|
-
error
|
|
866
|
-
}: {
|
|
863
|
+
onMediaRelayError?: ({
|
|
864
|
+
meetingId,
|
|
865
|
+
error
|
|
866
|
+
}: {
|
|
867
867
|
meetingId: string;
|
|
868
868
|
error: string;
|
|
869
869
|
}) => void;
|
|
@@ -1516,6 +1516,7 @@ export function createCameraVideoTrack({
|
|
|
1516
1516
|
| 'h180p_w320p'
|
|
1517
1517
|
| 'h216p_w384p'
|
|
1518
1518
|
| 'h360p_w640p'
|
|
1519
|
+
| 'h360p_w640p_150kbps'
|
|
1519
1520
|
| 'h540p_w960p'
|
|
1520
1521
|
| 'h720p_w1280p'
|
|
1521
1522
|
| 'h1080p_w1920p'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@videosdk.live/react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@videosdk.live/js-sdk": "
|
|
77
|
+
"@videosdk.live/js-sdk": "0.3.1",
|
|
78
78
|
"events": "^3.3.0"
|
|
79
79
|
}
|
|
80
80
|
}
|