what will be key?? like im using the
# general-english
r
what will be key?? like im using the laravel php with javascript if i place hte logo in asset can i access by just adding key here does vapi provide any logo_url somthing like that any key related to it
k
Vapi doesn't provide a
logo_url
key, you can simply use your Laravel asset path like
"/assets/my-logo.svg"
in
buttonConfig.idle.icon
.
3 Views