Là một dự án mã nguồn mở, muaz-khan/DetectRTC đã đạt 671 sao trên GitHub, ngôn ngữ JavaScript. DetectRTC is a tiny JavaScript library that can be used to detect WebRTC features e.g. system having speakers, microphone or webcam, screen capturing is supported, number of audio/video devices etc. https://www.webrtc-experiment.com/DetectRTC/
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Live Demo: https://www.webrtc-experiment.com/DetectRTC/
if (DetectRTC.isWebRTCSupported === false) {
alert('Please use Chrome or Firefox.');
}
if (DetectRTC.hasWebcam === false) {
alert('Please install an external webcam device.');
}
if (DetectRTC.hasMicrophone === false) {
alert('Please install an external microphone device.');
}
if (DetectRTC.hasSpeakers === false && (DetectRTC.browser.name === 'Chrome' || DetectRTC.browser.name === 'Edge')) {
alert('Oops, your system can not play audios.');
}
What is this?
A tiny JavaScript library that can be used to detect WebRTC features e.g. system having speakers, microphone or webcam, screen capturing is supported, number of audio/video devices etc.
Free?
It is MIT Licenced, which means that you can use it in any commercial/non-commercial product, free of cost.
Tests?
https://travis-ci.org/muaz-khan/DetectRTC
Releases?
https://github.com/muaz-khan/DetectRTC/releases
How to install?
npm install detectrtc --production
# or via "bower"
bower install detectrtc
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/muaz-khan/DetectRTC là nguồn chính thức.
muaz-khan/DetectRTC có bao nhiêu sao?
muaz-khan/DetectRTC có 671 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/muaz-khan/DetectRTC. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
muaz-khan/DetectRTC có những chủ đề gì?
GitHub topics của muaz-khan/DetectRTC: "webrtc", "webrtc-demos", "webrtc-experiments". TopGit xếp repo vào nhóm mã nguồn mở.
muaz-khan/DetectRTC có phải mã nguồn mở không?
Có — muaz-khan/DetectRTC phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/muaz-khan/DetectRTC.
muaz-khan/DetectRTC có trang demo không?
Dự án có trang chủ ở https://www.webrtc-experiment.com/DetectRTC/. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
muaz-khan/DetectRTC còn đang phát triển không?
Commit gần nhất trên muaz-khan/DetectRTC là 3.5 năm trước (theo timestamp GitHub). Repo có 156 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
Đọc đầy đủ README ở tab phía trên.
DetectRTC có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về DetectRTC.