Discord question - screen share within a voice channel?
11 replies, posted
Me and a guy had this weird issue where screen share was enabled within our voice channel. This wasn't a private dm, but in the actual channel within a server. Now my buddies cannot figure out how to get it back. Does anyone know what is going on here?
Here's the super secret code to enable video sharing in your voice channel (it only works locally, each user has to opt-in by following these instructions).
Simply press ctrl+shift+i, go to the console tab, then paste this code in the input bar:
function getModules() {
return webpackJsonp.push([[], {
hax: (m,e,t)=>m.exports=t.c
}, [['hax']]]);
}
function forEachModule(cb) {
const modules = getModules();
for (const id in modules) {
const m = modules[id];
if (!m.exports) continue;
if (cb(m.exports, id, m))
break;
}
}
function enableDeveloper() {
forEachModule((m)=>{
if (m.isDeveloper !== undefined) {
Object.defineProperty(m, 'isDeveloper', {
configurable: true,
writable: true,
value: 1
})
return true;
}
}
);
}
enableDeveloper();
Also ignore the message saying you're being scammed, don't worry about that.
Weird. I'm curious why we got it on even tho none of us did this?
There's a possibility that discord is doing minor tests. Not sure why the feature straight up isn't enabled as it seems to work great.
Might have something to do with some voice calls having thousands of people in them sometimes.
Or fuck that noise and do it easier
Go to settings
https://i.imgur.com/UrV6m7b.png
enable Dev mode
Get Server ID
https://i.imgur.com/nJ62GsG.png
Get Channel ID
https://i.imgur.com/GxaHqji.png
And stick in em in this, suggest putting it as your channel topic a text channel
https://discordapp.com/channels/<SERVERID>/<CHANNELID>
https://cdn.discordapp.com/attachments/434002509539966987/560662303901614110/20190327_231132.jpg
Got this in my email when I inquired about it. Seems like my and my friend got lucky.
it works for everyone if you do my way of doing it.
Do you need to be server admin?
Nope
what was this supposed to do? the link derived from copying the channel/server IDs is the exact same as the default link I'm served when using the web app.
https://i.imgur.com/gRNdfLb.png
When you click it does this
I get endless loading too.
Sorry, you need to Log In to post a reply to this thread.