Customizing the Icon for a Specific Scenario
customImageForScene:
API Description
This API is used to customize the icon for a specific scenario.
Precautions
None
Method Definition
1
|
- (HWMCustomImageInfo *)customImageForScene:(HWMCustomImageScene)scene; |
Parameter Description
Enumerated Value |
Description |
---|---|
HWMCustomImageSceneCloudRecordIcon |
Main icon of cloud recording in a meeting (in the recording pop-up menu and participant list). |
HWMCustomImageSceneMainWindowCloudRecordIcon |
Small cloud recording icon in the main window. |
HWMCustomImageSceneMainWindowCloudRecordLogo |
Large cloud recording logo in the main window. |
Parameter |
Type |
Description |
---|---|---|
image |
UIImage * |
Custom icon. |
width |
CGFloat |
Icon width. |
height |
CGFloat |
Icon height. |
Return Values
None
1 2 3 4 |
/// Customize an image. - (HWMCustomImageInfo *)customImageForScene:(HWMCustomImageScene)scene { return [[HWMCustomImageInfo alloc] initWithImage:[UIImage new] width:10 height:10]; } |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot