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; |
Parameter |
Type |
Description |
---|---|---|
point |
NSPoint |
Pointer position. |
confInfo |
Details about the ongoing meeting. |
Precautions
- Set the HWMSocialShareHandler delegate during SDK initialization or set the delegate on the target page.
- 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.
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