Send video dimensions to the server (#41)
This commit is contained in:
@@ -24,6 +24,11 @@ More Docs and guides are available at [https://docs.livekit.io](https://docs.liv
|
||||
|
||||
🔴 = Not currently available (Possibly in the future)
|
||||
|
||||
|
||||
## Example app
|
||||
|
||||
We built a multi-user conferencing app as an example in the [example/](example/) folder. You can join the same room from any supported LiveKit clients.
|
||||
|
||||
## Installation
|
||||
|
||||
Include this package to your `pubspec.yaml`
|
||||
@@ -87,10 +92,6 @@ On M1 Macs, you will also need to install x86_64 version of FFI:
|
||||
sudo arch -x86_64 gem install ffi
|
||||
```
|
||||
|
||||
## Example app
|
||||
|
||||
We built a multi-user conferencing app as an example in the [example/](example/) folder. You can join the same room from any supported LiveKit clients.
|
||||
|
||||
## Usage
|
||||
|
||||
### Connecting to a room, publish video & audio
|
||||
|
||||
Reference in New Issue
Block a user