File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Flutter WebRTC plugin for iOS/Android
5
5
6
+ ## Functionality
7
+ We intend to implement support the following features:
8
+
9
+ - [X] Audio/Video
10
+ - [X] Data Channel
11
+ - [X] Screen/Window Capture (iOS/Android)
12
+ - [ ] Unified-Plan
13
+ - [ ] [ Flutter Web] ( https://flutter.dev/web )
14
+ - [ ] [ Flutter Desktop] ( https://github.com/flutter/flutter/wiki/Desktop-shells ) (macOS/Windows/Linux)
15
+ - [ ] Support for [ Fuchsia] ( https://fuchsia.googlesource.com/ )
16
+ - [ ] MediaRecorder
17
+
6
18
## Usage
7
19
Add ` flutter_webrtc ` as a [ dependency in your pubspec.yaml file] ( https://flutter.io/using-packages/ ) .
8
20
@@ -46,18 +58,6 @@ android {
46
58
}
47
59
```
48
60
49
- ## Functionality
50
- We intend to implement support the following features:
51
-
52
- - [X] Audio/Video
53
- - [X] Data Channel
54
- - [X] Screen/Window Capture (iOS/Android)
55
- - [ ] Unified-Plan
56
- - [ ] [ Flutter Web] ( https://flutter.dev/web )
57
- - [ ] [ Flutter Desktop] ( https://github.com/flutter/flutter/wiki/Desktop-shells ) (macOS/Windows/Linux)
58
- - [ ] Support for [ Fuchsia] ( https://fuchsia.googlesource.com/ )
59
- - [ ] MediaRecorder
60
-
61
61
## Contributing
62
62
The project is inseparable from the contributors of the community.
63
63
- [ CloudWebRTC] ( https://github.com/cloudwebrtc ) - Original Author
You can’t perform that action at this time.
0 commit comments