Skip to content
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

Closed
ambuj74 opened this issue May 13, 2021 · 5 comments

Comments

@ambuj74
Copy link

ambuj74 commented May 13, 2021

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

`
image

can you please tell the fix for the issue.

@Wajeed-msft
Copy link
Contributor

@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.

@ambuj74
Copy link
Author

ambuj74 commented May 19, 2021

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
image

Is there any possibilities to open the meeting dialog in small size screen.

@Wajeed-msft
Copy link
Contributor

Unfortunately, it does not support customization for size. Do you see any problem due to full screen design?

@ambuj74
Copy link
Author

ambuj74 commented May 27, 2021

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

image

Can you please help me on this.

@Wajeed-msft
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants