Open
Conversation
Because BroadcastReciver via PhoneCall need use start/stop recording feature with Service, So Service add start/stop methods Update gitignore and remove untracking files Ignore all files in .idea/ folder Add callback to recieve recording result Also show some Toast to notify the recording state. Support start/stop recording feature MyVideoList init
Owner
|
I think the changes are too many... can you squash these changes to only 1 commit? |
c4defd7 to
356bcd5
Compare
merge start/stop recording feature during Incoming and OutGoing PhoneCall State. PhoneCallReceiver will trigger the ServiceCarema recording. After recording is finished, send loca Push Notification. add VideoPlayer after click local push notification When phone call finish will let media recording` finsh and send push notification, click the item will make PhoneCall video play again. issue:When ServiceCarema get onStartCommand probably crash onStartCommand is execute by startToStartRecording, means some condition make context of PhoneCall is Null. Update gitignore and remove untracking files Ignore all files in .idea/ folder remote conflicts ff
356bcd5 to
952b2d8
Compare
Owner
|
The first commit (create by me) is not needed, please clear your patch. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add PhoneCallReceiver to catch PhoneCall event( include incoming/outgoing call), start/stop video recording feature will following PhoneCall State. After recording is finished, send notification and play the video.