Package us.zoom.sdk

Class CustomizedMiniMeetingViewSize


  • public class CustomizedMiniMeetingViewSize
    extends java.lang.Object
    • Constructor Detail

      • CustomizedMiniMeetingViewSize

        public CustomizedMiniMeetingViewSize()
      • CustomizedMiniMeetingViewSize

        public CustomizedMiniMeetingViewSize​(int topMargin,
                                             int rightMargin,
                                             int width,
                                             int height)
        Create a new size of the minimized meeting view with the specified coordinates.
        Parameters:
        topMargin - top margin
        rightMargin - right margin
        width - width
        height - height
    • Method Detail

      • getTopMargin

        public int getTopMargin()
      • getRightMargin

        public int getRightMargin()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()