peerjs config

This commit is contained in:
Kevin Jahns
2014-08-17 01:07:40 +02:00
parent c27618bc0a
commit 8aa5dc9866
10 changed files with 17 additions and 15 deletions

View File

@@ -2,9 +2,9 @@
#
# @param {Function} callback The callback is called when the connector is initialized.
#
createPeerJsConnector = (callback)->
createPeerJsConnector = (peer_js_parameters, callback)->
peer = new Peer {key: 'h7nlefbgavh1tt9'}
peer = new Peer peer_js_parameters
#
# @see http://peerjs.com