@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 +3 -7
- package/package.json +1 -1
- package/zego-uikit-prebuilt.js +1 -1
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.
|
|
213
|
-
//
|
|
214
|
-
|
|
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 {
|