Subscribing to Notifications of Profile Picture Query in an External Corporate Directory
Function
A notification is sent when a user enabled the profile picture function in the external corporate directory and joined a meeting with camera disabled.
Function Prototype
setOnQueryContactAvatarNotifyCB(onQueryContactAvatarNotify: (contactInfo: ContactInfo) => void): voidsetOnQueryContactAvatarNotifyCB(onQueryContactAvatarNotify: (contactInfo: ContactInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onQueryContactAvatarNotify | Yes | (contactInfo: ContactInfo) => void | Notifies you when a user enabled the profile picture function in the external corporate directory and joined a meeting with camera disabled. |
Return Values
void
Notification Method Parameters
(contactInfo: ContactInfo) => void
Parameter | Type | Description |
---|---|---|
contactInfo | ContactInfo | Information about querying an external contact. |
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). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot