Interface VideoFeatures.Builder

    • Method Detail

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