Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInsertLinkAttrs Class Reference

A class that contains insert link attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

NSString *_Nullable insertLinkUrl
 The insert link URL. If insertLinkUrl is not empty, the text style has an insert link URL.
 

Detailed Description

A class that contains insert link attributes.

Definition at line 605 of file MobileRTCMeetingChat.h.

Property Documentation

◆ insertLinkUrl

- (NSString* _Nullable) insertLinkUrl
readwritenonatomiccopy

The insert link URL. If insertLinkUrl is not empty, the text style has an insert link URL.

Definition at line 610 of file MobileRTCMeetingChat.h.