Search
Preparing search index...
The search index is not available
Fudge Net
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Fudge Net
FudgeNet
ROUTE
Enumeration ROUTE
Defines the route the message should take.
route undefined -> send message to peer idTarget using RTC
route undefined & idTarget undefined -> send message to all peers using RTC
route HOST -> send message to peer acting as host using RTC, ignoring idTarget
route SERVER -> send message to server using websocket
route VIA_SERVER -> send message to client idTarget via server using websocket
route VIA_SERVER_HOST -> send message to client acting as host via server using websocket, ignoring idTarget
Index
Enumeration members
HOST
SERVER
VIA_
SERVER
VIA_
SERVER_
HOST
Enumeration members
HOST
HOST
= "toHost"
SERVER
SERVER
= "toServer"
VIA_
SERVER
VIA_
SERVER
= "viaServer"
VIA_
SERVER_
HOST
VIA_
SERVER_
HOST
= "viaServerToHost"
Exports
Fudge
Net
Fudge
Net
ROUTE
HOST
SERVER
VIA_
SERVER
VIA_
SERVER_
HOST
Generated using
TypeDoc
Defines the route the message should take.