Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
APIs/
UI Customization/
Customizing a Watermark for a Meeting
Updated on 2024-07-30 GMT+08:00
Customizing a Watermark for a Meeting
setWaterMark
API Description
This API is used to customize the watermark for sharing.
Method Definition
1
|
- (void)setWaterMark:(nullable NSAttributedString *)waterMarkString; |
Parameter Description
Watermark content.
Return Values
None
Sample Code
NSAttributedString *waterMarkString = [[NSAttributedString alloc] initWithString:@"Watermark content"]; [[HWMSdk getOpenApi] setWaterMark:waterMarkString];
Parent topic: UI Customization
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