Henrikas graduated from LCC in 2012 with the Bachelor’s degree in the Business Administration.
Henrikas is Founder and CEO of “Interactio” (www.interactio.io) international startup with 700k EUR in funding and operations in 30 countries.
window.addEventListener('message', function(event) {
console.log('Received postMessage event:', event);
// Check for a specific message if needed
if (event.data === 'chatClosed') {
console.log('The chat has been closed.');
// You could hide the chat container here, e.g.,
// document.getElementById('chatbox').style.display = 'none';
}
});