26 lines
257 B
Markdown
26 lines
257 B
Markdown
# livekit
|
|
|
|
To get started
|
|
|
|
```vlang
|
|
|
|
import freeflowuniverse.herolib.clients.livekit
|
|
|
|
mut client:= livekit.get()!
|
|
|
|
client...
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
|
|
```hero
|
|
!!livekit.configure
|
|
livekit_url:''
|
|
livekit_api_key:''
|
|
livekit_api_secret:''
|
|
```
|
|
|
|
|