Class GatewaySipAccess
Details how to join the conference via 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
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 SIP URI the conference can be reached through. The string is on one of the formats: "sip:@" "sips:@" where currently is the 13-digit universal pin, and 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 |