NETWORK_WEBSOCKET_MANAGE | NETWORK Endpoint | |
/ondemand/core/?method=NETWORK_WEBSOCKET_MANAGE | ||
Send a message using a websocket. Default is to use pusher.com as WebSocket service. |
PARAMETERS | TYPE | NOTES | |
message | Message (data) to be sent. | ||
type | Pusher=12 [Default is 12] | ||
typetext | PUSHER | ||
function | Text | The Javascript function to be called with the message (data). The default is "mydigitalstructurewebsocket" | |
endpointurl | Text | Optional endpoint url if not stored in the service url (link). |
RETURN | ||
response | WebSocket sevice (pusher.com as default) response. |