-
Notifications
You must be signed in to change notification settings - Fork 771
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
Use Microsoft teams meeting invite link as a Task module in Bot on click of the Button. #89
Comments
@ambuj74 - you can not embed the meeting experience in iFrame directly. Instead you could Generate a deep link to the scheduling dialog which will lauch new meeting dialog. Please let us know if that helps. |
Hi @Wajeed-msft Thanks for the response, I have already used the deep link as you have suggested but that is launching the meeting dialog in fullscreen , below is the screenshot Is there any possibilities to open the meeting dialog in small size screen. |
Unfortunately, it does not support customization for size. Do you see any problem due to full screen design? |
Hi @Wajeed-msft Thanks for the response, But I have requirement where on click of the button, The meeting dialog should open as given in the below screenshot Can you please help me on this. |
The UI for scheduling dialog has been changed to full screen. Same is show when you deep link to scheduling dialog. This is by design. |
I have a Microsoft teams bot and I wanted to use Microsoft meeting invite link i.e ["https://teams.microsoft.com/l/meeting/new?subject="] to open it as a task module inside the teams bot on click of a button.
I have tried putting inside iframe as follow but it is not loading:
`<iframe width="1000" height="700" src="https://teams.microsoft.com/l/meeting/new?subject=" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
Below is the screenshot of teams behaviour
`
can you please tell the fix for the issue.
The text was updated successfully, but these errors were encountered: