Skip to content

Commit 8b6b02b

Browse files
authored
Apply suggestions from code review
1 parent 087534c commit 8b6b02b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/custom-teams-endpoint/voice-video-calling-cte-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private void startCall() {
315315

316316
## Answer a Call
317317

318-
Accepting a call can be done using the teams call agent using only a reference to the current context
318+
Accepting a call can be done using the teams call agent using only a reference to the current context.
319319

320320
```java
321321
public void acceptACall(TeamsIncomingCall teamsIncomingCall){
@@ -325,7 +325,7 @@ public void acceptACall(TeamsIncomingCall teamsIncomingCall){
325325

326326
## Join a Teams Call
327327

328-
A user can join an existing call by passing a link
328+
A user can join an existing call by passing a link.
329329

330330
```java
331331
/**
@@ -339,7 +339,7 @@ public TeamsCall joinTeamsCall(TeamsCallAgent teamsCallAgent){
339339

340340
## Join a Teams Call with options
341341

342-
We can also join an existing call with preset options, such as being muted
342+
We can also join an existing call with preset options, such as being muted.
343343

344344
```java
345345
/**
@@ -355,7 +355,7 @@ public TeamsCall joinTeamsCall(TeamsCallAgent teamsCallAgent){
355355

356356
## Setup Incoming Call Listener
357357

358-
To be able to detect incoming calls and other actions not done by this user, listeners must be setup
358+
To be able to detect incoming calls and other actions not done by this user, listeners must be setup.
359359

360360
```java
361361
private TeamsIncomingCall teamsincomingCall;

articles/communication-services/quickstarts/voice-video-calling/includes/custom-teams-endpoint/voice-video-calling-cte-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,4 @@ You can build and run the code on Visual Studio. For solution platforms, we supp
740740

741741
You can make an outbound call by providing a user ID in the text field and clicking the `Start Call` button. Calling `8:echo123` connects you with an echo bot, this feature is great for getting started and verifying your audio devices are working.
742742

743-
:::image type="content" source="../../media/windows/run-the-winui-app.png" alt-text="Screenshot showing running the WinUI quickstart app":::
743+
:::image type="content" source="../../media/windows/run-the-winui-app.png" alt-text="Screenshot showing running the WinUI quickstart app.":::

0 commit comments

Comments
 (0)