@zegocloud/zego-uikit-prebuilt 2.11.0 → 2.11.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
|
@@ -203,7 +203,7 @@ declare interface ZegoCloudRoomConfig {
|
|
|
203
203
|
// 2.8.0
|
|
204
204
|
liveNotStartedTextForAudience?: string; // Custom text displayed for the audience before the live broadcast starts.
|
|
205
205
|
startLiveButtonText?: string; // Custom Start Live button Text.
|
|
206
|
-
// 2.
|
|
206
|
+
// 2.9.0
|
|
207
207
|
// When a user is invited during a call, the Invite User window appears on the inviting party. If you want to hide this view, set it to false. Display by default.
|
|
208
208
|
// You can cancel the invitation to this user in this view.
|
|
209
209
|
showWaitingCallAcceptAudioVideoView?: boolean;
|