I am working on an android project where I need to implement Push notification msg from my own server (that I have created).
I need to implement it using WebRTC but after much exploring I have come to know that WebRTC is for voice call. Is my assumption is correct, if not where i can find some tutorials to implement Push Notification using WebRTC?