Interface Participant

    • Method Detail

      • getAddress

        java.lang.String getAddress()
        Returns a participant's network-provided address, as known to the conferencing system.
        Returns:
        String value of the participant's network-provided address.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns a participant's network-provided display name, as known to the conferencing system.
        Returns:
        String value of the participant's network-provided display name.
      • getParticipantId

        java.lang.String getParticipantId()
        Returns a participant's Id, as known to the conferencing system.
        Returns:
        Sting value of the Participant's Id.
      • isLocalUser

        boolean isLocalUser()
        Indicates whether the participant is local user.
        Returns:
        true if the participant is local user, false otherwise.
      • sendPrivateChatMessage

        void sendPrivateChatMessage​(java.lang.String message,
                                    SendMessageCompletionHandler handler)
        Sends a private message to this participant.
        Parameters:
        message - Chat message.
        handler - Object that wants to learn about the result of the operation, i.e., whether it was successful.