Skip to content

Commit fbb484c

Browse files
Remove reference to ACS Network Traversal concept page
Due to the deprecation of ACS Network Traversal package, the concept page referenced is going to be removed. So all the references used in ACS Calling SDK docs are removed.
1 parent 84988ba commit fbb484c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/communication-services/tutorials/includes/proxy-calling-support-tutorial-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Many times, establishing a network connection between two peers isn't straightfo
2424
- Peers sitting behind a private network.
2525
- Computers running in a network address translation (NAT) environment.
2626

27-
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers here. To learn more about how Azure Communication Services mitigates network challenges by using STUN and TURN, see [Network traversal concepts](../../concepts/network-traversal.md).
27+
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers.
2828

2929
### Provide your TURN server details with the SDK
3030
To provide the details of your TURN servers, you need to pass details of what TURN server to use as part of `CallClientOptions` while initializing `CallClient`. For more information on how to set up a call, see [Azure Communication Services Android SDK](../../quickstarts/voice-video-calling/get-started-with-video-calling.md?pivots=platform-android) for the quickstart on how to set up voice and video.

articles/communication-services/tutorials/includes/proxy-calling-support-tutorial-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Many times, establishing a network connection between two peers isn't straightfo
2424
- Peers sitting behind a private network.
2525
- Computers running in a network address translation (NAT) environment.
2626

27-
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers here. To learn more about how Azure Communication Services mitigates network challenges by using STUN and TURN, see [Network traversal concepts](../../concepts/network-traversal.md).
27+
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers.
2828

2929
### Provide your TURN server details with the SDK
3030
To provide the details of your TURN servers, you need to pass details of what TURN server to use as part of `CallClientOptions` while initializing `CallClient`. For more information on how to set up a call, see [Azure Communication Services iOS SDK](../../quickstarts/voice-video-calling/get-started-with-video-calling.md?pivots=platform-ios) for the quickstart on how to set up voice and video.

articles/communication-services/tutorials/includes/proxy-calling-support-tutorial-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Many times, establishing a network connection between two peers isn't straightfo
2727
- Peers sitting behind a private network.
2828
- Computers running in a network address translation (NAT) environment.
2929

30-
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers here. To learn more about how Azure Communication Services mitigates network challenges by using STUN and TURN, see [Network traversal concepts](../../concepts/network-traversal.md).
30+
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers.
3131

3232
### Provide your TURN server details to the SDK
3333

articles/communication-services/tutorials/includes/proxy-calling-support-tutorial-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Many times, establishing a network connection between two peers isn't straightfo
2424
- Peers sitting behind a private network.
2525
- Computers running in a network address translation (NAT) environment.
2626

27-
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers here. To learn more about how Azure Communication Services mitigates network challenges by using STUN and TURN, see [Network traversal concepts](../../concepts/network-traversal.md).
27+
To solve these network connection issues, you can use a server that uses the Traversal Using Relay NAT (TURN) protocol for relaying network traffic. Session Traversal Utilities for NAT (STUN) and TURN servers are the relay servers.
2828

2929
### Provide your TURN server details with the SDK
3030
To provide the details of your TURN servers, you need to pass details of what TURN server to use as part of `CallClientOptions` while initializing `CallClient`. For more information on how to set up a call, see [Azure Communication Services Windows SDK](../../quickstarts/voice-video-calling/get-started-with-video-calling.md?pivots=platform-windows) for the quickstart on how to set up voice and video.

0 commit comments

Comments
 (0)