From 7055c53192aadf6af9444c81373ab256e760b808 Mon Sep 17 00:00:00 2001 From: hexq <hexiaoqu@visioninsight.com> Date: 星期六, 20 一月 2024 10:26:49 +0800 Subject: [PATCH] BUGFIX:回放时,优先从SDP中提取channelId,兼容从Subject无法提取到channelId的问题 --- web_src/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web_src/index.html b/web_src/index.html index 778591e..bd66d39 100644 --- a/web_src/index.html +++ b/web_src/index.html @@ -15,5 +15,6 @@ <script type="text/javascript" src="./static/js/ZLMRTCClient.js"></script> <script type="text/javascript" src="./static/js/config.js"></script> <div id="app"></div> + </body> </html> -- Gitblit v1.8.0