Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ UI Configuration Management Objects/ Subscribing to Notifications of Profile Picture Query in an External Corporate Directory
Updated on 2023-03-23 GMT+08:00

Subscribing to Notifications of Profile Picture Query in an External Corporate Directory

Function

A notification is sent when a user enables the profile picture function in the external corporate directory and joins a meeting with camera enabled.

Function Prototype

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

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onQueryContactAvatarNotify Y (contactInfo: ContactInfo) => void Notification sent when a user enables the profile picture function in the external corporate directory and joins a meeting with camera enabled.

Return Values

void

Notification Method Parameters

(contactInfo: ContactInfo) => void

Table 2 Input parameter description
Parameter Type Description
contactInfo ContactInfo Information about querying an external contact.
Table 3 ContactInfo
Parameter Type Description
accountId string Account. This parameter is preferentially used in the account and password login scenario.
thirdUserId string Third-party account of the participant. This parameter is preferentially used in the app ID login scenario.
number string Number. This parameter is preferentially used in cross-enterprise scenarios.
userUuid string UUID (unique user ID allocated by the system, which is valid only for the Windows platform).