directory

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:

Universal
ZegoUIKitPrebuiltCallInvitationService()
    ..innerText.incomingCallPageAcceptButton = "Accept"
    ..innerText.incomingCallPageDeclineButton = "Decline";
1
Copy

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