Multivit4min / TS3-NodeJS-Library

TeamSpeak 3 Server Query Library supports SSH and RAW Query

Home Page:https://multivit4min.github.io/TS3-NodeJS-Library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variables in json without slash

borodadada opened this issue · comments

Hello, after ncu, i have problem

clientInputMuted: false,
      clientOutputMuted: false,
      clientInputHardware: false,
      clientOutputHardware: false,
      clientTalkPower: 0,
      clientIsTalker: false,
      clientIsPrioritySpeaker: 0,
      clientIsRecording: false,
      clientIsChannelCommander: false,
      clientUniqueIdentifier: 'serveradmin',

variables without slash, my code not work
anybody know whats problem?

did you read the update notes from here? https://github.com/Multivit4min/TS3-NodeJS-Library#update-notes-to-30

I dont really know what you mean with "variables without slash"

this is it, thanks man, i needed fix all variable now?

yes variables changed, variables are now being converted to camelCase instead of snake_case which is pretty much standard in JS

okey, but i see

clientChannelGroupId: '8',
      clientChannelGroupInheritedChannelId: '1',
      clientVersion: 'ServerQuery',
      clientPlatform: 'ServerQuery',
      clientIdleTime: 1650672,
      clientCreated: 0,
      clientLastconnected: 0,
      clientIconId: '0',
      client_country: undefined,           <<<<<<<<<<<<<<  old format variable hmmmmm
      connectionClientIp: '127.0.0.1'

I am not sure what you mean here, i dont really have any context to what you post

thx, all fine!