8000 Merge branch 'master' of https://github.com/cloudwebrtc/flutter-webrtc · CodeStrings/flutter-webrtc@a91756a · GitHub
[go: up one dir, main page]

Skip to content

Commit a91756a

Browse files
committed
2 parents 89cfe15 + e6c3c75 commit a91756a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
## [0.0.1] - 2018.05.30
1+
## Changelog
2+
--------------------------------------------
3+
[0.0.2] - 2018.11.04
4+
5+
* Add 'enabled' method for MediaStreamTrack.
6+
* Implement switch camera.
7+
* Add arm64-v8a and x86_64 architecture support for android.
8+
9+
[0.0.1] - 2018.05.30
210

311
* Initial release.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Add the following entry to your _Info.plist_ file, located in `<project root>/io
1414
<string>$(PRODUCT_NAME) Camera Usage!</string>
1515
<key>NSMicrophoneUsageDescription</key>
1616
<string>$(PRODUCT_NAME) Microphone Usage!</string>
17-
<key>NSPhotoLibraryUsageDescription</key>
1817
```
1918

2019
This entry allows your app to access camera and microphone.
@@ -42,7 +41,7 @@ We intend to implement support the following features:
4241
- [ ] Port to [Flutter-Desktop-Embedding](https://github.com/google/flutter-desktop-embedding)
4342
- [ ] Screen Capture
4443
- [ ] ORTC API
45-
- [ ] Port to Fuchsia
44+
- [ ] Port to [Fuchsia](https://github.com/fuchsia-mirror)
4645

4746
### Example
4847

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android.
3-
version: 0.0.1
3+
version: 0.0.2
44
author: cloudwebrtc <duanweiwei1982@gmail.com>
55
homepage: https://github.com/cloudwebrtc/flutter-webrtc
66

0 commit comments

Comments
 (0)
0