mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-08-28 06:42:35 +02:00
add object visualzation to playground
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
this.container = this.find("container");
|
||||
this.client = new WVNC({
|
||||
element: me.canvas,
|
||||
ws: 'wss://lxsang.me/wvnc',
|
||||
ws: 'wss://localhost:9192/wvnc',
|
||||
worker: `${me._api.handler.get}/${(me.meta().path)}/decoder.js`
|
||||
});
|
||||
this.client.onerror = function(m) {
|
||||
|
@@ -85,7 +85,7 @@ class RemoteDesktop extends this.OS.GUI.BaseApplication
|
||||
@container = @find "container"
|
||||
@client = new WVNC {
|
||||
element: me.canvas,
|
||||
ws: 'wss://lxsang.me/wvnc',
|
||||
ws: 'wss://localhost:9192/wvnc',
|
||||
worker: "#{me._api.handler.get}/#{me.meta().path}/decoder.js"
|
||||
}
|
||||
@client.onerror = (m) ->
|
||||
|
Reference in New Issue
Block a user