webrtc-internals-adapter

1.0.2 • Public • Published

WebRTC-Internals

English | 简体中文

demo: https://ltsg123.github.io/webrtc-internals/

Example image: safari ios ios

config

Configuration parameters are stored in the window RTC_INTERNALS_PARAMS and can be changed/referenced directly.

⚠️

Since it involves changing the PC prototype method, it must be loaded before the pc is built or it will fail!!!

Known limitations

The tool has introduced the webrtc-adapter, but there are still some issues caused by differences between other browsers and chrome, as follows:

  1. safari/firefox has limitations on ICE Candidate pair/grid data, (can judge candidate by looking at sdp)

Install

Use npm

# with npm
npm i webrtc-internals-adapter

CDN is also provided

<script src="https://ltsg123.github.io/webrtc-internals/dist/index.js"></script>

Any questions you can contact me at ltsg0317@outlook.com

Package Sidebar

Install

npm i webrtc-internals-adapter

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

1.36 MB

Total Files

7

Last publish

Collaborators

  • ltsg123