2023-07-04 10:59:49 +07:00
2023-07-01 17:49:04 +07:00
2023-07-04 10:59:49 +07:00
2023-07-01 17:49:46 +07:00
2023-07-03 13:33:29 +01:00
2023-07-01 17:49:04 +07:00
2023-07-01 17:49:04 +07:00
2023-07-03 13:33:29 +01:00

Build Project

npm i
npm run build

After successfully build, there is generated file dist/webrtc-widget.js Copy this file to your project and use as normal HTML tag

import './webrtc-widget/webrtc-widget'

 <div className="App">
    <webrtc-widget></webrtc-widget>
  </div>
Description
An example webrtc client that integrates with jambonz
Readme 244 KiB
Languages
TypeScript 59.9%
JavaScript 32.9%
HTML 4.7%
CSS 2.5%