Interface StageEndpoints.Builder

    • Method Detail

      • events

        StageEndpoints.Builder events​(String events)

        Events endpoint.

        Parameters:
        events - Events endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whip

        StageEndpoints.Builder whip​(String whip)

        The endpoint to be used for IVS real-time streaming using the WHIP protocol.

        Parameters:
        whip - The endpoint to be used for IVS real-time streaming using the WHIP protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rtmp

        StageEndpoints.Builder rtmp​(String rtmp)

        The endpoint to be used for IVS real-time streaming using the RTMP protocol.

        Parameters:
        rtmp - The endpoint to be used for IVS real-time streaming using the RTMP protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rtmps

        StageEndpoints.Builder rtmps​(String rtmps)

        The endpoint to be used for IVS real-time streaming using the RTMPS protocol.

        Parameters:
        rtmps - The endpoint to be used for IVS real-time streaming using the RTMPS protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.