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

startCall function fails if target belongs to different tenant #2403

Open
deryck8902 opened this issue Jul 12, 2024 · 3 comments
Open

startCall function fails if target belongs to different tenant #2403

deryck8902 opened this issue Jul 12, 2024 · 3 comments

Comments

@deryck8902
Copy link

Hey Everyone!

I ran into the issue, I would like to use the startCall funtion of the library to call a bot.

If the bot is the same tenant as the user then it is working fine, but if the bot is in different tenant i just got the error (see the attached picture above).

image

This part of my code is pretty simple:

` call.startCall({
targets: [this.target],
requestedModalities: [call.CallModalities.Audio],
});

Thanks a lot!`

Copy link
Contributor

Hi deryck8902! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@Meghana-MSFT
Copy link

Meghana-MSFT commented Jul 15, 2024

@deryck8902 - call.startCall is used start calls with other users. Whereas in the question you have mentioned that

I would like to use the startCall funtion of the library to call a bot.

Could you please confirm if you are using this to start call with other user or bot?

@deryck8902
Copy link
Author

deryck8902 commented Jul 15, 2024

@Meghana-MSFT thanks for checking it. A small note from my side is that, it was working the Teams v1 since we switched to the new UI it stopped working.

User wants to call a bot.

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

No branches or pull requests

3 participants