实时直播 - 开始直播接口返回值增加WEBRTC字段

pull/578/head
jiang 2022-08-18 15:32:12 +08:00
parent e666bb0407
commit b67841b319
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ public class ApiStreamController {
result.put("RTMP", streamInfo.getRtmp());
result.put("HLS", streamInfo.getHls());
result.put("RTSP", streamInfo.getRtsp());
result.put("WEBRTC", streamInfo.getRtc());
result.put("CDN", "");
result.put("SnapURL", "");
result.put("Transport", device.getTransport());