Class StartWebRtcContactResponse

    • Method Detail

      • connectionData

        public final ConnectionData connectionData()

        Information required for the client application (mobile application or website) to connect to the call.

        Returns:
        Information required for the client application (mobile application or website) to connect to the call.
      • contactId

        public final String contactId()

        The identifier of the contact in this instance of Amazon Connect.

        Returns:
        The identifier of the contact in this instance of Amazon Connect.
      • participantId

        public final String participantId()

        The identifier for a contact participant. The ParticipantId for a contact participant is the same throughout the contact lifecycle.

        Returns:
        The identifier for a contact participant. The ParticipantId for a contact participant is the same throughout the contact lifecycle.
      • participantToken

        public final String participantToken()

        The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.

        Returns:
        The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
      • 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