Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
Notification Reference/
Customized UI Event Notification/
Notification of Setting a Dock Icon
Updated on 2024-07-30 GMT+08:00
Notification of Setting a Dock Icon
Notification Description
A notification is sent for the access party to return an image, which is used as the Dock icon of the minimized window during the video call.
Method Definition
1
|
- (NSImage *)videoWindowDockIcon; |
Sample Code
/// Set the Dock icon of the minimized window during the video call. - (NSImage *)videoWindowDockIcon { return [NSImage imageNamed:@"iconMeeting"]; }
Precautions
- Set the confUIHandler proxy during SDK initialization or set the proxy on the target page.
Parent topic: Customized UI Event Notification
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot