xy-rtc-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.3.4 • Public • Published

XYLINK WEBRTC SDK

小鱼易连webrtc sdk项目。

dev

开发调试在demo目录下面,是一个react项目,已经引入了antd。

$ yarn
 
$ yarn start

build

构建完成后,所有的依赖都打包到lib目录下面,可通过script或es6模块引用。

$ yarn build

跨项目联调

#在此项目执行: 
$ yarn link
 
# 目标项目 
$ yarn link "xy-rtc-sdk"
 
# stop link 
$ yarn unlink
$ yarn unlink "xy-rtc-sdk"

备注

sdk项目包含demo示例程序,请在demo/utils/config.ts文件中配置third和env环境;

Package Sidebar

Install

npm i xy-rtc-sdk

Weekly Downloads

19

Version

1.3.4

License

none

Unpacked Size

4.13 MB

Total Files

28

Last publish

Collaborators

  • luojinghui
  • phoebe_cheng