skyway-multiparty
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,2 +9,3 @@ /** | ||
const util = require('./util') | ||
const Peer = require('skyway-peerjs') | ||
@@ -11,0 +12,0 @@ navigator.getUserMedia_ = navigator.getUserMedia |
{ | ||
"name": "skyway-multiparty", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "SkyWay js library for multi party apps", | ||
"homepage": "https://github.com/nttcom/SkyWay-MultiParty", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nttcom/SkyWay-MultiParty.git" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -12,9 +16,7 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/nttcom/SkyWay-MultiParty/issues", | ||
"email": "skyway@ntt.com" | ||
"url": "https://github.com/nttcom/SkyWay-MultiParty/issues" | ||
}, | ||
"author": { | ||
"name": "NTT Communications", | ||
"email": "skyway@ntt.com", | ||
"url": "http://skyway.io" | ||
"url": "http://skyway.io/en" | ||
}, | ||
@@ -41,4 +43,5 @@ "licenses": [ | ||
"events": "^1.1.1", | ||
"md5": "^2.2.1" | ||
"md5": "^2.2.1", | ||
"skyway-peerjs": "^0.4.0" | ||
} | ||
} |
# SkyWay MultiParty | ||
[日本語](./README.ja.md) | [English](./README.md) | ||
[日本語](https://github.com/nttcom/SkyWay-MultiParty/blob/master/README.ja.md) | [English](https://github.com/nttcom/SkyWay-MultiParty/blob/master/README.md) | ||
@@ -51,6 +51,9 @@ SkyWay( http://nttcom.github.io/skyway/ )を用い、多人数参加のグループビデオチャットを簡単に開発できるライブラリです。 | ||
1. ``examples/multiparty-sample.html`` の57行目 'key' プロパティを各自のAPIKEYに変更 | ||
1. ``examples/multiparty-sample.html`` の57行目 'key' プロパティを各自のAPIKEYに変更(このとき、``localhost``をAPIKEYに登録してください) | ||
2. ``$ npm install`` | ||
3. ``$ npm run webpack-dev-server`` | ||
4. https://localhost:8081/examples/multiparty-sample.html を二つのブラウザウィンドウで開いてください | ||
APIKEYは、https://skyway.io/ds/ に開発者登録することで入手できます。 | ||
## サンプルページ | ||
@@ -67,4 +70,8 @@ | ||
[SkyWay branch peerjs](https://github.com/nttcom/peerjs/) のインストールも必要です。 | ||
### webpackなどで利用する場合 | ||
```js | ||
const MultiParty = require('skyway-multiparty') | ||
``` | ||
## ダウンロード | ||
@@ -71,0 +78,0 @@ |
# SkyWay MultiParty | ||
[日本語](./README.ja.md) | [English](./README.md) | ||
[日本語](https://github.com/nttcom/SkyWay-MultiParty/blob/master/README.ja.md) | [English](https://github.com/nttcom/SkyWay-MultiParty/blob/master/README.md) | ||
@@ -51,6 +51,9 @@ This is a library for easy implementation of group video chat with SkyWay(http://nttcom.github.io/skyway/). | ||
1. update your own APIKEY in line 57 of ``examples/multiparty-sample.html``. | ||
1. update your own APIKEY in line 57 of ``examples/multiparty-sample.html``. (Please be sure that ``localhost`` is registered in your APIKEY setting) | ||
2. ``$ npm install`` | ||
3. ``$ npm run webpack-dev-server`` | ||
4. open https://localhost:8081/examples/multiparty-sample.html in two browser window. | ||
In case you don't have APIKEY, please sign-up SkyWay account and obtain API key at https://skyway.io/ds/. | ||
## Demo Page | ||
@@ -67,4 +70,8 @@ | ||
You need to install [SkyWay branch peerjs](https://github.com/nttcom/peerjs/) as well. | ||
### Using with webpack etc. | ||
```js | ||
const MultiParty = require('skyway-multiparty') | ||
``` | ||
## Download | ||
@@ -71,0 +78,0 @@ |
@@ -9,3 +9,3 @@ const webpack = require('webpack'); | ||
_entry = { | ||
"multiparty": "./lib/index.js" | ||
"multiparty": path.join(__dirname, "lib/index.js") | ||
}; | ||
@@ -12,0 +12,0 @@ break; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
405659
5099
307
3
3
+ Addedskyway-peerjs@^0.4.0
+ Addedeventemitter3@0.1.5(transitive)
+ Addedjs-binarypack@0.0.9(transitive)
+ Addedskyway-peerjs@0.4.0(transitive)