-
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 #329 from ConnectyCube/feature/join_by_link
Implement Shared conferences feature
- Loading branch information
Showing
50 changed files
with
37,449 additions
and
192 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5e4caf0ba038efb614f005b3cbffbf63 |
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,14 @@ | ||
[ | ||
{ | ||
"relation": [ | ||
"delegate_permission/common.handle_all_urls" | ||
], | ||
"target": { | ||
"namespace": "android_app", | ||
"package_name": "com.connectycube.flutter.conference_call_sample", | ||
"sha256_cert_fingerprints": [ | ||
"EF:3D:DB:9F:3E:21:28:9C:21:9F:52:38:C6:CB:0F:44:0D:73:65:CE:06:73:7E:14:17:1A:E6:A5:8C:A4:CB:DD" | ||
] | ||
} | ||
} | ||
] |
17 changes: 17 additions & 0 deletions
17
conf_call_sample/build/web/.well-known/apple-app-site-association
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,17 @@ | ||
{ | ||
"applinks": { | ||
"apps": [ | ||
], | ||
"details": [ | ||
{ | ||
"appIDs": [ | ||
"6B6Z335W9Z.com.connectycube.flutter.conferenceCallSample.val" | ||
], | ||
"appID": "6B6Z335W9Z.com.connectycube.flutter.conferenceCallSample.val", | ||
"paths": [ | ||
"/conversation" | ||
] | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"assets/audio/calling.mp3":["assets/audio/calling.mp3"],"assets/audio/dialing.mp3":["assets/audio/dialing.mp3"],"assets/audio/end_call.mp3":["assets/audio/end_call.mp3"]} |
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 @@ | ||
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}] |
Oops, something went wrong.