# On_customLogoUsageChanged
Description
The notification indicating that the type of logo displayed in the TrueConf VideoSDK main window has been changed
EventHandler<string> On_customLogoUsageChanged
Response example
{
"method": "event",
"event": "customLogoUsageChanged",
"use": true
}
Response Parameters
Name | Description |
---|---|
use | The flag indicating the new type of the logo. It is equal to true if the logo was set by the user |
See also