VectorVoice.init({
apiKey: 'vector_prime_residencies_2ad84d93f806da75ebd7eb636c3484f0d47d0be9751f55c3',
apiUrl: 'https://vector-voice-backend.launchpad.vectoragents.ai',
assistant: {
name: 'Prime Voice Assistant',
greeting: 'Hello! How can I help you find your dream home today?'
},
theme: {
// Prime Residencies red theme
primaryColor: '#000000', // Prime red
hoverColor: '#FF4A50', // Lighter red on hover (optional)
activeColor: '#B71C1C', // Darker red when pressed (optional)
textColor: 'white',
// Position and spacing
position: 'bottom-right',
marginBottom: 20, // 20px from bottom
marginRight: 20 // 20px from right edge
}
});