Interface ContentFeatures.Builder

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

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

    • maxResolution

      ContentFeatures.Builder maxResolution(String maxResolution)

      The maximum resolution for the meeting content.

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

      Parameters:
      maxResolution - The maximum resolution for the meeting content.

      Defaults to FHD. To use UHD, 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

      ContentFeatures.Builder maxResolution(ContentResolution maxResolution)

      The maximum resolution for the meeting content.

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

      Parameters:
      maxResolution - The maximum resolution for the meeting content.

      Defaults to FHD. To use UHD, 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: