Class ParticipantId

    • Field Detail

      • id

        protected String id
        The id.
      • callId

        protected String callId
        The call id.
    • Constructor Detail

      • ParticipantId

        public ParticipantId()
        Instantiates a new participant id.
      • ParticipantId

        public ParticipantId​(String id,
                             String callId)
        Instantiates a new participant id.
        Parameters:
        id - the id
        callId - the call id
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public String getId()
        Gets the id.
        Returns:
        the id
      • getCallId

        public String getCallId()
        Gets the call id.
        Returns:
        the call id