In my application I have integrated the WebRTC protocol so I can make a video call with participants. In order to show my local camera stream, I use a SurfaceViewRenderer
inherited from this package org.webrtc.SurfaceViewRenderer
However I want to be able to drag the view around in the screen. How can I achieve that?