Skip to content
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

Document Set Voice Channel Status endpoint #6400

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

advaith1
Copy link
Contributor

@advaith1 advaith1 commented Sep 4, 2023

PUT /channels/:id/voice-status

note: this endpoint currently requires the x-super-properties header due to the leftover experiment lock

requires #6398 (receiving) - this PR will probably fail CI for now

DonovanDMC added a commit to OceanicJS/Oceanic that referenced this pull request Sep 4, 2023
@sebm253
Copy link
Contributor

sebm253 commented Sep 6, 2023

does this need to be a separate PR? wouldn't it be better to just suggest documenting the endpoint in the original PR (#6398)?

@advaith1
Copy link
Contributor Author

advaith1 commented Sep 6, 2023

#6398 can be merged already, but this needs the xsp header check to be removed

@sebm253
Copy link
Contributor

sebm253 commented Sep 6, 2023

#6398 can be merged already, but this needs the xsp header check to be removed

makes sense, though considering how long it takes staff to merge docs, there's a chance the feature will be fully rolled out by the time they even see this :)

@Puncher1
Copy link
Contributor

This is now supported by bots.

route = discord.http.Route("PUT", "/channels/{channel_id}/voice-status", channel_id=1097935888748662854)
payload = {"status": "hello"}
ret = await guild._state.http.request(route, json=payload)

image

@almostSouji
Copy link

voice status seems to be unavailable in servers with hang status (at least the GUI is) - tbd if that replaces it, I suppose

@Lulalaby
Copy link
Contributor

2023-12-26_12h57_40
2023-12-26_12h57_45
It still exists in the context menu and is shown if we're on the voice call screen for the channel.
But it's not shown under the channel name anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants