-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from ConnectyCube/feature/private_calls_over_…
…janus_example Feature: Private calls over janus
- Loading branch information
Showing
92 changed files
with
4,686 additions
and
1,530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+3.68 KB
conf_call_sample/android/app/src/main/res/drawable/default_avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
conf_call_sample/android/app/src/main/res/drawable/ic_notification.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="217.39131" | ||
android:viewportHeight="217.39131" | ||
android:tint="#FFFFFF"> | ||
<group android:translateX="8.695652" | ||
android:translateY="8.695652"> | ||
|
||
<path | ||
android:fillAlpha="1" | ||
android:fillColor="#44d2a6" | ||
android:pathData="M187.42,50.06L100.56,0L100.56,100.13L100.56,100.13L187.42,50.06Z" /> | ||
|
||
<path | ||
android:fillAlpha="1" | ||
android:fillColor="#3299ac" | ||
android:pathData="M100.56,100.13L13.7,50.06L100.56,0L100.56,0L100.56,100.13Z" /> | ||
|
||
<path | ||
android:fillAlpha="1" | ||
android:fillColor="#41bcf1" | ||
android:pathData="M100.56,200L187.42,151.46L142.44,123.78L100.56,148.38L100.56,148.38L100.56,200Z" /> | ||
|
||
<path | ||
android:fillAlpha="1" | ||
android:fillColor="#2c85be" | ||
android:pathData="M100.56,200L13.7,151.46L58.65,123.78L100.56,148.38L100.56,148.38L100.56,200Z" /> | ||
|
||
<path | ||
android:fillAlpha="1" | ||
android:fillColor="#46d1d3" | ||
android:pathData="M13.7,151.46L13.7,50.06L58.65,75.97L58.65,123.78L58.65,123.78L13.7,151.46Z" /> | ||
|
||
</group> | ||
</vector> |
10 changes: 10 additions & 0 deletions
10
conf_call_sample/android/app/src/main/res/drawable/ic_notification_audio_call.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:tint="#fff" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#fff" | ||
android:pathData="M20,15.5C18.8,15.5 17.5,15.3 16.4,14.9C16.3,14.9 16.2,14.9 16.1,14.9C15.8,14.9 15.6,15 15.4,15.2L13.2,17.4C10.4,15.9 8,13.6 6.6,10.8L8.8,8.6C9.1,8.3 9.2,7.9 9,7.6C8.7,6.5 8.5,5.2 8.5,4C8.5,3.5 8,3 7.5,3H4C3.5,3 3,3.5 3,4C3,13.4 10.6,21 20,21C20.5,21 21,20.5 21,20V16.5C21,16 20.5,15.5 20,15.5M5,5H6.5C6.6,5.9 6.8,6.8 7,7.6L5.8,8.8C5.4,7.6 5.1,6.3 5,5M19,19C17.7,18.9 16.4,18.6 15.2,18.2L16.4,17C17.2,17.2 18.1,17.4 19,17.4V19Z" /> | ||
</vector> |
11 changes: 11 additions & 0 deletions
11
conf_call_sample/android/app/src/main/res/drawable/ic_notification_video_call.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- drawable/video_outline.xml --> | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:tint="#fff" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="#fff" | ||
android:pathData="M15,8V16H5V8H15M16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5V7A1,1 0 0,0 16,6Z" /> | ||
</vector> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.enableR8=true | ||
android.useAndroidX=true | ||
android.enableJetifier=true |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,79 @@ | ||
PODS: | ||
- assets_audio_player (0.0.1): | ||
- Flutter | ||
- assets_audio_player_web (0.0.1): | ||
- Flutter | ||
- connectycube_flutter_call_kit (2.5.0): | ||
- Flutter | ||
- device_info_plus (0.0.1): | ||
- Flutter | ||
- Flutter (1.0.0) | ||
- flutter_webrtc (0.9.20): | ||
- flutter_webrtc (0.9.36): | ||
- Flutter | ||
- WebRTC-SDK (= 114.5735.08) | ||
- package_info_plus (0.4.5): | ||
- Flutter | ||
- WebRTC-SDK (= 104.5112.09) | ||
- path_provider_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- WebRTC-SDK (104.5112.09) | ||
- permission_handler_apple (9.1.1): | ||
- Flutter | ||
- shared_preferences_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- WebRTC-SDK (114.5735.08) | ||
|
||
DEPENDENCIES: | ||
- assets_audio_player (from `.symlinks/plugins/assets_audio_player/ios`) | ||
- assets_audio_player_web (from `.symlinks/plugins/assets_audio_player_web/ios`) | ||
- connectycube_flutter_call_kit (from `.symlinks/plugins/connectycube_flutter_call_kit/ios`) | ||
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) | ||
- Flutter (from `Flutter`) | ||
- flutter_webrtc (from `.symlinks/plugins/flutter_webrtc/ios`) | ||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) | ||
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) | ||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) | ||
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) | ||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- WebRTC-SDK | ||
|
||
EXTERNAL SOURCES: | ||
assets_audio_player: | ||
:path: ".symlinks/plugins/assets_audio_player/ios" | ||
assets_audio_player_web: | ||
:path: ".symlinks/plugins/assets_audio_player_web/ios" | ||
connectycube_flutter_call_kit: | ||
:path: ".symlinks/plugins/connectycube_flutter_call_kit/ios" | ||
device_info_plus: | ||
:path: ".symlinks/plugins/device_info_plus/ios" | ||
Flutter: | ||
:path: Flutter | ||
flutter_webrtc: | ||
:path: ".symlinks/plugins/flutter_webrtc/ios" | ||
package_info_plus: | ||
:path: ".symlinks/plugins/package_info_plus/ios" | ||
path_provider_foundation: | ||
:path: ".symlinks/plugins/path_provider_foundation/ios" | ||
:path: ".symlinks/plugins/path_provider_foundation/darwin" | ||
permission_handler_apple: | ||
:path: ".symlinks/plugins/permission_handler_apple/ios" | ||
shared_preferences_foundation: | ||
:path: ".symlinks/plugins/shared_preferences_foundation/darwin" | ||
|
||
SPEC CHECKSUMS: | ||
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed | ||
assets_audio_player: edee322b9cb625571b830b35872ead1a295fd917 | ||
assets_audio_player_web: 19826380c44375761aa0b9053665c1e3fbc3b86b | ||
connectycube_flutter_call_kit: cc0bbb77ddefdc484ae7608eeda046a9bb16f0c7 | ||
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea | ||
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 | ||
flutter_webrtc: 15c5fb4ea324f3178ff97c0f02b9467b85977e42 | ||
path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9 | ||
WebRTC-SDK: 3fa5c6fa717314fade68bffed85737484a28ad0b | ||
flutter_webrtc: 55df3aaa802114dad390191a46c2c8d535751268 | ||
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85 | ||
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8 | ||
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 | ||
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 | ||
WebRTC-SDK: c24d2a6c9f571f2ed42297cb8ffba9557093142b | ||
|
||
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d | ||
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048 | ||
|
||
COCOAPODS: 1.11.3 |
Oops, something went wrong.