Commit Graph
11 Commits
Author SHA1 Message Date
davidliuandGitHub c374283f45 Ensure even video dimensions (#82)
gotcha, I think we may have to do some work iOS later to properly grab the actual capture dimensions rather than rely on the dimensions we request, to properly do the calculations.

That said, I think m97 is now handling the odd dimensions properly, so I don't think we'll need this fix anymore.

As for adaptOutputFormat, flutter_webrtc is already doing that (though it doesn't seem to prevent the crash on m93). Should native android use this as well?
2022-02-16 01:15:41 +09:00
davidliuandGitHub 29c2117453 handle room update message (#79) 2022-02-07 12:37:47 +09:00
davidliuandGitHub 9bd546b9a2 tests and mocks for e2e testing (#78)
* tests and mocks for e2e testing

* formatting

* fix analyze errors
2022-02-06 20:36:42 +09:00
davidliuandGitHub 0d92c569df update track settings (#77) 2022-02-03 20:27:26 +09:00
davidliuandGitHub 77b6a60244 Fix crash on android in portrait (#74) 2022-01-25 22:00:58 -08:00
davidliuandGitHub 435def8f2c Separate sub/pub data channels (#60) 2021-12-17 20:02:02 -08:00
davidliuandGitHub 6b80d105f4 Update flutter_webrtc (#48)
Also update video constraints to use modern constraint syntax
2021-12-07 00:46:03 +09:00
davidliuandGitHub c71bcaeaf8 Default mic settings (#37) 2021-11-29 20:42:26 +09:00
davidliuandGitHub c50e0269cf Use min for width/height to apply constraints (#35) 2021-11-26 15:03:38 +09:00
davidliuandGitHub 4a59a1e6d5 android screenshare example and touch ups (#31) 2021-11-17 17:11:46 +09:00
David Liu 1835675650 ignore .gradle/android studio files generated in root folder 2021-11-15 16:10:50 +09:00