I am building an android application having video call facilities. I have used pristine.io webrtc library. My problem is when I press back button I want to finish the activity and show a small video view in top right corner of the screen. Thus user can navigate other activities of the application. If a user touches the small video view, the original Activity restarts with full screen video. Can anyone help me telling how can I do this.
Asked
Active
Viewed 69 times
0
-
What have you tried? where is the exact problem? – yakobom Jul 23 '17 at 08:12
-
I have tried transparent activity. But In that case there is no control over the application other than the transparent activity. I could not find any other component which is always visible even when the application is in background. The user need to navigate other functionalities of the application but the video component should be at top right corner. – Eraz Ahmed Jul 23 '17 at 08:59