I am using onesignal for push notification. A call notification is received which has actions answer and reject. i wanna play a sound while this notification is received to 45 second.
does one-signal have any solution for playing a sound while call notification? is there any alternative solution like media player?
I Fixed my problem by using media player . In my app one signal notification clicks handled in Application class But I used MyFirebaseMessagingService class for real time notification handle when app are closed.
add this service in application tag.