-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: stage channels #5456
feat: stage channels #5456
Conversation
API docs PR: discord/discord-api-docs#2751 |
Could add the new Property is not present in the channel object unless you manually change the setting. Then it's one of two values: enum VideoQualityMode {
AUTO = 1,
FULL = 2
} {
id: '209719953706844162',
type: 2,
name: 'General',
position: 0,
parent_id: '355904666480934913',
bitrate: 63691,
user_limit: 0,
rtc_region: null,
video_quality_mode: 2,
guild_id: '209719953706844161',
permission_overwrites: [Array],
nsfw: false
} |
@NotSugden @BannerBomb I opted to create a |
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
393c623
to
00568d7
Compare
00568d7
to
57790e3
Compare
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Please describe the changes this PR makes and why it should be merged:
Adds support for stage channels, and fixes voice states that use stage channels. Tracks discord/discord-api-docs#2751.
Also adds the
rtc_region
property to voice channels and stage channels.I believe that this PR meets the current draft for the feature given by Discord. I think the following need to be considered before deeming this feature stable:
REQUEST_TO_SPEAK
been removed or changed?StageChannel#joinable
been clarified?StageChannel#joinable
to ignore this permission, since it seems hacky.Status and versioning classification: