Skip to content

Commit df49fb0

Browse files
author
Kevin Le Goff
committed
Wording fixes
1 parent 8c4cf8d commit df49fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ To hold the call
125125
await call.hold();
126126
```
127127
When `hold` API resolves, the call state is set to `LocalHold`. In a 1:1 call, the other participant is also put on hold, and state of the call from the perspective of that participant is set to 'RemoteHold'. Later, the other participant might put its call on hold, which would result in a state change to `LocalHold`.
128-
In a group call - the `hold` is a local operation, it won't hold the call for other call participants.
129-
To fully resume that call all users who initiated hold must resume it.
128+
In a group call - the `hold` is a local operation, it doesn't hold the call for other call participants.
129+
To resume the call all users who initiated hold must resume it.
130130

131131
To resume call from hold:
132132
```

0 commit comments

Comments
 (0)