Skip to content

Commit

Permalink
1.11.6 update (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayk-zoom authored May 30, 2024
1 parent c504700 commit 27c37ff
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/audio_simd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/js_audio_process.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/js_media.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/sharing_m.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/sharing_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/sharing_s.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/sharing_simd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/vb.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/video_m.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/video_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/video_s.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/video_share_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/video_simd.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/types/event-callback.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ export declare function event_subsession_invite_to_back_to_main_session(payload:
* Inviter name
*/
inviterName: string;
});
}): void;
/**
* Occurs when there is a change in the status of users in the subsession.
* @param payload
Expand Down Expand Up @@ -1794,7 +1794,7 @@ export declare function event_subsession_user_update(payload: {
* Whether the user is talking.
*/
isTalking?: boolean;
});
}): void;
/**
* Occurs when the broadcasted voice's status changes.
* @param payload
Expand All @@ -1805,7 +1805,7 @@ export declare function event_subsession_broadcast_voice(payload: {
* Whether the user is receiving the broadcasted voice.
*/
status: boolean;
});
}): void;

/**
* Occurs when the CRC (Cloud Room Connector) device call state changes.
Expand Down
3 changes: 3 additions & 0 deletions dist/types/media.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ interface AudioOption {
* In the Safari browser, when calling `startAudio` automatically or programmatically without any gesture
* (such as a click or touch on the document), the value of `autoStartAudioInSafari` should be `true`.
* Other than that, the value should always be `false` or unset.
*
* > ***Note***: Use this option only if you are auto starting audio without a user click for Desktop Safari running macOS 15.2 to 16.0.
*/
autoStartAudioInSafari?: boolean;
/**
Expand Down Expand Up @@ -1751,6 +1753,7 @@ export declare namespace Stream {
function getVideoMaskStatus(): MaskOption;
/**
* Whether the self video is mirrored
* @category Video
*/
function isVideoMirrored(): boolean;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoom/videosdk",
"version": "1.11.5",
"version": "1.11.6",
"description": "Zoom Web Video SDK",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 27c37ff

Please sign in to comment.