@opentok/client 2.23.2 → 2.23.3
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/js/opentok.d.ts +1 -1
- package/dist/js/opentok.js +1669 -1370
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +7 -7
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/dist/js/opentok.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ declare namespace OT {
|
|
|
103
103
|
backgroundImgUrl: string;
|
|
104
104
|
};
|
|
105
105
|
|
|
106
|
-
export type VideoFilter = BackgroundBlurFilter;
|
|
106
|
+
export type VideoFilter = BackgroundBlurFilter | BackgroundReplacementFilter;
|
|
107
107
|
|
|
108
108
|
export type PublisherProperties = WidgetProperties & GetUserMediaProperties & {
|
|
109
109
|
audioBitrate?: number;
|