logo
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.

Previous

Auto re-send call invitation after call timeout

Next

Customizing the icon for the iOS CallKit UI

On this page

Back to top