@tbisoftware/phone 1.0.1 → 1.0.2
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @tbisoftware/phone
|
|
2
2
|
|
|
3
3
|
A reusable SIP phone component for React applications built with Tailwind CSS and JsSIP.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
npm install @
|
|
7
|
+
npm install @tbisoftware/phone
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```tsx
|
|
12
|
-
import { Phone } from "@
|
|
12
|
+
import { Phone } from "@tbisoftware/phone";
|
|
13
13
|
|
|
14
14
|
const config = {
|
|
15
15
|
websocketUrl: "wss://your-sip-server.com:8989",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tbisoftware/phone",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A reusable SIP phone component for React applications",
|
|
6
6
|
"author": "TBI",
|
|
@@ -67,4 +67,4 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "https://github.com/tbi/phone"
|
|
69
69
|
}
|
|
70
|
-
}
|
|
70
|
+
}
|