-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.instance_def.QChatInitParam
qchat_def/instance_def.QChatInitParam
QChatInitParam
- appkey
- app_data_path
- custom_timeout
- auth_timeout
- database_encrypt_key
- auto_subscribe
- encryption_configuration
- fcs_configuration
- message_cache_configuration
• Optional
appkey: string
云信appkey
ts/qchat_def/instance_def.ts:188
• Optional
app_data_path: string
APP数据存储路径,如果为空,则使用系统默认路径
ts/qchat_def/instance_def.ts:190
• Optional
custom_timeout: number
自定义通信超时时间,单位秒, 为0使用默认值
ts/qchat_def/instance_def.ts:192
• Optional
auth_timeout: number
自定义鉴权超时时间,单位秒, 为0使用默认值
ts/qchat_def/instance_def.ts:194
• Optional
database_encrypt_key: string
数据库加密密钥,如果为空,则使用默认值
ts/qchat_def/instance_def.ts:196
• Optional
auto_subscribe: boolean
自动订阅
ts/qchat_def/instance_def.ts:198
• Optional
encryption_configuration: QChatEncryptionConfiguration
加密配置
ts/qchat_def/instance_def.ts:200
• Optional
fcs_configuration: QChatFCSConfiguration
FCS配置
ts/qchat_def/instance_def.ts:202
• Optional
message_cache_configuration: QChatMessageCacheConfiguration
消息缓存配置
ts/qchat_def/instance_def.ts:204
- 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