NIMChatroomMember Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMChatroomMember.h |
userId
User ID
@property (nullable, nonatomic, copy) NSString *userIdDiscussion
User ID
Declared In
NIMChatroomMember.h
roomNickname
Nickname in a chat room. The nickname is specified when the user joins the chat room
@property (nullable, nonatomic, copy) NSString *roomNicknameDiscussion
Nickname in a chat room. The nickname is specified when the user joins the chat room
Declared In
NIMChatroomMember.h
roomAvatar
The avatar in the chat room specified by the user when joining the chat room.
@property (nullable, nonatomic, copy) NSString *roomAvatarDiscussion
The avatar in the chat room specified by the user when joining the chat room.
Declared In
NIMChatroomMember.h
roomAvatarThumbnail
Thumbnail of an avatar in a chat room
@property (nullable, nonatomic, copy, readonly) NSString *roomAvatarThumbnailDiscussion
Thumbnail of an avatar in a chat room
only applicable to resources uploaded using CommsEase upload service. Otherwise the parameter will be invalid.
Declared In
NIMChatroomMember.h
roomExt
Extension field reserved for developers specified when a user joins a chat room.
@property (nullable, nonatomic, copy) NSString *roomExtDiscussion
Extension field reserved for developers specified when a user joins a chat room.
Declared In
NIMChatroomMember.h
type
Member type
@property (nonatomic, assign) NIMChatroomMemberType typeDiscussion
Member type
Declared In
NIMChatroomMember.h
isMuted
Check if mute is applied
@property (nonatomic, assign) BOOL isMutedDiscussion
Check if mute is applied
Declared In
NIMChatroomMember.h
isTempMuted
Check for temporary mute
@property (nonatomic, assign) BOOL isTempMutedDiscussion
Check for temporary mute
Temporary mute is unrelated to the mute property
Declared In
NIMChatroomMember.h
tempMuteDuration
Remaining period for temporary mute
@property (nonatomic, assign) unsigned long long tempMuteDurationDiscussion
Remaining period for temporary mute
Declared In
NIMChatroomMember.h
isInBlackList
Check if a user is included in a blacklist
@property (nonatomic, assign) BOOL isInBlackListDiscussion
Check if a user is included in a blacklist
Declared In
NIMChatroomMember.h
isOnline
Check if a user is online. Only special members can stay offline. Guests have only online status.
@property (nonatomic, assign) BOOL isOnlineDiscussion
Check if a user is online. Only special members can stay offline. Guests have only online status.
Declared In
NIMChatroomMember.h
enterTimeInterval
Time a user joined a chat room
@property (nonatomic, assign) NSTimeInterval enterTimeIntervalDiscussion
Time a user joined a chat room
Declared In
NIMChatroomMember.h
tags
Member tags
@property (nullable, nonatomic, copy) NSString *tagsDiscussion
Member tags
Declared In
NIMChatroomMember.h
notifyTargetTags
notifyTargetTags of members
@property (nullable, nonatomic, copy) NSString *notifyTargetTagsDiscussion
notifyTargetTags of members
Declared In
NIMChatroomMember.h