You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all I highly appreciate that you made it possible to use the TS3Sdk in JS.
I've used your plugin successfully in a project of mine, made in electron. I've now moved to React and wanted do do a huge rework on my project, using React instead.
However I can't seem to figure out on how to get the addon working. I tried both with npm and by cloning the repo, building it (with npm install) and then include it in my project's src. Referencing the module with var ts3client = require('../api.js'); throws no errors but ts3client.initClientLib(ts3client.LogTypes.CONSOLE, undefined, ts3client.getResourcePath()); states that LogTypes is undefined.
Looking forward to your response.
The text was updated successfully, but these errors were encountered:
Hi,
first of all I highly appreciate that you made it possible to use the TS3Sdk in JS.
I've used your plugin successfully in a project of mine, made in electron. I've now moved to React and wanted do do a huge rework on my project, using React instead.
However I can't seem to figure out on how to get the addon working. I tried both with npm and by cloning the repo, building it (with npm install) and then include it in my project's src. Referencing the module with
var ts3client = require('../api.js');
throws no errors butts3client.initClientLib(ts3client.LogTypes.CONSOLE, undefined, ts3client.getResourcePath());
states that LogTypes is undefined.Looking forward to your response.
The text was updated successfully, but these errors were encountered: