[*] 统一消息模型
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 JNI:WebRTC本地接口</description>
|
||||
|
||||
<dependencies>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.webrtc</groupId>
|
||||
<artifactId>google-webrtc</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
@@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc-mix</artifactId>
|
||||
<artifactId>taoyao-webrtc-jni</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc-mix</artifactId>
|
||||
<artifactId>taoyao-webrtc-jni</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user