Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lingoace/lingo-tkc-rtc

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingoace/lingo-tkc-rtc

LingoAce对接拓课教室web sdk

  • 1.1.8
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

LINGO-TKC-RTC

LingoAce对接拓课教室web sdk

目录

LINGO-TKC-RTC
├── README.md 
├── dist
│   └── index.js 
├── lib
│   └── tksdk.js
├── package.json
├── rollup.config.ts
├── src
│   ├── Lingo
│   │   ├── LingoCameraVideoTrack.ts
│   │   ├── LingoCustomVideoTrack.ts
│   │   ├── LingoMicrophoneAudioTrack.ts
│   │   ├── LingoRTC.ts
│   │   ├── LingoRTCClient.ts
│   │   ├── LingoRemoteAudioTrack.ts
│   │   └── LingoRemoteVideoTrack.ts
│   ├── TK
│   │   ├── TKRoomEvents.ts
│   │   ├── TKRoomInterface.ts
│   │   ├── enums.ts
│   │   └── types.d.ts
│   ├── common
│   │   └── LingoRTCRemoteUser.ts
│   └── index.ts
├── demo
│   ├── controller.js
│   ├── index.html
│   └── style.css
└── tsconfig.json

安装

npm i @lingoace/lingo-tkc-rtc

使用

import { LingoRTC } from '@lingoace/lingo-tkc-rtc'

demo 使用说明

  • 将您的企业相关信息填入controller.js对应位置,以服务器环境运行index.html即可
  • demo仅提供接口使用示例

虚拟背景相关说明

  • 虚拟背景相关业务集成了第三方sdk来实现,第三方要求指定使用域名,目前项目内使用拓课的测试域名。因此如果使用localhost本地开发虚拟背景时,需要修改本地hosts文件将localhost映射至h5-static.talk-cloud.net方可测试。

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc