https://livekit.io logo
Join Slack
Powered by
# announcements
  • f

    flaky-apartment-57979

    07/25/2022, 10:50 AM
    Hi all I am new here, Thank you for that great SDK!
    🔥 1
    🙌 4
  • m

    magnificent-art-43333

    07/25/2022, 7:57 PM
    Hey everyone, I can’t believe it’s been a year since the first release of LiveKit on GitHub! Learning about (and supporting) all the incredible projects folks have shipped and are building is really energizing for the core team. LiveKit wouldn’t have the same quality or momentum without the efforts this community has put into submitting PRs, SDKs, bug reports, feature requests, and feedback. Thank you so much! 🙏🏽❤️ Some of you may know that since late last year, we’ve been working on a cloud-managed version of LiveKit. One of our goals was to make it really simple for folks to get up-and-running with a multi-region, production-ready deployment of LiveKit — without having to worry about load balancers or SSL certs (unless of course, you want to 😅). As we inch our way towards a public launch of this new service, we’d love to open up early access to the LiveKit community. Your feedback will be super helpful as we continue to iterate and improve our offering. If you’re interested, please fill out this quick survey. Over the next few weeks, @bright-scooter-10854 and I will schedule a quick call to meet, learn more about what you’re building, and help get you onboarded. Looking forward to supporting y’all! ☁️🛠️🚀
    🎂 21
    📣 8
    🎉 4
    🎉 23
    ❤️ 14
    🙇 2
    🔥 24
    🚀 20
  • s

    steep-balloon-41261

    07/26/2022, 12:19 PM
    This message was deleted.
    d
    r
    • 3
    • 3
  • c

    cool-exabyte-41204

    07/28/2022, 4:43 PM
    👋 Hi everyone!
    😃 1
    👋 7
  • f

    fancy-ghost-87404

    07/28/2022, 5:10 PM
    Hi
    👋 3
  • d

    dry-parrot-79064

    07/29/2022, 8:31 AM
    Hi, Best Regards.
    👋 2
  • s

    steep-balloon-41261

    07/29/2022, 10:40 AM
    This message was deleted.
    h
    p
    • 3
    • 2
  • s

    some-greece-49743

    08/04/2022, 4:04 PM
    Hi all
  • s

    steep-balloon-41261

    08/04/2022, 4:05 PM
    This message was deleted.
    s
    d
    • 3
    • 7
  • s

    steep-balloon-41261

    08/04/2022, 8:42 PM
    This message was deleted.
    d
    c
    • 3
    • 10
  • c

    colossal-engine-37907

    08/04/2022, 8:43 PM
    LiveKit looks really great, but we'd have to solve this problem before we could consider moving.
  • s

    steep-balloon-41261

    08/05/2022, 9:28 AM
    This message was deleted.
    🔥 4
    b
    • 2
    • 1
  • h

    high-wire-89131

    08/05/2022, 9:28 AM
    https://yoramkornatzky.com/post/live-video-streaming-from-laravel-php-using-livekit
    👍 1
  • s

    steep-balloon-41261

    08/05/2022, 2:24 PM
    This message was deleted.
    d
    • 2
    • 2
  • s

    steep-balloon-41261

    08/05/2022, 2:36 PM
    This message was deleted.
    e
    a
    • 3
    • 14
  • w

    wide-sugar-12368

    08/08/2022, 9:17 PM
    👋 Hi everyone!
    👋 3
  • s

    steep-balloon-41261

    08/08/2022, 9:18 PM
    This message was deleted.
    m
    w
    • 3
    • 2
  • s

    steep-balloon-41261

    08/09/2022, 12:51 PM
    This message was deleted.
    f
    s
    d
    • 4
    • 4
  • s

    steep-balloon-41261

    08/10/2022, 6:54 AM
    This message was deleted.
    ⭐ 2
    👏 6
    ❤️ 6
    🔥 3
    ☁️ 3
    🙏 7
    m
    • 2
    • 1
  • s

    steep-balloon-41261

    08/10/2022, 11:44 AM
    This message was deleted.
    p
    l
    • 3
    • 2
  • s

    steep-balloon-41261

    08/11/2022, 6:00 AM
    This message was deleted.
    d
    b
    • 3
    • 8
  • s

    steep-balloon-41261

    08/18/2022, 9:20 AM
    This message was deleted.
    f
    q
    • 3
    • 7
  • q

    quick-breakfast-17981

    08/18/2022, 1:57 PM
    I note in the docs for server wrapper, that it shows an example of listing all rooms, calling a server name :
    Copy code
    const livekitHost = '<https://my.livekit.host>';
    Given that this is my server running, and I dont see an address specified - is this livekithost a built in default, or should I be calling with the IP address specifically (this is a dev test running on local windows machine)
  • s

    steep-balloon-41261

    08/19/2022, 3:19 AM
    This message was deleted.
    b
    d
    q
    • 4
    • 4
  • q

    quick-breakfast-17981

    08/20/2022, 8:41 AM
    Client running on a Node js server - hi there - Unless I am reading this wrong, the LiveKit Server does not allow me to receive data from a "room" - only sendData to all? My use case has a requirement for an app running in a server environment, which can send and receive data to the room and or individual participants. When trying to build this in Node.js, i get the following error, which comes from the fact this is not running in a browser:
  • q

    quick-breakfast-17981

    08/20/2022, 8:41 AM
    C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\node modules\livekit client\src\room\track\utils.ts109 const AudioContext = window.AudioContext || window.webkitAudioContext; ^ ReferenceError: window is not defined at getNewAudioContext (C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\node modules\livekit client\src\room\track\utils.ts109:24) at Hs.acquireAudioContext (C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\node modules\livekit client\src\room\Room.ts927:17) at Promise.finally.connectFuture (C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\node modules\livekit client\src\room\Room.ts229:12) at new Promise (<anonymous>) at Hs.connect (C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\node modules\livekit client\src\room\Room.ts220:28) at C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\src\worldspace\slotServer.tsx98:24 at Generator.next (<anonymous>) at C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\src\worldspace\slotServer.tsx8:71 at new Promise (<anonymous>) at __awaiter (C\Users\mrbre\source\repos\IMP\demo repo\WEBRtcSamples\IMServerSlotBase\src\worldspace\slotServer.tsx4:12)
  • q

    quick-breakfast-17981

    08/20/2022, 8:41 AM
    Is there anyway to avoid this etc? Thanks for your help
  • q

    quick-breakfast-17981

    08/20/2022, 8:42 AM
    It should be noted that I am only looking to transmit data from this Server based CLIENT - so in the error above, I am not even trying to use audio/video etc
  • q

    quick-breakfast-17981

    08/20/2022, 9:40 AM
    BTW - I just build the client from source and in Room.ts line 235ish... I just wrapped the aquireAudioContext() call with the isWeb() and it appears to work fine:
1...272829...46Latest