-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use device ringtone for incoming call sound (#1179)
* Use device ringtone - with fallbacks * Update sound related docs * Revert changes to Sounds and StreamVideoBuilder * Add SoundConfig interface * Make deviceRingtoneSoundConfig default * Safe-call get device ringtone method * Clean up * Shorten list of public sound configs * Refactor SoundConfig factory methods * Update removal version for deprecated Sounds ctor * Update docs & clean-up * Request/abandon audio focus * Use Ringtone or MediaPlayer to play sound * Update with new name and small refactoring of the factory methods * Update compilation errors * Spotless and ApiDump * Update docs, remove unused MP3 in resources, make `context` non-nullable * Improve docs and names --------- Co-authored-by: Aleksandar Apostolov <[email protected]>
- Loading branch information
1 parent
b7391b4
commit 7f45223
Showing
8 changed files
with
416 additions
and
82 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
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
Oops, something went wrong.