https://kotlinlang.org logo
Join SlackCommunities
Powered by
# webrtc
  • r

    robjperez

    05/24/2021, 8:59 AM
    set the channel description: Discuss about working with webrtc while using kotlin
  • t

    Tomasz Krakowiak

    10/10/2021, 6:39 AM
    Soo... what do you use for WebRTC in kotlin? Java binding ported from android? Something jit.si based?
  • r

    robjperez

    11/02/2021, 9:37 AM
    just saw this message 🙂 I’m using webrtc in a Kmm project using both android and ios webrtc sdks,
    t
    t
    • 3
    • 3
  • t

    Trey

    05/16/2022, 10:06 PM
    Does anybody have experience with WebRTC on KMM? I was wondering if there is a way to access the internal audio encoder/decoders to play opus audio without going through the typical setup. I'm trying to reduce dependencies on a separate opus library, since I believe that it is built into webrtc.
  • m

    miguelsesma

    05/27/2022, 12:57 PM
    Hi. Starting a spike to make WebRtc work on compose-desktop
  • t

    Trey

    05/27/2022, 1:35 PM
    It should be fun. Keep us posted on your progress. 😎
  • a

    Abhay

    08/29/2023, 9:51 AM
    Hey, Can anyone suggest good webrtc video & audio call article or course?