@zegocloud/zego-uikit-prebuilt 2.8.0 → 2.9.0
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 +2 -0
- package/package.json +1 -1
- package/zego-uikit-prebuilt.js +1 -1
package/index.d.ts
CHANGED
|
@@ -182,6 +182,8 @@ declare interface ZegoCloudRoomConfig {
|
|
|
182
182
|
leaveRoomDialogConfig?: {
|
|
183
183
|
titleText?: string, // custom leave room confrim dialog title
|
|
184
184
|
descriptionText?: string, // // custom leave room confrim dialog desctiption
|
|
185
|
+
// 2.9.0
|
|
186
|
+
confirmCallback?: () => void, // custom leave room confirm callback
|
|
185
187
|
}
|
|
186
188
|
// 2.7.0
|
|
187
189
|
showMoreButton?: boolean; // Whether to enable the more button, true by default.
|