@opentok/client 2.22.4 → 2.22.5

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.
@@ -48,6 +48,8 @@ declare namespace OT {
48
48
 
49
49
  export function getSupportedCodecs(): Promise<{ videoEncoders: ('H264' | 'VP8')[], videoDecoders: ('H264' | 'VP8')[] }>;
50
50
 
51
+ export function hasMediaProcessorSupport(): boolean;
52
+
51
53
  export type WidgetStyle = {
52
54
  audioLevelDisplayMode: 'auto' | 'on' | 'off';
53
55
  backgroundImageURI: string;