Interface VideoFeatures.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VideoFeatures.Builder,VideoFeatures>, SdkBuilder<VideoFeatures.Builder,VideoFeatures>, SdkPojo
Enclosing class:
VideoFeatures

public static interface VideoFeatures.Builder extends SdkPojo, CopyableBuilder<VideoFeatures.Builder,VideoFeatures>
  • Method Details

    • maxResolution

      VideoFeatures.Builder maxResolution(String maxResolution)

      The maximum video resolution for the meeting. Applies to all attendees.

      Defaults to HD. To use FHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

      Parameters:
      maxResolution - The maximum video resolution for the meeting. Applies to all attendees.

      Defaults to HD. To use FHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResolution

      VideoFeatures.Builder maxResolution(VideoResolution maxResolution)

      The maximum video resolution for the meeting. Applies to all attendees.

      Defaults to HD. To use FHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

      Parameters:
      maxResolution - The maximum video resolution for the meeting. Applies to all attendees.

      Defaults to HD. To use FHD, you must also provide a MeetingFeatures:Attendee:MaxCount value and override the default size limit of 250 attendees.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: