diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 01af8a6..bc3a65a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: LiveKit Community Slack - url: https://livekit.io/join-slack - about: Get your questions answered \ No newline at end of file + - name: Developer Community + url: https://community.livekit.io/c/robotics + about: Ask questions, suggest improvements, and discuss contributions \ No newline at end of file diff --git a/README.md b/README.md index bd0aa32..15016bf 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Please refer to the [LiveKit Docs](https://docs.livekit.io/home/) for an introdu ## Getting Help & Contributing -We invite you to join the [LiveKit Community Slack](https://livekit.io/join-slack) to get your questions answered, suggest improvements, or discuss how you can best contribute to this SDK. +We invite you to join our [developer community](https://community.livekit.io/c/robotics) to ask questions, suggest improvements, or discuss how you can best contribute to this SDK.
diff --git a/components/livekit/idf_component.yml b/components/livekit/idf_component.yml index 6d9a873..ef65d6b 100644 --- a/components/livekit/idf_component.yml +++ b/components/livekit/idf_component.yml @@ -5,7 +5,7 @@ targets: [esp32s3, esp32p4] url: https://livekit.io/ repository: https://github.com/livekit/client-sdk-esp32/ issues: https://github.com/livekit/client-sdk-esp32/issues/ -discussion: https://livekit.io/join-slack/ +discussion: https://community.livekit.io/c/robotics/ license: Apache-2.0 dependencies: idf: ">=5.4" diff --git a/components/sandbox_token/idf_component.yml b/components/sandbox_token/idf_component.yml index 40d8875..b64c947 100644 --- a/components/sandbox_token/idf_component.yml +++ b/components/sandbox_token/idf_component.yml @@ -3,7 +3,7 @@ description: LiveKit Sandbox Token Client url: https://livekit.io/ repository: https://github.com/livekit/client-sdk-esp32/ issues: https://github.com/livekit/client-sdk-esp32/issues/ -discussion: https://livekit.io/join-slack/ +discussion: https://community.livekit.io/c/robotics/ license: Apache-2.0 dependencies: idf: ">=5.4" diff --git a/docs/index.md b/docs/index.md index cb9d558..b33cf27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,4 +11,4 @@ This site contains API reference for the LiveKit ESP32 SDK. - [GitHub Repository](https://github.com/livekit/client-sdk-esp32) - [Examples](https://github.com/livekit/client-sdk-esp32?tab=readme-ov-file#examples) - [Introduction to LiveKit](https://docs.livekit.io/home/get-started/intro-to-livekit/) -- [Community Slack](https://livekit.io/join-slack) \ No newline at end of file +- [Developer Community](https://community.livekit.io/c/robotics) \ No newline at end of file