# 电话

# 打开与某个用户的单聊会话

# 使用说明

Android iOS PC
支持 支持 不支持
yy.biz.chat.openSingleChat({
  corpId: "xxx", // 企业id,必须是用户所属的企业的corpid
  userId: "xxx", // 用户的工号
  onSuccess: function() {},
  onFail: function() {}
});
1
2
3
4
5
6

# 参数说明

参数 参数类型 必传 说明
corpId String
企业 ID
userId String
用户工号
上次更新: 3/21/2020, 9:22:50 PM