@zegocloud/zego-uikit-prebuilt 2.13.0 → 2.13.1
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 -0
- package/package.json +1 -1
- package/zego-uikit-prebuilt.js +1 -1
package/index.d.ts
CHANGED
|
@@ -209,6 +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.0
|
|
213
|
+
// Custom view in the room, located above the video
|
|
214
|
+
requireRoomForegroundView?: () => HTMLElement;
|
|
212
215
|
}
|
|
213
216
|
|
|
214
217
|
export enum RightPanelExpandedType {
|