Client
The client option is required with every configuration you register to your library. It accepts a string value — the client identifier you received during LiSA account creation.
If omitted, LiSA Library will not initialize itself.
window.LiSA.library.configs.push({
client: 'YOUR_CLIENT_IDENTIFIER',
});
Last updated