JCM
JCM
After playing around a bit with the URI schema, I was able to manually transfer a simple TOTP token. ~~Overall after decoding the URI and Base64 string, I found this...
I built some very messy Steam Controller support: https://github.com/JnCrMx/moonlight-android/tree/steam-controller It would be nice, if some people interested in this feature could have a look at it, try it out and...
There are two separate native libraries that need to be loaded: - ``discord_game_sdk``: A library made by Discord that you need to supply (e.g. by downloading it) and pass to...
``Core.init(getClass().getResource("/discord_game_sdk.dll"));`` requires you to have the DLL available from your class path, which might not be the default for everyone (especially since you probably cannot ship out that DLL, it...
Yes, I will make a comment and close this issue once I'm done. Sadly, I don't have much free time to work on the library :( If you want to...
Not fully fixed, examples are still missing, so I am reopening this, until I added examples.
Yes, I originally wanted to write an example first, but I guess I will just do a release now. I can always add examples later.
Please check that you are using the correct version of the Game SDK native library (that you apparently download in your ``downloadDiscordLib`` method). You should be using version ``2.5.6``.
I was able to reproduce #39, but not this issue. On my machine the code you provided does not produce any error messages. Could you please provide more information about...
Could you please share the piece of code you use to send the invites? I'm having trouble replicating the error. Are you sending join or spectate invites? Also, how frequent...