更新时间:2024-04-22 GMT+08:00
分享

订阅查询外部通讯录头像通知

接口功能

收到该通知时,用户打开了界面配置中的外部通讯录头像信息的开关,入会且未打开摄像头。

函数原型

setOnQueryContactAvatarNotifyCB(onQueryContactAvatarNotify: (contactInfo: ContactInfo) => void): void

请求参数

表1 入参说明
参数名称 是否必选 参数类型 参数说明
onQueryContactAvatarNotify Y (contactInfo: ContactInfo) => void 收到该通知时,用户打开了界面配置中的外部通讯录头像信息的开关,入会且未打开摄像头。

返回值

void

通知方法参数说明:

(contactInfo: ContactInfo) => void

表2 入参说明
参数名称 参数类型 参数说明
contactInfo ContactInfo 查询外部头像的联系人信息
表3 ContactInfo
参数名称 参数类型 参数说明
accountId string 账号,账号密码登录场景下优先使用此字段
thirdUserId string 与会者三方账号,appid登录场景下优先使用此字段
number string 号码,跨企业场景下优先使用此字段
userUuid string UUID(由系统分配的真实的唯一用户标识)(仅在win平台下有效)
分享:

    相关文档

    相关产品