[*] 日常优化

This commit is contained in:
acgist
2023-09-16 09:37:30 +08:00
parent 64caae1ddd
commit 833fc34b08
3 changed files with 30 additions and 25 deletions

View File

@@ -22,6 +22,13 @@ import com.acgist.taoyao.signal.protocol.ProtocolRoomAdapter;
"roomId" : "房间ID",
"producerId": "数据生产者ID"
}
{
"roomId" : "房间ID",
"producerId": "生产者ID",
"status" : [
...状态信息
]
}
""",
flow = "终端=>信令服务->媒体服务"
)