9 |
You're browser does not support webRTC please use a modern browser.
10 |
11 |
12 |
13 |
14 | {{ ownId }}
15 |
16 |
17 |
18 |
21 | {{ connection.connectionId }}
22 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "vue-peerjs",
3 | "version": "0.3.0",
4 | "description": "PeerJS bindings for Vue.js and Vuex",
5 | "main": "dist/vue-peerjs.min.js",
6 | "module": "dist/vue-peerjs.esm.js",
7 | "scripts": {
8 | "lint": "eslint scripts src",
9 | "release": "bash scripts/release.sh",
10 | "build": "rollup -c scripts/rollup-build.js"
11 | },
12 | "repository": {
13 | "type": "git",
14 | "url": "git+https://github.com/JvSomeren/vue-peerjs"
15 | },
16 | "files": [
17 | "dist/",
18 | "types/index.d.ts",
19 | "types/peerjs.d.ts",
20 | "types/vue.d.ts"
21 | ],
22 | "types": "types/index.d.ts",
23 | "keywords": [
24 | "vuejs",
25 | "vue",
26 | "peerjs",
27 | "peerjs-client",
28 | "p2p",
29 | "webrtc",
30 | "realtime",
31 | "vuex"
32 | ],
33 | "author": "Joost van Someren