João Marques

Results 3 comments of João Marques

Could u clarify what u meant by "isScalable = true and scroll my graph viewpager scrolling instead." You want to scroll the viewpage while allowing to scroll graph? Or you...

``` `// Join with selfDeaf set to false to receive audio const voiceConnection = joinChannel({ ...options, selfDeaf: false }); voiceConnection.receiver.speaking.on('start', userId => console.log(`User ${userId} started speaking`)); voiceConnection.receiver.speaking.on('end', userId => console.log(`User...

> Any updates on this? Or some alternative so I can record in a voice channel and output it? I did manage to find a way to successfully record and...