Open CanadaHonk opened 2 years ago
I was just checking this out and I'm kinda interest, can anyone give any insight on why this is hard to implement? Or the technical details of advanced RPC?
Most of them require some way to get information from and interact with a Discord client. While the bridge does currently exist, it is only used for sending RPC statuses to a web mod currently and nothing complex. See also #18 which basically depends on this.
Most of them require some way to get information from and interact with a Discord client. While the bridge does currently exist, it is only used for sending RPC statuses to a web mod currently and nothing complex. See also #18 which basically depends on this.
Lol thanks, I meant #61 depends on this.
We could use Discord's setup for auth, etc or our own (provided we can extract the needed info from the client). Leaning towards our own for the moment.
hi, are there any updates on this topic? are there any plans to implement it? how is the situation currently?
Just for reference Overlayed is using the following commands/events from the RPC API.
AUTHORIZE
AUTHENTICATE
UNSUBSCRIBE
SUBSCRIBE
GET_SELECTED_VOICE_CHANNEL
GET_CHANNEL
SPEAKING_START
SPEAKING_STOP
VOICE_STATE_CREATE
VOICE_STATE_DELETE
VOICE_STATE_UPDATE
READY
ERROR
VOICE_CHANNEL_SELECT
AUTHORIZE
, etc