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
Complete type definition can be found in the API documentation.