Transparency Mode
Setmodel=transparency when connecting to wss://transfer.navtalk.ai/wss/v2/realtime-chat. Upon connection, you receive a conversation.connected.success event containing the session ID and ICE server configuration. No AI response is generated; the avatar simply mirrors whatever the user says.
conversation.connected.success event with the session ID, establish the WebRTC connection through the same unified WebSocket (WebRTC signaling is handled through the same connection in v2). The avatar will animate the user’s sentence without any AI reasoning.
Use transparency mode for mirror demos, caption QA, or scripted playback. Close the transparency session and reconnect without model=transparency when you want to resume normal AI replies.