Go to file
2021-12-24 16:06:33 +08:00
src 修复插件覆盖app名称的问题 2021-12-24 16:06:33 +08:00
www init 2021-12-21 16:35:16 +08:00
.gitignore Initial commit 2021-12-21 16:17:40 +08:00
LICENSE Initial commit 2021-12-21 16:17:40 +08:00
package.json init 2021-12-21 16:35:16 +08:00
plugin.xml 修复插件覆盖app名称的问题 2021-12-24 16:06:33 +08:00
README.md init 2021-12-21 16:35:16 +08:00

cordova-plugin-trtc

腾讯实时音视频(TRTC)封装cordova插件 (示例)

具体原生项目参考tencent的demo, 源码大部分从这里搬运:

https://github.com/zhaoyang21cn/Android_TRTC

https://github.com/zhaoyang21cn/iOS_TRTC

iOS的sdk需要自己添加到src/ios/libs下, 可以从官网获取