logoUIKit
On this page

Modify User Interface text

Call Kit (ZegoUIKitPrebuiltCallInvitationService)'s UI text provided by the internal components is editable, to modify those, use the innerText config.

Here is the reference code:

Untitled
ZegoUIKitPrebuiltCallInvitationService()
    ..innerText.incomingCallPageAcceptButton = "Accept"
    ..innerText.incomingCallPageDeclineButton = "Decline";
1
Copied!

​Complete type definition can be found in the API documentation.

On this page

Back to top