Updated on 2023-03-23 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

  1. Set the confUIHandler proxy during SDK initialization or set the proxy on the target page.