Call 988 Call TCN

TELEHEALTH

TCN Behavioral Health is happy to offer Telehealth services.

How to Join a Microsoft Teams Meeting

TCN uses Microsoft Teams for Telehealth. Clients can download the application or join in the web. If joining from the website, a meeting ID and passcode is needed. These are provided in the email invitation. Once the link is clicked in the invitation, your browser will be redirected to another page.


// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });