Character Imag
Configuration Method (Establishing Connection)
// Example: Passing license authorization and character avatar through URL parameters
const websocketUrlWithParams = `${websocketUrl}?license=${encodeURIComponent(license)}&characterName=${encodeURIComponent(characterPngName)}`;
const socket = new WebSocket(websocketUrlWithParams);
Parameter Explanation
Parameter name
Type
Value
Explanation
Supported Characters










Last updated