Developer Center
Voice Call
API Reference
Agora Java API Reference for Android
Agora Java API Reference for Android
|
static boolean | isValidColor (String color) |
|
- Deprecated:
- The video compositing layout.
◆ canvasWidth
int io.agora.rtc.video.VideoCompositingLayout.canvasWidth |
Width of the entire canvas (display window or screen).
◆ canvasHeight
int io.agora.rtc.video.VideoCompositingLayout.canvasHeight |
Height of the entire canvas.
◆ backgroundColor
String io.agora.rtc.video.VideoCompositingLayout.backgroundColor |
Background color of the entire canvas in RGB hex value.
◆ regions
Region [] io.agora.rtc.video.VideoCompositingLayout.regions = null |
Array of Region that sets the display region of the host on the entire screen. Each host in the channel can have a region to display the video on the screen.
◆ appData
byte [] io.agora.rtc.video.VideoCompositingLayout.appData = null |
Other data defined by the app. Supports a maximum of 2048 bytes.