Updated on 2023-03-23 GMT+08:00

Customizing Other UIs

videoWindowDockIcon

API Description

This API is used to customize the Dock icon of the minimized window during the video call.

Method Definition

1
- (NSImage *)videoWindowDockIcon;

Parameter Description

None

Return Values

None

Sample Code

- (NSImage *)videoWindowDockIcon {
    return [NSImage imageNamed:@"iconMeeting"];
}