Updated on 2024-12-27 GMT+08:00

Clearing UI Configurations

If you need to clear proxies, set the corresponding values to nil.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
[HWMSdk getSdkConfig].socialShareHandler = nil; // (Optional) Customizes the social sharing capability during a meeting.
[HWMSdk getSdkConfig].audioConfToolBarHandler = nil; // (Optional) Customizes the meeting control menu of a voice meeting.
[HWMSdk getSdkConfig].videoConfToolBarHandler = nil; // (Optional) Customizes the meeting control menu of a video meeting.
[HWMSdk getSdkConfig].participantListMenuHandler = nil; // (Optional) Customizes the participant list menu.
[HWMSdk getSdkConfig].confTitleBarMenuHandler = nil; // (Optional) Customizes the title bar on the top of the meeting page.
[HWMSdk getSdkConfig].contactUIHandler = nil; // (Optional) Customizes the contact UI.
[HWMSdk getSdkConfig].headPortraitApiHandler = nil; // (Optional) Customizes the profile picture display.
[HWMSdk getSdkConfig].customUITextHandler = nil; // (Optional) Customizes the text for a specific scenario.
[HWMSdk getSdkConfig].customImageHandler = nil; // (Optional) Customizes the image for a specific scenario.
[HWMSdk getSdkConfig].virtualBackgroundHandler = nil; // (Optional) Customizes a virtual background.