[*] readme

This commit is contained in:
acgist
2023-04-28 23:14:42 +08:00
parent dbb3d623d4
commit 2bdb45874a
6 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ import com.acgist.taoyao.media.signal.ITaoyao;
/**
* 房间终端
* 使用SDK + NDK + Mediasoup实现多人会话
* SDK + NDK + Mediasoup实现视频房间会话
*
* @author acgist
*/

View File

@@ -26,8 +26,8 @@ import java.util.Map;
import java.util.function.Consumer;
/**
* P2P终端
* 使用安卓SDK + WebRTC实现P2P会话
* 视频会话
* SDK + WebRTC实现视频会话
*
* 注意:
* 2. offer/answer/candidate枚举大小

View File

@@ -10,7 +10,6 @@ import java.util.List;
/**
* WebRTC配置
* P2P视频监控会用正常会议不会使用需要自己搭建`coturn`服务。
*
* @author acgist
*/