pass SDK and version number to server, v0.5.0 (#14)

* pass SDK and version number to server, v0.5.0

* missing files and formatting

* make format

* line length comment for VSCode
This commit is contained in:
David Zhao
2021-10-01 13:35:32 -07:00
committed by GitHub
parent 344e6ad394
commit 9518a2f123
8 changed files with 41 additions and 9 deletions
+13
View File
@@ -277,6 +277,19 @@ These controls are accessible on the `RemoteTrackPublication` object.
For more info, see [Subscriber controls](https://docs.livekit.io/guides/room/receive#subscriber-controls).
## Development
The project is configured to lint with line length of 100. If using VS Code, set the following in your `settings.json`
```json
"dart.lineLength": 100,
"[dart]": {
"editor.rulers": [
100
]
}
```
## License
Apache License 2.0