Exposing MiroTalk CME with Ngrok

To make MiroTalk accessible from outside your local PC via HTTPS using Ngrok, follow these steps:
Step 1: Configure Ngrok
- Visit ngrok.com
- Sign up for a free account.
- Replace
YourNgrokAuthTokenwith your-authtoken
Open the .env file and update the Ngrok settings as follows:
Step 2: Run MiroTalk
Start MiroTalk with npm start. After running the command, you will see the following lines in the console log:
Step 3: Access MiroTalk
Open the provided URL in your web browser. You can now join a room, click the "Share" button to obtain the URL, and share it with others. Wait for participants to join your MiroTalk CME session.