[*] 统一消息模型

This commit is contained in:
acgist
2022-11-11 07:59:36 +08:00
parent ad76cf7fc4
commit e668670da8
57 changed files with 1542 additions and 764 deletions

View File

@@ -17,9 +17,9 @@
<description>WebRTC模块</description>
<modules>
<module>taoyao-webrtc-jni</module>
<module>taoyao-webrtc-sfu</module>
<module>taoyao-webrtc-mcu</module>
<module>taoyao-webrtc-mix</module>
<module>taoyao-webrtc-mesh</module>
</modules>

View File

@@ -10,19 +10,13 @@
<version>1.0.0</version>
</parent>
<artifactId>taoyao-webrtc-mix</artifactId>
<artifactId>taoyao-webrtc-jni</artifactId>
<packaging>jar</packaging>
<name>taoyao-webrtc-mix</name>
<description>MCU/SFU混合媒体服务</description>
<name>taoyao-webrtc-jni</name>
<description>WebRTC JNIWebRTC本地接口</description>
<dependencies>
<!--
<dependency>
<groupId>org.webrtc</groupId>
<artifactId>google-webrtc</artifactId>
</dependency>
-->
</dependencies>
</project>

View File

@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-webrtc-mix</artifactId>
<artifactId>taoyao-webrtc-jni</artifactId>
</dependency>
</dependencies>

View File

@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>com.acgist</groupId>
<artifactId>taoyao-webrtc-mix</artifactId>
<artifactId>taoyao-webrtc-jni</artifactId>
</dependency>
</dependencies>