Commit Graph
55 Commits
Author SHA1 Message Date
David ZhaoandGitHub 004f8c7fdb Send video dimensions to the server (#41) 2021-11-30 20:45:09 -08:00
David Zhao ed555e88d8 Update readme with Mac support, workaround on M1 Macs 2021-11-28 12:52:58 -08:00
David Zhao 57e75a90fa Remove commented out code 2021-11-27 23:06:35 -08:00
David Zhao eb0c0af781 Updated CHANGELOG for 0.5.4 2021-11-27 10:40:34 -08:00
David Zhao 89117c2980 version bump 0.5.4 2021-11-27 10:37:47 -08:00
David Zhao 9f153d338d Update readme with screen sharing docs 2021-11-27 10:35:29 -08:00
David ZhaoandGitHub 66dbc94c1a Use high level track APIs in example app & docs (#36) 2021-11-26 23:51:37 -08:00
David Zhao dd3b8025e1 use aws cli for docs 2021-10-07 17:48:03 -07:00
David Zhao 1a87bcf860 remove guidance of 100 line width 2021-10-01 22:58:05 -07:00
David Zhao 46e76e5613 improved description 2021-10-01 22:32:38 -07:00
David Zhao d444d69951 include missing dependencies 2021-10-01 14:18:20 -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
David Zhao ec17907cdc remove RoomEvent from SpeakingChangedEvent, participant-only 2021-09-30 00:29:51 -07:00
David Zhao 9dd4af5e6c fix unknown signal message logging to not crash 2021-09-28 17:34:58 -07:00
David Zhao 8e66e324f6 update to flutter-webrtc 0.6.6, resolves video rendering blank after updates 2021-09-01 10:08:03 -07:00
David Zhao 1049981480 Disable publishing via CI (credentials issue) 2021-08-31 22:58:38 -07:00
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
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 ZhaoandGitHub 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