Package us.zoom.sdk
Class ZoomVideoSDKInvitePhoneUserInfo
java.lang.Object
us.zoom.sdk.ZoomVideoSDKInvitePhoneUserInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
true: When joining the session, play a greeting prompt tone., otherwise not.boolean
true: Need press number one to agree to join the session, otherwise not.The country code of the specified user must be in the support list.The screen name of the specified user in the session.The phone number of specified user. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countryCode
The country code of the specified user must be in the support list. -
phoneNumber
The phone number of specified user. -
name
The screen name of the specified user in the session. -
bPressOne
public boolean bPressOnetrue: Need press number one to agree to join the session, otherwise not. -
bGreeting
public boolean bGreetingtrue: When joining the session, play a greeting prompt tone., otherwise not.
-
-
Constructor Details
-
ZoomVideoSDKInvitePhoneUserInfo
public ZoomVideoSDKInvitePhoneUserInfo()
-