Class GatewaySipAccess
Details how to join the conference through a SIP gateway.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class GatewaySipAccess : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SipAccessCode
The permanent numeric code for manual entry on specially configured devices.
Declaration
[JsonProperty("sipAccessCode")]
public virtual string SipAccessCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or a dotted quad.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |