You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,9 @@ Remote participants represent an endpoint connected to the ongoing Teams call or
148
148
149
149
-`identifier`: Returns one of the following identifiers: `CommunicationUserIdentifier`, `MicrosoftTeamsUserIdentifier`, `PhoneNumberIdentifier`, or `UnknownIdentifier`.
150
150
151
-
```js
152
-
constidentifier=remoteParticipant.identifier;
153
-
```
151
+
```js
152
+
constidentifier=remoteParticipant.identifier;
153
+
```
154
154
155
155
-`state`: Returns a `string` that represents a state of a remote participant. The state can have one of the following values:
156
156
@@ -166,40 +166,40 @@ Remote participants represent an endpoint connected to the ongoing Teams call or
166
166
|`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. |
167
167
168
168
169
-
```js
170
-
const state = remoteParticipant.state;
171
-
```
169
+
```js
170
+
conststate=remoteParticipant.state;
171
+
```
172
172
173
173
-`callEndReason`: Returns an object containing additional information about the reason the call ended. Property `code` returns a number associated with the reason, and `subCode` returns a number associated with the code and the reason. You can find more information about [error codes](../../../../concepts/troubleshooting-info.md#calling-sdk-error-codes).
0 commit comments