Skip to content

Commit 3fe2daf

Browse files
authored
Merge pull request #100 from amadeu01/patch-1
Update README.md
2 parents b6c5791 + c94ee12 commit 3fe2daf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ A dart-lang version of the SIP UA stack, ported from [JsSIP](https://github.com/
1616
- [ ] Windows
1717
- [ ] Fuchsia
1818

19+
## Install
20+
21+
### Android
22+
23+
- Proguard rules:
24+
25+
```
26+
-keep class io.flutter.app.** { *; }
27+
-keep class io.flutter.plugin.** { *; }
28+
-keep class io.flutter.util.** { *; }
29+
-keep class io.flutter.view.** { *; }
30+
-keep class io.flutter.** { *; }
31+
-keep class io.flutter.plugins.** { *; }
32+
33+
-keep class com.cloudwebrtc.webrtc.** {*;}
34+
-keep class org.webrtc.** {*;}
35+
```
36+
1937
## Quickstart for Web platform
2038
- [Install Flutter](https://flutter.dev/docs/get-started/install)
2139
- Verify the install:

0 commit comments

Comments
 (0)