Class GetIceServerConfigRequest

    • Method Detail

      • channelARN

        public final String channelARN()

        The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers.

        Returns:
        The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers.
      • clientId

        public final String clientId()

        Unique identifier for the viewer. Must be unique within the signaling channel.

        Returns:
        Unique identifier for the viewer. Must be unique within the signaling channel.
      • service

        public final Service service()

        Specifies the desired service. Currently, TURN is the only valid value.

        If the service returns an enum value that is not available in the current SDK version, service will return Service.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serviceAsString().

        Returns:
        Specifies the desired service. Currently, TURN is the only valid value.
        See Also:
        Service
      • serviceAsString

        public final String serviceAsString()

        Specifies the desired service. Currently, TURN is the only valid value.

        If the service returns an enum value that is not available in the current SDK version, service will return Service.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serviceAsString().

        Returns:
        Specifies the desired service. Currently, TURN is the only valid value.
        See Also:
        Service
      • username

        public final String username()

        An optional user ID to be associated with the credentials.

        Returns:
        An optional user ID to be associated with the credentials.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object