livekit-client 0.18.4-RC7 → 0.18.4-RC8
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/room/utils.d.ts
CHANGED
@@ -12,4 +12,5 @@ export interface ObservableMediaElement extends HTMLMediaElement {
|
|
12
12
|
handleVisibilityChanged: (entry: IntersectionObserverEntry) => void;
|
13
13
|
}
|
14
14
|
export declare function getClientInfo(): ClientInfo;
|
15
|
-
export declare function
|
15
|
+
export declare function getEmptyVideoStreamTrack(): MediaStreamTrack;
|
16
|
+
export declare function getEmptyAudioStreamTrack(): MediaStreamTrack;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "livekit-client",
|
3
|
-
"version": "0.18.4-
|
3
|
+
"version": "0.18.4-RC8",
|
4
4
|
"description": "JavaScript/TypeScript client SDK for LiveKit",
|
5
5
|
"main": "./dist/livekit-client.umd.js",
|
6
6
|
"unpkg": "./dist/livekit-client.umd.js",
|
@@ -62,7 +62,6 @@
|
|
62
62
|
"rollup-plugin-serve": "^1.1.0",
|
63
63
|
"rollup-plugin-terser": "^7.0.2",
|
64
64
|
"ts-jest": "^27.0.7",
|
65
|
-
"ts-loader": "^8.1.0",
|
66
65
|
"ts-proto": "^1.110.1",
|
67
66
|
"typedoc": "^0.22.13",
|
68
67
|
"typedoc-plugin-no-inherit": "1.3.1",
|