-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iframe available options #2
Comments
Based of you needs, you can create 3 type of Iframes for a website:
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://c2c.mirotalk.com"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://c2c.mirotalk.com/?room=test"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe>
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay"
src="https://c2c.mirotalk.com/join?room=test&name=test"
style="height: 100vh; width: 100vw; border: 0px;"
></iframe> |
<iframe allow="camera; microphone; fullscreen; display-capture; autoplay" src="https://c2c.mirotalk.com/?room=test" style="height: 100%; width: 100%; border: 0px;" ></iframe> It seems that the above setting (and what is preferrable in my use case) does not allow for the client to load. |
Here the user need to |
Indeed, I may need to get clear on my end, dev wise. |
Make sure you entered the Please, for future questions, discussions and so on, join with us on Discord and not open issues here, which are usually for reporting bugs. Thank you for understanding. |
Using the iframe so that the user drops into a preset room name would be useful. Currently it seems that one must include a username in such a preset url in the iframe, which isn't ideal. Any pointers or approach to how one does this is appreciated.
mahalo from Mauna Loa
The text was updated successfully, but these errors were encountered: