Files
JiboOs/docs/services/remote/RemoteService.js
2026-03-16 13:53:01 +02:00

42 lines
1.1 KiB
JavaScript

/**
* Initialize websocket to remote service in ssm
* @param {Service} service
* @param {Function} any
*/
/**
* Request a command library connector
* @return {CommandConnector} connector used to communicate with command library
*/
/**
* Call to when remote connection user is ready for session to start
* In the case of remote skill ready will be called once remote intro MIM completes
*/
/**
* Force disconnect of remote connection from command library
* @param {JIBO.v1.DisconnectCodes.DisconnectCodeType} [code = DisconnectCode.RobotError]
*/
/**
* Send video message to remote socket
* @param {string} assetUrl
* @param {string} videoType
*/
/**
* Send photo message to remote socket
* @param {string} assetUrl
* @param {string} photoUrl
*/
/**
* Send message to remote socket to cancel asset
* @param assetUrl
*/
/**
* Handler for messages received from remote web socket
* @param {string} message
*/