文件名称:ta-rms-interface:简化客户端的RMS通信
文件大小:85KB
文件格式:ZIP
更新时间:2024-03-26 05:24:05
JavaScript
ta-rms接口 简化客户端的RMS通信 安装 $ npm install ta-rms-interface 用法 import MsgClient from 'ta-rms-interface' class VirtualTablet extends MsgClient { startCustomerVideo = ( ) => this . signal ( eventTypes . startCustomerVideo ) stopCustomerVideo = ( ) => this . signal ( eventTypes . stopCustomerVideo ) } . . .
【文件预览】:
ta-rms-interface-master
----src()
--------MsgClient.js(2KB)
--------config.js(478B)
--------MsgClient.test.js(2KB)
--------index.js(28B)
----babel.config.js(193B)
----lib()
--------MsgClient.js(5KB)
--------config.js(706B)
--------MsgClient.test.js(2KB)
--------index.js(608B)
----.npmignore(22B)
----README.md(376B)
----Jenkinsfile(2KB)
----.npmrc(372B)
----jest.config.json(349B)
----.gitignore(34B)
----CHANGELOG.md(818B)
----package-lock.json(305KB)
----package.json(1KB)