Link to Ruby SDK

This commit is contained in:
David Zhao
2022-01-18 17:21:17 -08:00
parent 88cad8f093
commit 76b2442f40
+3 -2
View File
@@ -35,6 +35,7 @@ Server SDKs:
- [Javascript](https://github.com/livekit/server-sdk-js) ([docs](https://docs.livekit.io/server-sdk-js/))
- [Go](https://github.com/livekit/server-sdk-go) ([docs](https://pkg.go.dev/github.com/livekit/server-sdk-go))
- [Ruby](https://github.com/livekit/server-sdk-ruby)
Tools:
@@ -91,8 +92,8 @@ APIwLeah7g4fuLYDYAJeaKsSE: 8nTlwISkb-63DPP7OH4e.nw.J44JjicvZDiz8J59EoQ+
### Starting the server
In development mode, LiveKit has no external dependencies. You can start LiveKit by passing it the API keys it should use
in `LIVEKIT_KEYS`. LiveKit could also use a [config file](config-sample.yaml) or config environment
In development mode, LiveKit has no external dependencies. You can start LiveKit by passing it the API keys it should
use in `LIVEKIT_KEYS`. LiveKit could also use a [config file](config-sample.yaml) or config environment
variable `LIVEKIT_CONFIG`
```shell