3import com.zipow.videobox.conference.ui.ZmConfActivity;
 
    4import us.zoom.videomeetings.R;
 
   20        return R.layout.zm_sdk_new_meeting_layout;
 
 
   30        return R.layout.zm_sdk_new_meeting_tablet_layout;
 
 
   35        return R.layout.zm_sdk_new_meeting_layout_multitasking;
 
 
   44        return super.isSensorOrientationEnabled();
 
 
 
This class is used to custom conf activity. Note: The custom conf activity do not automatically inher...
int getLayoutForMutiltask()
int getLayout()
Get the layout ID of meeting activities. The zm_sdk_new_meeting_layout should be contained as a subvi...
int getLayoutForTablet()
Get the layout ID of meeting activities for tablet. The zm_sdk_new_meeting_tablet_layout should be co...
boolean isSensorOrientationEnabled()
Query if the sensor orientation of the phone is enabled.