-
Notifications
You must be signed in to change notification settings - Fork 198
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
Customer feedback: The new version of Teams client SDK initialization timed out #2607
Comments
Hi KaratLee! 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 |
@KaratLee -Thank you for your inquiry about your Teams app development issue! To assist you better, could you please provide the following details? This information will help us better understand the situation and provide a more accurate response. |
Specific steps: |
@sayali-MSFT |
Thank you for your patience! We have reported this as a bug for further investigation. We will keep you updated as soon as we receive further information. Thank you for bringing this to our attention! |
Okay, looking forward to the follow-up progress. |
+1 on this issue. Seeing this on custom Teams tab apps as well. We are doing the following using the latest Microsoft Teams JS SDK await app.initialize();
app.notifyAppLoaded();
await app.notifySuccess();
const context = await app.getContext(); The issue is also reported in other places:
|
System environment: VDI
Teams client version: 24277.3507.3205.5228.
@microsoft/teams-js: 2.24.0
All customers who use Teams client under VDI:
After upgrading from the old Teams client to Teams client 2.0, using the Zoom app in Teams under VDI reports that the Microsoft Teams js sdk initialization timed out.
Everything was fine before upgrading the Teams client .
Can you help check this?
Thanks.
The text was updated successfully, but these errors were encountered: