Skip to content

Commit 647003e

Browse files
authored
Update manage-calls-web.md
1 parent c55a758 commit 647003e

File tree

1 file changed

+1
-0
lines changed
  • articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls

1 file changed

+1
-0
lines changed

articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Remote participants represent an endpoint connected to the ongoing Teams call or
165165
|`InLobby` | After `Ringing`, `Connecting` or `EarlyMedia` | The participant is in the Teams meeting lobby.|
166166
|`Disconnected` | Final state | The participant is disconnected from the call. If the remote participant loses their network connectivity, their state changes to `Disconnected` after two minutes. |
167167

168+
168169
```js
169170
const state = remoteParticipant.state;
170171
```

0 commit comments

Comments
 (0)