@sableclient/sable-call-embedded 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 +6 -11
- package/dist/assets/{index-zdC0P6j0.js → index-DBeNQIg_.js} +7 -7
- package/dist/assets/{index-zdC0P6j0.js.map → index-DBeNQIg_.js.map} +1 -1
- package/dist/assets/{index-CSLbyoDR.js → index-cw0uUTf2.js} +2 -2
- package/dist/assets/{index-CSLbyoDR.js.map → index-cw0uUTf2.js.map} +1 -1
- package/dist/assets/{polyfill-force-DGhxcQMk.js → polyfill-force-9fVC5_Nd.js} +2 -2
- package/dist/assets/{polyfill-force-DGhxcQMk.js.map → polyfill-force-9fVC5_Nd.js.map} +1 -1
- package/dist/assets/{spa-DBidebYi.js → spa-DQa8VaPp.js} +2 -2
- package/dist/assets/{spa-DBidebYi.js.map → spa-DQa8VaPp.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @sableclient/sable-call-embedded
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
An embedded build of [sable-call](https://github.com/SableClient/SableCall), a fork of [element-call](https://github.com/element-hq/element-call) that will one day be stable.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR
|
|
12
|
-
|
|
13
|
-
(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to).
|
|
14
|
-
Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses.
|
|
7
|
+
```
|
|
8
|
+
npm install @sableclient/sable-call-embedded
|
|
9
|
+
```
|