We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7770c7a + d1c559a commit e698441Copy full SHA for e698441
articles/communication-services/quickstarts/chat/includes/meeting-interop-windows.md
@@ -63,7 +63,7 @@ private const string connectionString_ = "";
63
64
```csharp
65
/// <summary>
66
- /// Backgroung task that keeps polling for chat messages while the call connection is stablished
+ /// Background task that keeps polling for chat messages while the call connection is stablished
67
/// </summary>
68
private async Task StartPollingForChatMessages()
69
{
@@ -110,7 +110,7 @@ private const string connectionString_ = "";
110
}
111
112
await SetInCallState(true);
113
- Thread.Sleep(3000);
+ await Task.Delay(3000);
114
115
catch (Exception e)
116
0 commit comments