System Character
Configuration Method
// Construct URL with license and character parameters
const websocketUrl = 'wss://api.navtalk.ai/api/realtime-api';
const websocketUrlWithParams = `${websocketUrl}?license=${encodeURIComponent(license)}&characterName=${encodeURIComponent(characterPngName)}`;
// Establish WebSocket connection
const socket = new WebSocket(websocketUrlWithParams);Parameter Explanation
Parameter
Type
Required
Description
System Supported Characters










Last updated