This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Log] safari (app.js, line 29) | |
[Log] 11 (app.js, line 30) | |
[Log] Initializing library (janus.js, line 101) | |
[Log] Library initialized: true (janus.js, line 209) | |
[Log] Using REST API to contact Janus: https://onecast.dev:2000/janus (janus.js, line 236) | |
[Debug] {janus: "success", transaction: "L8nMVX8xzrSp", data: {id: 3979660731309776}} (janus.js, line 602) | |
[Log] Created session: 3979660731309776 (janus.js, line 610) | |
[Debug] Long poll... (janus.js, line 288) | |
[Debug] {janus: "success", session_id: 3979660731309776, transaction: "1p0ZG4pOud2p", data: {id: 5890531942275862}} (janus.js, line 856) | |
[Log] Created handle: 5890531942275862 (janus.js, line 863) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##Firefox trace | |
SkylinkJS - <<Log>> (DEBUG) Log level exists. Level is set skylink_0.6.5.js:7885:9 | |
SkylinkJS - <<Event>> (incomingStream) Event is subscribed skylink_0.6.5.js:7885:9 | |
SkylinkJS - <<Event>> (peerLeft) Event is subscribed skylink_0.6.5.js:7885:9 | |
SkylinkJS - <<Event>> (mediaAccessSuccess) Event is subscribed skylink_0.6.5.js:7885:9 | |
SkylinkJS - Provided init options: Object { apiKey: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4" } skylink_0.6.5.js:7883:9 | |
SkylinkJS - Init configuration: Object { serverUrl: "//api.temasys.com.sg/api/1d7fca8a-4…", readyState: 0, appKey: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", roomServer: "//api.temasys.com.sg", defaultRoom: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", selectedRoom: "1d7fca8a-456d-4d2c-81e9-3e2b41a776c4", serverRegion: null, enableDataChannel: true, enableIceTrickle: true, enableTURNServer: true, 10 more… } skylink_0.6.5.js:7883:9 | |
SkylinkJS - <<Event>> (readyStateChange) Event is triggered skylink_0.6.5.js:7885:9 | |
SkylinkJS - <<Event>> (readyStateChange) Event is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This example uses the mongoosastic wrapper for ElasticSearch (https://github.com/mongoosastic/mongoosastic) | |
* | |
* The goal is v1.0 of a basic autocomplete search for users (for example, Twitter's user search). In the future | |
* we'd like to expand the complexity of the search, but the needs up front are very simple. | |
* | |
* We are querying against a User object that contains fields displayName and name. For example: | |
* User { | |
* name: 'Joshua Dickson', | |
* displayName: 'joshdickson40' |