@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.
@@ -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;