Commit 50e75ba
authored
Improve Android broadcasts and iOS delegate (#159)
* add missing call data
* add self managed call permission
* working android self managed
* init integration with ios
* working android call
* export android and fix iOS call
* restore signing team to cloudwebrtc
* differ between iOS and android connected
* simplify mute boolean comparison
* send notification on disconnect report
* add custom schema option
* start calls from log
* encapsulate account handle
* fix appdelegate callback signature
* add answer call to iOS
* fix null audio state access
* add optional notify on end call report android
* add settings caching
* change displayincoming to static1 parent bc36106 commit 50e75ba
File tree
23 files changed
+1445
-856
lines changed- android/src/main/java/io/wazo/callkeep
- utils
- example
- ios
- Runner
- lib
- ios/Classes
- lib
- src
23 files changed
+1445
-856
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
11 | | - | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| 25 | + | |
18 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
0 commit comments