Interface ParticipantCapabilities.Builder

    • Method Detail

      • video

        ParticipantCapabilities.Builder video​(String video)

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

        Parameters:
        video - The configuration having the video and screen 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 and screen sharing capabilities for participants over the call.

        Parameters:
        video - The configuration having the video and screen 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
      • screenShare

        ParticipantCapabilities.Builder screenShare​(String screenShare)

        The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.

        Parameters:
        screenShare - The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScreenShareCapability, ScreenShareCapability
      • screenShare

        ParticipantCapabilities.Builder screenShare​(ScreenShareCapability screenShare)

        The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.

        Parameters:
        screenShare - The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScreenShareCapability, ScreenShareCapability