Skip to content

Commit 103b7c2

Browse files
authored
Support system audio capture on macOS (#263)
- add `systemAudioCaptureIsAvailable()` for probing system audio capturing support Additionally: - fix macOS deployment target set when builing OpenAL
1 parent 35d2b9e commit 103b7c2

File tree

27 files changed

+806
-132
lines changed

27 files changed

+806
-132
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ All user visible changes to this project will be documented in this file. This p
2020

2121
### Added
2222

23-
- Support for system audio capturing on [Windows] via `getDisplayMedia()`. ([#245], [#244])
23+
- Support for system audio capturing on [Windows] and [macOS] via `getDisplayMedia()`. ([#245], [#244], [#263])
24+
- `systemAudioCaptureIsAvailable()` for probing system audio capturing support. ([#263]))
2425
- Capturing audio focus when in call on [Android]. ([#255])
2526
- `MediaDeviceInfo.audioDeviceKind` field and `AudioDeviceKind` enum to reflect audio device kind. ([#257])
2627

@@ -47,6 +48,7 @@ All user visible changes to this project will be documented in this file. This p
4748
[#257]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/257
4849
[#258]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/258
4950
[#260]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/260
51+
[#263]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/263
5052
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
5153
[141.0.7390.122]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/141.0.7390.122
5254

0 commit comments

Comments
 (0)