-
Notifications
You must be signed in to change notification settings - Fork 2
chatroom_def.chatroom_def.NIMChatRoomGetMemberType
Zvicii edited this page Oct 24, 2022
·
4 revisions
chatroom_def/chatroom_def.NIMChatRoomGetMemberType
- kNIMChatRoomGetMemberTypeSolid
- kNIMChatRoomGetMemberTypeTemp
- kNIMChatRoomGetMemberTypeSolidOL
- kNIMChatRoomGetMemberTypeTempOL
• kNIMChatRoomGetMemberTypeSolid = 0
固定成员,固定成员,包括创建者,管理员,普通等级用户,受限用户(禁言+黑名单)即使非在线也可以在列表中看到,有数量限制,查询时时间戳使用"updatetime"
ts/chatroom_def/chatroom_def.ts:61
• kNIMChatRoomGetMemberTypeTemp = 1
非固定成员,非固定成员,又称临时成员,只有在线时才能在列表中看到,数量无上限,查询时时间戳使用"进入聊天室时间"
ts/chatroom_def/chatroom_def.ts:63
• kNIMChatRoomGetMemberTypeSolidOL = 2
在线固定成员 查询时时间戳使用"updatetime"
ts/chatroom_def/chatroom_def.ts:65
• kNIMChatRoomGetMemberTypeTempOL = 3
非固定成员(反向查询) 查询时时间戳使用"进入聊天室时间"
ts/chatroom_def/chatroom_def.ts:67
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def