[*] 信令+设置布局

This commit is contained in:
acgist
2023-03-26 12:42:29 +08:00
parent 1fb36da847
commit 4b706478d1
35 changed files with 656 additions and 289 deletions

View File

@@ -10,8 +10,7 @@
## 项目配置
可以自己编译`WebRTC`依赖或者下载已有依赖,
项目导入以后拷贝`libmediasoupclient`源码还有`WebRTC`头文件和二进制文件到`deps`目录。
可以自己编译`WebRTC`依赖或者下载已有依赖,项目导入以后拷贝`libmediasoupclient`源码还有`WebRTC`头文件和二进制文件到`deps`目录。
[WebRTC](https://pan.baidu.com/s/1E_DXv32D9ODyj5J-o-ji_g?pwd=hudc)
@@ -22,7 +21,7 @@
* https://developer.android.google.cn/docs?hl=zh-cn
* https://developer.android.google.cn/guide?hl=zh-cn
## 依赖编译
## 依赖编译(可选)
* https://webrtc.github.io/webrtc-org/native-code/android/
* https://webrtc.github.io/webrtc-org/native-code/development/
@@ -30,6 +29,11 @@
* https://www.chromium.org/developers/how-tos/install-depot-tools/
* https://mediasoup.org/documentation/v3/libmediasoupclient/installation/
## 安卓编译(可选)
* https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/
* https://source.android.google.cn/source/initializing?hl=zh-cn
## 参考项目
* https://github.com/haiyangwu/webrtc-android-build