Uses of Class
com.adobe.connectpro.telephony.adaptor.TelephonyUserInfo.UserType

Uses of TelephonyUserInfo.UserType in com.adobe.connectpro.telephony.adaptor
 

Methods in com.adobe.connectpro.telephony.adaptor that return TelephonyUserInfo.UserType
 TelephonyUserInfo.UserType TelephonyUserInfo.getUserType()
          Returns the type of phone user.
static TelephonyUserInfo.UserType TelephonyUserInfo.UserType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TelephonyUserInfo.UserType TelephonyUserInfo.UserType.valueOfCustom(java.lang.String customName)
          Returns the enum constant based on String value of the same
static TelephonyUserInfo.UserType[] TelephonyUserInfo.UserType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.adobe.connectpro.telephony.adaptor with parameters of type TelephonyUserInfo.UserType
 java.lang.String TelephonyAdaptor.dialOut(java.lang.String conferenceId, java.lang.String phoneNumber, TelephonyUserInfo.UserType userType, java.lang.String userName, boolean isVideo)
          Dials outs to the phone user with the specified information.
 void TelephonyCallback.sendCustomMessage(java.lang.String conferenceId, java.lang.String[] telephonyUserIds, TelephonyUserInfo.UserType[] userTypes, java.lang.String messageId, java.util.Map<java.lang.String,java.lang.String> messageParameters)
          Sends a message from the telephony adaptor to Connect Pro.
 void TelephonyUserInfo.setUserType(TelephonyUserInfo.UserType userType)
          Sets the type of phone user.
 

Constructors in com.adobe.connectpro.telephony.adaptor with parameters of type TelephonyUserInfo.UserType
TelephonyUserInfo(java.lang.String telephonyUserId, java.lang.String phoneNumber, java.lang.String telephonyToken, java.lang.String subconferenceId, TelephonyUserInfo.UserType userType, boolean isSpeaking, boolean isVideo)
          Constructor with all information except option.