-
Notifications
You must be signed in to change notification settings - Fork 2
chatroom_def.chatroom_def.ChatRoomEnterInfoValue
chatroom_def/chatroom_def.ChatRoomEnterInfoValue
- nick
- avatar
- ext
- notify_ext
- login_tags
- notify_tags
- auth_type
- login_ext
- anti_spam_business_id
- enable_location
- location_x
- location_y
- location_z
- location_distance
• Optional
nick: string
设置进入聊天室后展示的昵称
ts/chatroom_def/chatroom_def.ts:177
• Optional
avatar: string
设置进入聊天室后展示的头像
ts/chatroom_def/chatroom_def.ts:179
• Optional
ext: string
设置聊天室可用的扩展字段
ts/chatroom_def/chatroom_def.ts:181
• Optional
notify_ext: string
设置进入聊天室通知开发者扩展字段
ts/chatroom_def/chatroom_def.ts:183
• Optional
login_tags: string
[]
设置登录携带的 tag 列表
ts/chatroom_def/chatroom_def.ts:185
• Optional
notify_tags: string
登录时携带的 notify tag 表达式
ts/chatroom_def/chatroom_def.ts:187
• Optional
auth_type: number
设置鉴权方式 0表示最初的loginToken的校验方式,1表示基于appSecret计算的token鉴权方式,2表示基于第三方回调的token鉴权方式
ts/chatroom_def/chatroom_def.ts:189
• Optional
login_ext: string
登录自定义字段
ts/chatroom_def/chatroom_def.ts:191
• Optional
anti_spam_business_id: string
配置反垃圾相关业务id
ts/chatroom_def/chatroom_def.ts:193
• Optional
enable_location: boolean
是否启用聊天室空间位置信息功能,启用后 SetLocation 功能才生效,否则 SDK 不解析 Location 信息
ts/chatroom_def/chatroom_def.ts:195
• Optional
location_x: number
登录聊天室时传递的位置信息
ts/chatroom_def/chatroom_def.ts:197
• Optional
location_y: number
ts/chatroom_def/chatroom_def.ts:198
• Optional
location_z: number
ts/chatroom_def/chatroom_def.ts:199
• Optional
location_distance: number
ts/chatroom_def/chatroom_def.ts:200
- 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