Updated on 2022-10-27 GMT+08:00

Configuring the UI

Set proxies for the custom pages as required. This operation can be performed when you initialize or use the SDK.

1
2
3
4
[HWMSdk getSdkConfig].socialShareHandler = Proxy; // (Optional) Customizes the social sharing capability during a meeting.
[HWMSdk getSdkConfig].confUIHandler = Proxy; // (Optional) Customizes UIs during a meeting.
[HWMSdk getSdkConfig].contactUIHandler = Proxy; // (Optional) Customizes the contact invitation UI during a meeting.
[HWMSdk getSdkConfig].headPortraitApiHandler = Proxy; // (Optional) Customizes the profile picture display.