Skip to content

Commit 61c90e1

Browse files
committed
Resolved blocking issues
Fixed typo from include file, and problems with telephony and Calling SDK files.
1 parent 328ffaf commit 61c90e1

File tree

3 files changed

+34
-35
lines changed

3 files changed

+34
-35
lines changed

articles/communication-services/concepts/telephony/telephony-concept.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ If you answer **yes** to the following questions, then Voice Calling (PSTN) is t
3838
With this option:
3939
- You get numbers directly from Microsoft and can call phones around the world.
4040
- You don't need to deploy or maintain any on-premises system because Voice Calling (PSTN) operates through Azure Communication Services.
41-
- Note: If necessary, you can choose to connect a supported Session Border Controller (SBC) through Azure Communication Services direct routing for interoperability with third-party private branch exchanges (PBXs). SBCs can also enable analog devices and other third-party telephony equipment supported by the SBC.
41+
42+
> [!NOTE]
43+
> If necessary, you can connect a supported Session Border Controller (SBC) through Azure Communication Services direct routing for interoperability with third-party private branch exchanges (PBXs). SBCs can also enable analog devices and other third-party telephony equipment supported by the SBC.
4244
4345
This option requires an uninterrupted connection to Azure Communication Services.
4446

@@ -68,24 +70,24 @@ This option requires:
6870

6971
- Uninterrupted connection to Azure.
7072
- Deploying and maintaining a supported SBC.
71-
- A contract with a third-party carrier. (Unless deployed as an option to provide a connection to third-party PBX, analog devices, or other telephony equipment for users who are on Communication Services.)
73+
- A contract with a third-party carrier. Unless deployed as an option to provide a connection to third-party PBX, analog devices, or other telephony equipment for users who are on Communication Services.
7274

7375
## Next steps
7476

7577
### Conceptual documentation
7678

77-
- [Phone number types in Azure Communication Services](./plan-solution.md)
78-
- [Plan for Azure direct routing](./direct-routing-infrastructure.md)
79-
- [Session Border Controllers certified for Azure Communication Services direct routing](./certified-session-border-controllers.md)
80-
- [Pricing](../pricing.md)
81-
- Learn about [call automation API](../call-automation/call-automation.md) that enables you to build server-based calling workflows to control and manage calls for phone numbers and direct routing
82-
- [Number lookup overview](../../concepts/numbers/number-lookup-concept.md)
83-
- [Try Phone Calling](./try-phone-calling.md)
79+
- [Phone number types in Azure Communication Services](./plan-solution.md).
80+
- [Plan for Azure direct routing](./direct-routing-infrastructure.md).
81+
- [Session Border Controllers certified for Azure Communication Services direct routing](./certified-session-border-controllers.md).
82+
- [Pricing](../pricing.md).
83+
- Learn about [call automation API](../call-automation/call-automation.md) that enables you to build server-based calling workflows that controls and manages calls for phone numbers and direct routing.
84+
- [Number lookup overview](../../concepts/numbers/number-lookup-concept.md).
85+
- [Try Phone Calling](./try-phone-calling.md).
8486

8587

8688
### Quickstarts
8789

88-
- [Get a phone number](../../quickstarts/telephony/get-phone-number.md)
89-
- [Outbound call to a phone number](../../quickstarts/telephony/pstn-call.md)
90-
- [Use call automation to build calling workflow that can place calls to phone numbers, play voice prompts and more](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md)
91-
- [Look up operator information for a phone number](../../quickstarts/telephony/number-lookup.md)
90+
- [Get a phone number](../../quickstarts/telephony/get-phone-number.md).
91+
- [Outbound call to a phone number](../../quickstarts/telephony/pstn-call.md).
92+
- [Use call automation to build calling workflow that can place calls to phone numbers, play voice prompts and more](../../quickstarts/call-automation/quickstart-make-an-outbound-call.md).
93+
- [Look up operator information for a phone number](../../quickstarts/telephony/number-lookup.md).

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -164,21 +164,18 @@ We highly recommend identifying and validating your scenario by visiting the sup
164164

165165
## Maximum call duration
166166

167-
**The maximum call duration is 30 hours**, participants that reach the maximum call duration lifetime of 30 hours are disconnected from the call.
167+
**The maximum call duration is 30 hours** and participants that reach the maximum call duration lifetime of 30 hours are disconnected from the call.
168168

169169
## Supported number of incoming video streams
170170

171171
The Azure Communication Services Calling SDK supports the following streaming configurations:
172172

173-
| Limit | Web | Windows/Android/iOS |
174-
| ------------------------------------------------------------- | --------------------------- | -------------------------- |
173+
| Limit | Web | Windows/Android/iOS |
174+
| --- | --- | --- |
175175
| **Maximum # of outgoing local streams that can be sent simultaneously** | 1 video and 1 screen sharing | 1 video + 1 screen sharing |
176176
| **Maximum # of incoming remote streams that can be rendered simultaneously** | 16 videos + 1 screen sharing on desktop browsers*, 4 videos + 1 screen sharing on web mobile browsers | 9 videos + 1 screen sharing |
177177

178-
179-
180-
\* Starting from Azure Communication Services Web Calling SDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24)
181-
While the Calling SDK doesn't enforce these limits, your users might experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](../../how-tos/calling-sdk/manage-video.md?pivots=platform-web#remote-video-quality) to determine how many current incoming video streams your web environment can support. To properly support 16 incoming videos, the computer should have a minimum of 16GB RAM and a 4-core or greater CPU that is no older than 3 years old
178+
\* Starting from Azure Communication Services Web Calling SDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24). While the Calling SDK doesn't enforce these limits, your users might experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](../../how-tos/calling-sdk/manage-video.md?pivots=platform-web#remote-video-quality) to determine the number of incoming video streams your web environment can support. To properly support 16 incoming videos, the computer needs a minimum of 16GB RAM and a 4-core or greater CPU that is less than 3 years old.
182179

183180
## Supported video resolutions
184181

@@ -196,23 +193,23 @@ The Azure Communication Services Calling SDK supports sending following video re
196193
| **Receiving a remote video stream or screen share** | 1080P | 1080P | 1080P | 1080P |
197194

198195
## Number of participants on a call support
199-
- Up to **350** users can join a group call, Room or Teams + ACS call.
200-
- Once the call size reaches 100+ participants in a call, only the top 4 most dominant speakers that have their video camera turned can be seen.
201-
- When the number of people on the call is 100+, the viewable number of incoming video renders automatically decreases from 4x4 (16 incoming videos) down to 2x2 (4 incoming videos).
196+
- Up to **350** users can join a group call, Room call, or Teams + Azure Communication Services call.
197+
- Once the call size reaches 100+ participants, the Calling SDK only displays the top four dominant speakers that have their video camera active.
198+
- When the number of people on the call is 100+, the viewable number of incoming videos automatically decreases from 4x4 (16 incoming videos) down to 2x2 (4 incoming videos).
202199
- When the number of users goes below 100, the number of supported incoming videos goes back up to 4x4 (16 incoming videos).
203200

204-
## Calling SDK timeouts
205-
The following timeouts apply to the Communication Services Calling SDKs:
201+
## Calling SDK time-outs
202+
The following time-outs apply to the Communication Services Calling SDKs:
206203

207-
| Action| Timeout in seconds |
204+
| Action| Time-out in seconds |
208205
| --------------------------------------------------------------------------- | ------------------ |
209206
| Reconnect/removal participant | 60 |
210207
| Add or remove new modality from a call (Start/stop video or screen sharing) | 40 |
211-
| Call Transfer operation timeout | 60 |
212-
| 1:1 call establishment timeout | 85 |
213-
| Group call establishment timeout | 85 |
214-
| PSTN call establishment timeout | 115 |
215-
| Promote 1:1 call to a group call timeout | 115 |
208+
| Call Transfer operation time-out | 60 |
209+
| 1:1 call establishment time-out | 85 |
210+
| Group call establishment time-out | 85 |
211+
| PSTN call establishment time-out | 115 |
212+
| Promote 1:1 call to a group call time-out | 115 |
216213

217214
## Next steps
218215

@@ -221,7 +218,7 @@ The following timeouts apply to the Communication Services Calling SDKs:
221218
222219
## Related articles
223220

224-
- Familiarize yourself with general [call flows](../call-flows.md)
225-
- Learn about [call types](../voice-video-calling/about-call-types.md)
221+
- Familiarize yourself with general [call flows](../call-flows.md).
222+
- Learn about [call types](../voice-video-calling/about-call-types.md).
226223
- Learn about [call automation API](../call-automation/call-automation.md) that enables you to build server-based calling workflows that can route and control calls with client applications.
227-
- [Plan your PSTN solution](../telephony/plan-solution.md)
224+
- [Plan your PSTN solution](../telephony/plan-solution.md).

articles/communication-services/includes/survey-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ms.custom: survey_-_request
88
---
99

1010
> [!NOTE]
11-
> [Complete this short survey to share your thoughts and feeback about Azure Communication Services](https://microsoft.qualtrics.com/jfe/form/SV_eCJB0lyWdLDxEp0).
11+
> [Complete this short survey to share your thoughts and feedback about Azure Communication Services](https://microsoft.qualtrics.com/jfe/form/SV_eCJB0lyWdLDxEp0).

0 commit comments

Comments
 (0)