P2P Video Meeting
a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access
P2P Video Meeting란 무엇입니까?
P2P Video Meeting은(는) chandler.stimson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access"입니다.
확장 프로그램 스크린샷
P2P Video Meeting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Meeting is a secure peer-to-peer video conferencing extension that does not require registration. It uses WebSocket to initiate communication between different members and then disconnects from this signaling server. All streams are sent over peer-to-peer WebRTC channels. Meeting creates a distributed network that any peer is responsible to provide streams to the other peers. It uses SHA-256 encryption over the WebSocket signaling channel to protect user privacy. Also, it adjusts video qualities that are streamed to the members to optimize bandwidth. Meeting does not have a limit on the number of attendees as fas as the network can handle streams to all peers. You can even have your own signaling server if you want to increase the privacy or use Meeting on a protected or a local network.
확장 프로그램 기본 정보
이름 | P2P Video Meeting |
ID | jjmbjdjdiagnfeecgbhomennkkkcjpod |
공식 URL | https://chromewebstore.google.com/detail/p2p-video-meeting/jjmbjdjdiagnfeecgbhomennkkkcjpod |
설명 | a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access |
파일 크기 | 94.52 KB |
설치 횟수 | 58 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-09-18 |
출시 날짜 | 2020-08-31 |
개발자 | chandler.stimson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/meeting.html |
도움말 페이지 URL | https://add0n.com/meeting.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "P2P Video Meeting", "description": "a secure peer-to-peer video and audio conference using WebRTC that works with or without INTERNET access", "permissions": [ "storage", "contextMenus" ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "background": { "service_worker": "worker.js" }, "action": [], "options_ui": { "page": "data\/options\/index.html" }, "homepage_url": "https:\/\/add0n.com\/meeting.html" } |