Are alias-domains possible for Mirotalk?
-
I have a Mirotalk instance that I use for my own stuff on
miro.example.com
. Is it possible to add alias domains, so a customer could usetalk.customerdomain.com
with the same instance as mine? Thus saving resources and not having to install the app several times. I know this is possible with Nextcloud (not on Cloudron though I believe), would be nice to have that possibility, if technically feasible. -
@msbt said in Are alias-domains possible for Mirotalk?:
I have a Mirotalk instance that I use for my own stuff on miro.example.com. Is it possible to add alias domains, so a customer could use talk.customerdomain.com with the same instance as mine?
You can embedding your MiroTalk instance into any website (talk.customerdomain.com) or app easily using an iframe:
<iframe allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay" src="https://miro.example.com/newroom" style="width: 100vw; height: 100vh; border: 0px;"> </iframe>
You can check the MiroTalk SFU example here, or MiroTalk P2P example here.
This functionality would greatly streamline the management of multiple domains while maintaining a single instance.
-
@MiroTalk thanks for your work and input, maybe I should have explained why: This specific example would be for 1:1 sessions for a customer of mine (therapist), where the join-links are supposed to be sent via email (that's why the separate domain, for credibility's sake).