@opentok/client 2.24.2 → 2.24.4
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 +3 -0
- package/dist/js/opentok.js +6886 -6436
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +9 -9
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/dist/js/opentok.d.ts
CHANGED
|
@@ -65,6 +65,8 @@ declare namespace OT {
|
|
|
65
65
|
|
|
66
66
|
export function hasMediaProcessorSupport(): boolean;
|
|
67
67
|
|
|
68
|
+
export function hasEndToEndEncryptionSupport(): boolean;
|
|
69
|
+
|
|
68
70
|
export type WidgetStyle = {
|
|
69
71
|
audioLevelDisplayMode: 'auto' | 'on' | 'off';
|
|
70
72
|
backgroundImageURI: string;
|
|
@@ -496,6 +498,7 @@ declare namespace OT {
|
|
|
496
498
|
captionReceived: Event<'captionReceived', Subscriber> & {
|
|
497
499
|
streamId: string;
|
|
498
500
|
caption: string;
|
|
501
|
+
isFinal: boolean;
|
|
499
502
|
};
|
|
500
503
|
|
|
501
504
|
destroyed: Event<'destroyed', Subscriber> & {
|