Skip to content

Commit e4d3889

Browse files
authored
Apply suggestions from code review
Corrected spelling as reported by Acrolinx
1 parent 00a920c commit e4d3889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ All remote participants are available through the `RemoteParticipants` collectio
317317
}
318318
```
319319

320-
A video stream will transit through a sequence of internal states. `VideoStreamState.Available` is the perferred state to bind the video stream to UI element for rendering the video stream, such as `MediaPlayerElement`, and `VideoStreamState.Stopped` is typically where the cleanup tasks such as stopping video preview should be done.
320+
A video stream will transit through a sequence of internal states. `VideoStreamState.Available` is the preferred state to bind the video stream to UI element for rendering the video stream, such as `MediaPlayerElement`, and `VideoStreamState.Stopped` is typically where the cleanup tasks such as stopping video preview should be done.
321321

322322
```C#
323323
private async void OnIncomingVideoStreamStateChangedAsync(IncomingVideoStream incomingVideoStream)
@@ -719,7 +719,7 @@ All remote participants are available through the `RemoteParticipants` collectio
719719
}
720720
```
721721

722-
A video stream will transit through a sequence of internal states. `VideoStreamState.Available` is the perferred state to bind the video stream to UI element for rendering the video stream, such as `MediaPlayerElement`, and `VideoStreamState.Stopped` is typically where the cleanup tasks such as stopping video preview should be done.
722+
A video stream will transit through a sequence of internal states. `VideoStreamState.Available` is the preferred state to bind the video stream to UI element for rendering the video stream, such as `MediaPlayerElement`, and `VideoStreamState.Stopped` is typically where the cleanup tasks such as stopping video preview should be done.
723723

724724
```C#
725725
private async void OnIncomingVideoStreamStateChangedAsync(IncomingVideoStream incomingVideoStream)

0 commit comments

Comments
 (0)