Class MemberInitiator

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberInitiator
All Implemented Interfaces:
Jsonable

public class MemberInitiator extends JsonableBaseObject
  • Constructor Details

  • Method Details

    • invitedByAdmin

      Whether the member was invited by an admin JWT or a user.
      Returns:
      true if invited by admin JWT, false if invited by user (joined), null if unknown.
    • getUserId

      public String getUserId()
      If invitedByAdmin() is false, returns the ID of the inviting user.
      Returns:
      The user ID that invited this member, or null if not applicable.
    • getMemberId

      public String getMemberId()
      If invitedByAdmin() is false, returns the ID of the inviting member.
      Returns:
      The member ID that sent the invite, or null if not applicable.