Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions docs/discord-social-sdk/core-concepts/communication-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following communication features are available for development and testing,
For more information about current rate limits for communication features, please see
[Rate Limits](/docs/discord-social-sdk/core-concepts/communication-features#rate-limits), and
see the
[Applying for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal)
[Applying for Increased Rate Limits for Production Releases](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases)
section below for how to remove those rate limits, such that you can use these features for full release.

## Messaging & Communication
Expand Down Expand Up @@ -78,26 +78,29 @@ Prior to a successful application to remove rate limits, communication features
These are per-application rate limits, not per-user.
:::

These limitations are designed to provide sufficient capacity for development, testing, and small-scale demos while ensuring system stability. Once you gain full access through the rate limit removal application process, these restrictions are removed, allowing your game to scale to production levels.
These limitations are designed to provide sufficient capacity for development, testing, and small-scale demos while ensuring system stability. Once you gain full access through the rate limit increase application process, these restrictions are removed, allowing your game to scale to production levels.

## Applying for Rate Limit Removal
<a id="applying-for-rate-limit-removal"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

load bearing anchor tag. Works mostly.

## Applying for Increased Rate Limits for Production Releases

To apply for removal of rate limits on Discord Social SDK communication features, you must meet the requirements
outlined in the [Application Requirements for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#application-requirements-for-rate-limit-removal)

To apply for increased rate limits on Discord Social SDK communication features, you must meet the requirements
outlined in the [Application Requirements for Increased Rate Limits](/docs/discord-social-sdk/core-concepts/communication-features#application-requirements-for-increased-rate-limits)
section below.

Once you have met those requirements, you can apply for rate limit removal by following these steps:
Once you have met those requirements, you can apply for increased rate limits by following these steps:

1. Open the [Application page of the Developer Portal](https://discord.com/developers/applications)
2. Open the Application you want to apply for rate limit removal
2. Open the Application you want to apply for rate limit increase
3. Under the **Discord Social SDK** heading in the sidebar, click the **Comms Access** button
5. Fill out the application form with the required information and supporting materials
4. Fill out the application form with the required information and supporting materials

:::info
Video capture provided to the application should be in url format, hosted on a file or video-sharing service of your choice as an unlisted video
:::

## Application Requirements for Rate Limit Removal
<a id="application-requirements-for-rate-limit-removal"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is load bearing, but just being safe.

## Application Requirements for Increased Rate Limits

This section outlines the specific requirements you must meet before submitting your game for approval to unlock
Discord Social SDK text and/or voice communications for full release. You'll find:
Expand All @@ -116,7 +119,7 @@ integrations can drive higher player engagement and retention by creating seamle
connected and coming back to your game. And of course, remember to make sure you are complying with our
[Social SDK Terms](https://support-dev.discord.com/hc/en-us/articles/30225844245271-Discord-Social-SDK-Terms).
<br/><br/>If you believe you meet these requirements, you can
[apply for access to full release comms features](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal).
[apply for access to full release comms features](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases).
Discord may approve or deny your access after review of your application and additional terms may apply.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/discord-social-sdk/partials/callouts/rate-limit.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:::warn
This feature is currently available with rate limits.
To remove the rate limits for your game, please follow
[Communication Features: Applying for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal).
[Communication Features: Applying for Increased Rate Limits for Production Releases](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases).
:::