Skip to content

Commit

Permalink
Implement enumerate_displays() (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: alexlapa <lapa.alex@ex.ua>
  • Loading branch information
rogurotus and alexlapa authored Sep 19, 2022
1 parent 34f37e9 commit 6e5336a
Show file tree
Hide file tree
Showing 43 changed files with 717 additions and 184 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ All user visible changes to this project will be documented in this file. This p
- `LocalMediaInitExceptionKind` variants ([#52]):
- `GetUserMediaAudioFailed`;
- `GetUserMediaVideoFailed`.
- `MediaManager.enumerate_displays()` ([#81]).

### Fixed

Expand All @@ -97,6 +98,7 @@ All user visible changes to this project will be documented in this file. This p
[#52]: /../../pull/52
[#57]: /../../pull/57
[#59]: /../../pull/59
[#81]: /../../pull/81



Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified flutter/android/src/main/jniLibs/arm64-v8a/libmedea_jason.so
Binary file not shown.
Binary file modified flutter/android/src/main/jniLibs/armeabi-v7a/libmedea_jason.so
Binary file not shown.
Binary file modified flutter/android/src/main/jniLibs/x86/libmedea_jason.so
Binary file not shown.
Binary file modified flutter/android/src/main/jniLibs/x86_64/libmedea_jason.so
Binary file not shown.
Loading

0 comments on commit 6e5336a

Please sign in to comment.