# net-call-sdk

> tencent net call sdk

Latest version **1.0.7-beta.3** (published 2023-09-01) · 0 weekly downloads

## Install

```sh
npm install net-call-sdk
pnpm add net-call-sdk
yarn add net-call-sdk
bun add net-call-sdk
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7-beta.3 |
| Published | 2023-09-01 |
| First published | 2023-03-28 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 21 |
| Unpacked size | 8.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | haiqingsun |

## Links

- npm: https://www.npmjs.com/package/net-call-sdk
- npm.io page: https://npm.io/package/net-call-sdk

## Dependencies (21)

- [a18n](https://npm.io/package/a18n.md) ^1.12.4
- [antd](https://npm.io/package/antd.md) ^5.4.0
- [axios](https://npm.io/package/axios.md) ^1.2.2
- [react](https://npm.io/package/react.md) ^18.2.0
- [webpack](https://npm.io/package/webpack.md) ^5.75.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [rtc-detect](https://npm.io/package/rtc-detect.md) 0.0.5
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.21.0
- [@types/node](https://npm.io/package/@types/node.md) ^18.11.18
- [trtc-js-sdk](https://npm.io/package/trtc-js-sdk.md) ^4.12.5
- [@types/react](https://npm.io/package/@types/react.md) ^18.0.26
- [babel-loader](https://npm.io/package/babel-loader.md) ^9.1.2
- [style-loader](https://npm.io/package/style-loader.md) ^3.3.1
- [aegis-web-sdk](https://npm.io/package/aegis-web-sdk.md) ^1.36.9
- [react-draggable](https://npm.io/package/react-draggable.md) ^4.4.5
- [@types/react-dom](https://npm.io/package/@types/react-dom.md) ^18.0.10
- [socket.io-client](https://npm.io/package/socket.io-client.md) ^2.2.0
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.20.2
- [@babel/preset-react](https://npm.io/package/@babel/preset-react.md) ^7.18.6
- [rtc-device-detector-react](https://npm.io/package/rtc-device-detector-react.md) ^1.0.7
- [@babel/plugin-transform-runtime](https://npm.io/package/@babel/plugin-transform-runtime.md) ^7.21.0

## Recent versions

- 1.0.7-beta.3 (latest) — 2023-09-01
- 1.0.7-beta.2 — 2023-08-03
- 1.0.7-beta.1 — 2023-07-20
- 1.0.7-beta.0 — 2023-07-13
- 1.0.8-beta.0 — 2023-07-13
- 1.0.7 — 2023-04-07
- 1.0.6 — 2023-04-07
- 1.0.5 — 2023-04-06
- 1.0.4 — 2023-04-04
- 1.0.3 — 2023-03-30
- 1.0.2 — 2023-03-28

## README

# Getting Started with NET-CALL-SDK

This project was a SDK for tencent leads web new call core function.
For how to create and publish an npm package, you could refer [this artical](https://medium.com/swlh/how-to-create-and-publish-an-npm-package-17b5e1744f26)

## Available Scripts

In the project directory, you can run:

### `node index.js`

To run this npm package, you could console.log something and check the result.\

### `npm link`
Executing npm link command creates a symbolic link for your current package inside the global npm node_modules folder (The same folder where our global npm dependencies get installed)

### `npm link net-call-sdk`
So now you can use your created npm package inside any project.

Now, create a new folder on your desktop with any name for example test-repos-library-node and initialize a package.json file so you can confirm that the package is installed correctly:

If you remember, the name property in our package’s package.json file was net-call so you need to require the package using the same name.

Now, execute the following command from inside the test-repos-library-node folder to use the package you created:


### The archetecture
![Net-call-with-view](images/net-call-with-view.jpg)
![Net-call-without-view](images/net-call-without-view.jpg)

---
_Source: https://npm.io/package/net-call-sdk · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
