Author Message
ajay011
Joined: Aug 8, 2017
Messages: 11
Offline
Hi,
I want to make local video view circular in android which is by default rectangle. So can i customize it to make it circular.
Pavel_K
Joined: Dec 20, 2016
Messages: 67
Offline
1) You can set custom bitmap for local layer like this: videoLayerLocal.setBitmapLayer(bitmapLayer).
For bitmapLayer you should set bitmap, bounds and other settings.

2) You can set corner radius and bounds will looks like ellipse: videoLayerLocal.setCornerRadius()
Go to:   
Mobile view