Skip to content

Commit 755ef04

Browse files
authored
fixed broken links in README (#641)
1 parent e9d3d2b commit 755ef04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
# LiveKit Flutter SDK
1414

1515
<!--BEGIN_DESCRIPTION-->
16+
1617
Use this SDK to add realtime video, audio and data features to your Flutter app. By connecting to <a href="https://livekit.io/">LiveKit</a> Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with just a few lines of code.
18+
1719
<!--END_DESCRIPTION-->
1820

1921
This package is published to pub.dev as [livekit_client](https://pub.dev/packages/livekit_client).
@@ -476,7 +478,7 @@ When subscribing to remote tracks, the client has precise control over status of
476478

477479
These controls are accessible on the `RemoteTrackPublication` object.
478480

479-
For more info, see [Subscriber controls](https://docs.livekit.io/guides/room/receive#subscriber-controls).
481+
For more info, see [Subscribing to tracks](https://docs.livekit.io/home/client/tracks/subscribe/).
480482

481483
## Getting help / Contributing
482484

@@ -491,7 +493,9 @@ Apache License 2.0
491493
A huge thank you to [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) for making it possible to use WebRTC in Flutter.
492494

493495
<!--BEGIN_REPO_NAV-->
496+
494497
<br/><table>
498+
495499
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
496500
<tbody>
497501
<tr><td>Realtime SDKs</td><td><a href="https://github.com/livekit/components-js">React Components</a> · <a href="https://github.com/livekit/client-sdk-js">Browser</a> · <a href="https://github.com/livekit/components-swift">Swift Components</a> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS/visionOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <b>Flutter</b> · <a href="https://github.com/livekit/client-sdk-react-native">React Native</a> · <a href="https://github.com/livekit/rust-sdks">Rust</a> · <a href="https://github.com/livekit/node-sdks">Node.js</a> · <a href="https://github.com/livekit/python-sdks">Python</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-unity">Unity (beta)</a></td></tr><tr></tr>

0 commit comments

Comments
 (0)