Updated on 2022-10-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
[HWMSdk getSdkConfig].socialShareHandler = nil; // (Optional) Customizes the social sharing capability during a meeting.
[HWMSdk getSdkConfig].audioCallToolBarHandler = nil; // (Optional) Customizes the meeting control menu of a voice call.
[HWMSdk getSdkConfig].videoCallToolBarHandler = nil; // (Optional) Customizes the meeting control menu of a video call.
[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.