Interface ParticipantCapabilities.Builder

    • Method Detail

      • video

        ParticipantCapabilities.Builder video​(String video)

        The configuration having the video sharing capabilities for participants over the call.

        Parameters:
        video - The configuration having the video sharing capabilities for participants over the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VideoCapability, VideoCapability
      • video

        ParticipantCapabilities.Builder video​(VideoCapability video)

        The configuration having the video sharing capabilities for participants over the call.

        Parameters:
        video - The configuration having the video sharing capabilities for participants over the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VideoCapability, VideoCapability