Updated on 2024-07-30 GMT+08:00

Custom Meeting Details Sharing Notification

Notification Description

A notification is sent when the external app displays the page for sharing meeting details. The sharing page settings, including the size, display position, and time of display and hiding, are controlled by the external app when the pointer is placed on the title bar.

This API is mainly used for Electron JavaScript implementation. For native implementation, use Meeting Information Sharing Notification.

Method Definition

1
- (void)showSocialShareView:(NSPoint)point shareInfo:(HWMConfStateInfo *)confInfo;
Table 1 Parameter description

Parameter

Type

Description

point

NSPoint

Pointer position.

confInfo

HWMConfStateInfo *

Details about the ongoing meeting.

Precautions

  1. Set the HWMSocialShareHandler delegate during SDK initialization or set the delegate on the target page.
  2. You only need to implement either the method for meeting details sharing notification or the one for custom meeting details sharing notification. If both methods are implemented, only showSocialShareView: shareInfo is used.