Unverified Commit dfb8c378 authored by Husin Sajjadi's avatar Husin Sajjadi Committed by GitHub

Update README.md

parent 47cb8630
# Sipml5 webrtc for ES (Can be used in Angular and React) # Sipml5 webrtc for Angular
This is a Webrtc library for ES (Angular , React) based on [Sipml5](https://www.doubango.org/sipml5/). In fact, It's a bridge between [Sipml5](https://www.doubango.org/sipml5/) and Angular or React. This is a Webrtc library for Angular based on [Sipml5](https://www.doubango.org/sipml5/). In fact, It's a bridge between [Sipml5](https://www.doubango.org/sipml5/) and Angular.
## Installation ## Installation
Install via npm Install via npm
```bash ```bash
npm i angular-webrtc-sipml npm i ecmascript-webrtc-sipml
``` ```
## Usage ## Usage
import SIPmlWebRTC into your component import SIPmlWebRTC into your component
```javascript ```javascript
import SIPmlWebRTC from 'angular-webrtc-sipml'; import SIPmlWebRTC from 'ecmascript-webrtc-sipml';
``` ```
Add the following tags into your html component (audio tags are used to play voice call) Add the following tags into your html component (audio tags are used to play voice call)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment