@exotel-npm-dev/webrtc-client-sdk 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog CHANGED
@@ -1,6 +1,8 @@
1
1
  Change Log
2
+ ## v1.0.10 24 March 2024
3
+ -[VST-609] added DTMF support in SDK
2
4
 
3
- ## v1.0.7 16 Feb 2024
5
+ ## v1.0.9 16 Feb 2024
4
6
  -[VST-566] upgraded coreSDK , and exoposed checkClientStatus API
5
7
 
6
8
  ## 17 Aug,2023
@@ -1,37 +1,23 @@
1
1
  # Demonstrations
2
-
3
2
  ## Building
4
-
5
3
  index.html require exotel sdk bundle.
6
-
7
4
  Steps to generating webrtc core bundle.
8
-
9
5
  * go to webrtc client sdk
10
-
11
6
  `cd <path>/webrtc-client-sdk`
12
7
 
13
8
  * generate core bundle
14
-
15
9
  ```
16
10
  npm install
17
11
  npm run build
18
12
  ```
19
13
 
20
14
  * `exotelsdk.js` will generate in `dist` directory along with wav files.
21
-
22
15
  ## Running
23
-
24
16
  The demos will run in Chrome, Firefox, or other web browsers which supports WebRTC.
25
-
26
17
  In your web browser, open the `index.html` file in this directory to run the demos.
27
-
28
-
29
18
  ## Development
30
-
31
19
  This demonstration are build on simple html which provides some basic functionality via a simple interface.
32
-
33
20
  ## Issues
34
21
  ### ringtone not playing
35
-
36
22
  1. remove the wav files from `../dist/`.
37
- 2. copy the wav files from `assets/sounds` and paste to `../dist/`.
23
+ 2. copy the wav files from `../assets/sounds` and paste to `demo-non-npm/dist/`.
package/dist/beep.wav CHANGED
Binary file