NIMChatroomMember Class Reference

Inherits from NSObject
Declared in NIMChatroomMember.h

Overview

Chat room member

  userId

User ID

@property (nullable, nonatomic, copy) NSString *userId

Discussion

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 *roomNickname

Discussion

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 *roomAvatar

Discussion

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 *roomAvatarThumbnail

Discussion

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 *roomExt

Discussion

Extension field reserved for developers specified when a user joins a chat room.

Declared In

NIMChatroomMember.h

  type

Member type

@property (nonatomic, assign) NIMChatroomMemberType type

Discussion

Member type

Declared In

NIMChatroomMember.h

  isMuted

Check if mute is applied

@property (nonatomic, assign) BOOL isMuted

Discussion

Check if mute is applied

Declared In

NIMChatroomMember.h

  isTempMuted

Check for temporary mute

@property (nonatomic, assign) BOOL isTempMuted

Discussion

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 tempMuteDuration

Discussion

Remaining period for temporary mute

Declared In

NIMChatroomMember.h

  isInBlackList

Check if a user is included in a blacklist

@property (nonatomic, assign) BOOL isInBlackList

Discussion

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 isOnline

Discussion

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 enterTimeInterval

Discussion

Time a user joined a chat room

Declared In

NIMChatroomMember.h

  tags

Member tags

@property (nullable, nonatomic, copy) NSString *tags

Discussion

Member tags

Declared In

NIMChatroomMember.h

  notifyTargetTags

notifyTargetTags of members

@property (nullable, nonatomic, copy) NSString *notifyTargetTags

Discussion

notifyTargetTags of members

Declared In

NIMChatroomMember.h