Class Space.Types.PhoneAccess
Phone access contains information required to dial into a conference using a regional phone number and a PIN that is specific to that phone number.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class Space.Types.PhoneAccess : IMessage<Space.Types.PhoneAccess>, IEquatable<Space.Types.PhoneAccess>, IDeepCloneable<Space.Types.PhoneAccess>, IBufferMessage, IMessage
Constructors
PhoneAccess()
Declaration
public PhoneAccess()
PhoneAccess(PhoneAccess)
Declaration
public PhoneAccess(Space.Types.PhoneAccess other)
Parameters
| Type | Name | Description |
|---|---|---|
| Space.Types.PhoneAccess | other |
Properties
LanguageCode
The BCP 47/LDML language code for the language associated with this phone access. To be parsed by the i18n LanguageCode utility. Examples: "es-419" for Latin American Spanish, "fr-CA" for Canadian French.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
The phone number to dial for this meeting space in E.164 format. Full phone number with a leading '+' character.
Declaration
public string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pin
The PIN that users must enter after dialing the given number. The PIN consists of only decimal digits and the length may vary.
Declaration
public string Pin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
The CLDR/ISO 3166 region code for the country associated with this phone access. To be parsed by the i18n RegionCode utility. Example: "SE" for Sweden.
Declaration
public string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |