Commit Graph
11 Commits
Author SHA1 Message Date
Hiroshi Horie 13f112b9fe update feature
background audio works on android
2021-10-15 15:58:56 +09:00
David Zhao 1a87bcf860 remove guidance of 100 line width 2021-10-01 22:58:05 -07:00
David ZhaoandGitHub 9518a2f123 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
2021-10-01 13:35:32 -07:00
David Zhao 344e6ad394 updated README with new event system 2021-10-01 10:13:39 -07:00
Hiroshi HorieandGitHub 4f064e010e readme update
Simulcast & Background mode supported now for iOS
2021-10-01 17:19:35 +09:00
Hiroshi HorieandGitHub 50f56c5e1e Simulcast, Screen sharing & Various improvements (#4)
* Respect `RTCIceTransportPolicy` enum and organize

* Simplify syntax where possible etc.

* Combine `VideoPreset` and `VideoPresets`

* Default values for `ConnectOptions`

* Build URI instead of String manipulation

* Slight modifications to Exception

* `LiveKitTheme` for example

* `VideoEncoding` class

* Organize imports

* First simulcast implementation

* Remove unnecessary try-catches

* Update Android settings

* Remember uri and token

* example improvements

* `fit` parameter for VideoTrackRenderer

* Simulcast option for example

* Pass `defaultPublishOptions`

* Show only `VideoQuality`

* Pass tests

* Better buildUri logic

* Named parameter to positional

* Explicit imports

* `VideoParameter` instead of `VideoPreset`

* Use `mediaTrack.getSettings` when possible

* Safer dispose logic

* Safer `PCTransport`

Update transport.dart

* Synchronized events for `SignalClient`

* Use logger instead of print

* Make example compile for iOS

* First screen share implementation

* Make example work with screen share

* Example improvement

* Code optimization

* Don't depend on web_socket_channel

* Fix: Unpublish track bug

* Show participant mute state & identity

* Update protos

* Remote mute/unmute

* iOS Background mode

* Separate `createCameraTrack` and `createScreenTrack`

* Clean up

* PB fix

* format

* Fix analyzer warning

* Android clean up

* Update README.md

* Clean up
2021-09-11 03:14:14 +09:00
David Zhao 4a75d78ef9 update readmes 2021-08-30 22:11:29 -07:00
David Zhao d011bc7d3d Documentation 2021-08-30 15:31:12 -07:00
David Zhao 86fc303e61 updated proto, publishing details 2021-08-04 11:45:11 -07:00
David Zhao 894ff7b8f8 updated readme & changelog 2021-08-04 11:37:59 -07:00
David Zhao 941bbbdc32 initial commit, with generated protobufs 2021-07-16 15:29:06 -07:00