David Zhao
6eebb0bcbf
remove publish test
2021-08-31 22:27:40 -07:00
David Zhao
880f1153ff
test publishing
2021-08-31 22:20:26 -07:00
David Zhao
0e4267888a
use alternative publishing action
2021-08-31 16:36:02 -07:00
David Zhao
5c82ee224b
version bump 0.4.0
2021-08-31 09:29:53 -07:00
Hiroshi Horie
ab31ddabb9
Apply Flutter best practices [Non-Breaking] ( #2 )
...
* Add flutter_lints package
* Use key in widget constructors
lint: use_key_in_widget_constructors
* Unnecessary new keyword
lint: unnecessary_new
* Prefer const with constant constructors
* Exclude protobuf files from analyzer
* Private field could be final
* Annotate overridden members
* Use initializing formals when possible
* Don't access members with `this` unless avoiding shadowing
* Prefer is! operator
* Use isEmpty instead of length
* Use collection literals when possible
* Revert comment changes
* Cleaner null testing
* Misc fixes
* Avoid using `forEach` with a function literal
* Prefer `final` over `var` where applicable
* Enforce stricter type-checking
* Ignore VS Code files
* Flutter format
* Prefer using lowerCamelCase for constant names
* flutter format -l 100
* Disable `avoid_print` for examples
* Slight improvements to example
Should solve lint error: no_logic_in_create_state
2021-08-31 16:35:07 +09:00
David Zhao
4a75d78ef9
update readmes
2021-08-30 22:11:29 -07:00
David Zhao
ef00eda3b7
missing files
2021-08-30 15:32:12 -07:00
David Zhao
d011bc7d3d
Documentation
2021-08-30 15:31:12 -07:00
David Zhao
583e08c5b1
Merge pull request #1 from livekit/fix-web-audio
...
fix audio not playing in web environments
2021-08-27 16:18:29 -07:00
David Zhao
d40d1bb547
avoid disposing attached media stream
2021-08-27 15:37:44 -07:00
David Zhao
3a26044399
manually handle audio tracks for web
2021-08-26 22:58:04 -07:00
David Zhao
82322be783
fix bug preventing publishing for web (thanks @HiroshiHorie)
2021-08-11 12:16:20 -07:00
David Zhao
356bda0f09
v0.3.0
2021-08-06 21:26:55 -07:00
David Zhao
2eda3ae25f
updated controls, android compatiblity
2021-08-06 21:22:34 -07:00
David Zhao
509a037936
feature: switch between front and back cameras
2021-08-06 21:20:21 -07:00
David Zhao
f1a7591ec7
v0.2.0
2021-08-05 23:23:37 -07:00
David Zhao
908c830b86
return connection error message, removed mediastream during publishing
2021-08-05 23:20:20 -07:00
David Zhao
101849d0bb
use arraybuffer to ensure web compatibility
2021-08-05 13:04:44 -07:00
David Zhao
1ca8b3fa0c
fix analyze warnings
2021-08-04 23:21:54 -07:00
David Zhao
75ac5c4d00
fix CI, cache dependencies
2021-08-04 23:17:43 -07:00
David Zhao
0edcc3a714
CI for build
2021-08-04 23:09:15 -07:00
David Zhao
20b3541b39
version bump to 0.1.1
2021-08-04 22:53:22 -07:00
David Zhao
36c9cd061a
revamped example with controls & improved layout
2021-08-04 22:52:31 -07:00
David Zhao
8cd7546d2f
minor tweaks & cleanup
2021-08-04 22:52:16 -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
53e5705485
example project
2021-08-04 11:33:06 -07:00
David Zhao
593890331e
connectivity handling, audio publishing
2021-08-04 10:59:41 -07:00
David Zhao
aec2003140
video rendering, local track creation
2021-08-03 10:25:00 -07:00
David Zhao
d193b9fb7f
Participant ChangeNotifier
2021-07-25 22:22:11 -07:00
David Zhao
a47c50c3c1
Room to extend ChangeNotifier
2021-07-25 00:05:48 -07:00
David Zhao
0bd2679e94
signal & webrtc connections established
2021-07-23 23:56:06 -07:00
David Zhao
26981c1c8c
added LICENSE
2021-07-23 16:45:00 -07:00
David Zhao
57c2ea91e5
Room implementation, library exports
2021-07-23 16:11:38 -07:00
David Zhao
b18c37fd1a
implemented tracks, local & remote participants
2021-07-21 23:30:24 -07:00
David Zhao
0a682f7831
checkpoint - participant & tracks initial stubs
2021-07-20 23:08:37 -07:00
David Zhao
10ab3cdcac
implement RTCEngine.negotiate
2021-07-20 15:45:10 -07:00
David Zhao
b28466842f
RTCEngine and SignalClient
2021-07-20 15:38:30 -07:00
David Zhao
941bbbdc32
initial commit, with generated protobufs
2021-07-16 15:29:06 -07:00