Hi,
I'm trying to integrate "video-call" functionality, reading a lot about WebRTC, but can't find any samples that use foreground service to save my life, everything I found is implemented in an Activity. Signal app uses foreground service, but damn it is so complex, can't get my head around it. Does anybody have any pointers, sample projects?
google 1
k
Kirill Grouchnikov
01/08/2021, 7:16 PM
Don't spam multiple channels
a
andev
01/08/2021, 7:24 PM
My apologies, wasn't sure which channel fits my question the best
k
Kirill Grouchnikov
01/08/2021, 7:26 PM
To be honest, none of them. Every single channel in this Slack is specifically about Kotlin, and not a general place to discuss various topics.
☝️ 4
➕ 1
j
Jonathan Padilla
01/10/2021, 12:54 AM
Use twilio programmable video sdk android it worked for me and they have a sample code in kotlin on their github they used webrtc and made it work for android