Interface ContentFeatures.Builder

  • 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: