1- # React TeamSpeak5 RemoteApp API
1+ # React TeamSpeak5/6 RemoteApp API
22
33[ ![ npm] ( https://img.shields.io/npm/v/react-ts5-remote-app-api.svg )] ( https://www.npmjs.com/package/react-ts5-remote-app-api ) ![ downloads] ( https://img.shields.io/npm/dt/react-ts5-remote-app-api.svg )
44
5- This is a ReactJS hook for the TeamSpeak5 RemoteApp API.
5+ This is a ReactJS hook for the TeamSpeak5/6 RemoteApp API.
66
77It gathers all the events and methods from the API and makes them available as React states.
88
99Please note that this is still a work in progress and not all events and methods are implemented yet.
1010
11- Projects which are using this hook: [ TS5 OBS Overlay] ( https://github.com/DerTyp7/ts5-obs-overlay )
11+ Projects which are using this hook: [ TeamSpeak OBS Overlay] ( https://github.com/DerTyp7/ts5-obs-overlay )
1212
1313## Table of Contents
1414
15- - [ React TeamSpeak5 RemoteApp API] ( #react-teamspeak5 -remoteapp-api )
15+ - [ React TeamSpeak5/6 RemoteApp API] ( #react-teamspeak56 -remoteapp-api )
1616 - [ Table of Contents] ( #table-of-contents )
1717 - [ Installation] ( #installation )
1818 - [ Usage] ( #usage )
@@ -26,13 +26,13 @@ Projects which are using this hook: [TS5 OBS Overlay](https://github.com/DerTyp7
2626## Installation
2727
2828``` bash
29- npm install react-ts5 -remote-app-api
29+ npm install react-teamspeak -remote-app-api
3030```
3131
3232## Usage
3333
3434``` Typescript
35- import useTSRemoteApp , { IClient } from " react-ts5 -remote-app-api" ;
35+ import useTSRemoteApp , { IClient } from " react-teamspeak -remote-app-api" ;
3636
3737export default function App() {
3838 const {
@@ -57,7 +57,7 @@ export default function App() {
5757### Get all clients in the current channel
5858
5959``` Typescript
60- import useTSRemoteApp , { IClient } from " react-ts5 -remote-app-api" ;
60+ import useTSRemoteApp , { IClient } from " react-teamspeak -remote-app-api" ;
6161
6262default function App() {
6363 const { clientsInChannel } = useTSRemoteApp ({
0 commit comments