Skip to content

Commit

Permalink
Update DetectRTC.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyujulin authored Aug 26, 2024
1 parent 3a7776c commit a4831d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DetectRTC.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,12 @@
}
}


var DetectRTC = window.DetectRTC || {};

// 绑定支持的视频编解码列表属性
DetectRTC.videoSenderCodecs = videoSenderCodecs();
DetectRTC.videoReceiverCodecs = videoReceiverCodecs();

// ----------
// DetectRTC.browser.name || DetectRTC.browser.version || DetectRTC.browser.fullVersion
DetectRTC.browser = getBrowserInfo();
Expand Down

0 comments on commit a4831d4

Please sign in to comment.