more examples

This commit is contained in:
Kevin Jahns
2014-08-19 21:53:58 +02:00
parent 9d871adb00
commit a998f81211
2 changed files with 15 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ A working widget implementation is [IwcJson.xml](./IwcJson.xml) and the js-file
The PeerJs Framework requires an API key, or you need to set up your own PeerJs server.
Get an API key from the Website.
The first parameter of `createPeerJsConnector` is the options object in PeerJs.
The first parameter of `createPeerJsConnector` is forwarded as the options object in PeerJs.
Therefore, you may also specify the server/port here.
```js