Skip to content

Commit 4f2f11f

Browse files
authored
Discord Social SDK: Launch Communication Features GA (#7758)
This commit transitions Discord Social SDK Communication Features from closed beta to general availability (GA): - Add GA launch changelog entry for August 13, 2025 - Update communication features documentation with GA status and requirements - Update rate limiting documentation and callouts - Remove limited access warnings from core documentation - Update development guides to reflect GA availability - Add minimum required feature set documentation for GA compliance
1 parent d6870a1 commit 4f2f11f

File tree

11 files changed

+382
-28
lines changed

11 files changed

+382
-28
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Discord Social SDK Communication Features - General Availability"
3+
date: "2025-08-13"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
### Discord Social SDK Communication Features - General Availability
9+
10+
Communication features (cross-platform messaging, voice chat, lobbies, and linked channels) are now generally available for all Discord
11+
Social SDK users that meet our application process criteria. Previously available only in closed beta, these features
12+
enable seamless player interaction within your game.
13+
14+
* **Direct Messages**: One-on-one private chat functionality
15+
* **Discord voice chat**: Real-time voice communication inside game lobbies
16+
* **Lobbies & In-Game text chat**: Virtual spaces where players can interact through voice and text chat
17+
* **Linked Channels**: Integration with Discord's server-based text channels directly in your game UI
18+
19+
### New Application Process for Full Access
20+
21+
We've launched an application process for developers who want to remove rate limits and gain production level access to communication features. Developers can now apply through our developer portal with detailed game information and usage projections to unlock production-level capacity.
22+
23+
As part of documenting this application process, we have also documented pre-approval rate limits, so you can build, test and develop against the Social SDK with confidence.
24+
25+
### Get Started with the Social SDK
26+
27+
The Discord Social SDK binaries are available for download in the Developer Portal after enabling the Discord Social SDK for your application.
28+
29+
To learn more about building with the Discord Social SDK, check out the [Discord Social SDK Overview](/docs/discord-social-sdk/overview).

docs/discord-social-sdk/core-concepts/communication-features.mdx

Lines changed: 327 additions & 11 deletions
Large diffs are not rendered by default.

docs/discord-social-sdk/core-concepts/platform-compatibility.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sidebar_label: Platform Compatibility
33
---
44
import ConsoleAccess from '../partials/callouts/console-access.mdx';
5+
import SonyCallout from '../partials/callouts/sony.mdx';
56

67
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Core Concepts](/docs/discord-social-sdk/core-concepts) > {sidebar_label}
78

@@ -36,6 +37,7 @@ The Discord Social SDK is available for the following platforms:
3637
- Unity
3738

3839
<ConsoleAccess />
40+
<SonyCallout />
3941

4042
---
4143

docs/discord-social-sdk/development-guides/linked-channels.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
sidebar_label: Linked Channels
33
---
4-
import LimitedAccessCallout from '../partials/callouts/limited-access.mdx';
4+
import RateLimitCallout from '../partials/callouts/rate-limit.mdx';
55
import SupportCallout from '../partials/callouts/support.mdx';
66
import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx';
77

88
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Development Guides](/docs/discord-social-sdk/development-guides) > {sidebar_label}
99

1010
# {sidebar_label}
1111

12-
<LimitedAccessCallout />
12+
<RateLimitCallout />
1313

1414
## Overview
1515

docs/discord-social-sdk/development-guides/managing-lobbies.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
sidebar_label: Managing Lobbies
33
---
4-
import LimitedAccessCallout from '../partials/callouts/limited-access.mdx';
4+
import RateLimitCallout from '../partials/callouts/rate-limit.mdx';
55
import SupportCallout from '../partials/callouts/support.mdx';
66
import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx';
77

88
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Development Guides](/docs/discord-social-sdk/development-guides) > {sidebar_label}
99

1010
# Creating and Managing Lobbies
1111

12-
<LimitedAccessCallout />
12+
<RateLimitCallout />
1313

1414
## Overview
1515

docs/discord-social-sdk/development-guides/managing-voice-chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_label: Managing Voice Chat
33
---
4-
import LimitedAccessCallout from '../partials/callouts/limited-access.mdx';
4+
import RateLimitCallout from '../partials/callouts/rate-limit.mdx';
55
import SupportCallout from '../partials/callouts/support.mdx';
66
import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx';
77

docs/discord-social-sdk/development-guides/sending-direct-messages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
sidebar_label: Sending Direct Messages
33
---
4-
import LimitedAccessCallout from '../partials/callouts/limited-access.mdx';
4+
import RateLimitCallout from '../partials/callouts/rate-limit.mdx';
55
import SupportCallout from '../partials/callouts/support.mdx';
66
import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx';
77

88
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Development Guides](/docs/discord-social-sdk/development-guides) > {sidebar_label}
99

1010
# {sidebar_label}
1111

12-
<LimitedAccessCallout />
12+
<RateLimitCallout />
1313

1414
## Overview
1515

docs/discord-social-sdk/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Start integrating the SDK into your game with our getting started guides, design
4444

4545
---
4646

47-
## Limited Access Features
47+
## Communication Features
48+
Discord Social SDK features for text and voice communication are available but capped with rate limits.
4849

49-
Discord Social SDK features for text and voice communication are available but have limited access.
50+
For more information about current rate limits for communication features,
51+
please see [Communication Features: Rate Limits](/docs/discord-social-sdk/core-concepts/communication-features#rate-limits).
5052

51-
:::preview
5253
For more information on how to access these features, please see [Core Concepts: Communication Features](/docs/discord-social-sdk/core-concepts/communication-features).
53-
:::
5454

5555
---
5656

docs/discord-social-sdk/partials/callouts/limited-access.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:::warn
2+
This feature is currently available with rate limits.
3+
To remove the rate limits for your game, please follow
4+
[Communication Features: Applying for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal).
5+
:::

0 commit comments

Comments
 (0)