@zegocloud/zego-uikit-prebuilt 2.13.2-beta → 2.13.2

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/index.d.ts CHANGED
@@ -209,13 +209,9 @@ declare interface ZegoCloudRoomConfig {
209
209
  showWaitingCallAcceptAudioVideoView?: boolean;
210
210
  // Configure the call invitation list during a call
211
211
  callingInvitationListConfig?: CallingInvitationListConfig;
212
- // 2.13.1
213
- // Overall video screen configuration
214
- videoScreenConfig?: {
215
- objectFit?: "cover" | "contain" | "fill" // 视频画面显示模式,默认 "contain"
216
- }
217
- // Send Message Response
218
- onSendMessageResult?: (response: { errCode: number, message: string, timestamp?: string }) => void
212
+ // 2.13.0
213
+ // Custom view in the room, located above the video
214
+ requireRoomForegroundView?: () => HTMLElement;
219
215
  }
220
216
 
221
217
  export enum RightPanelExpandedType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zegocloud/zego-uikit-prebuilt",
3
- "version": "2.13.2-beta",
3
+ "version": "2.13.2",
4
4
  "description": "zegocloud prebuilt meeting webrtc sdk",
5
5
  "keywords": [
6
6
  "sdk",