Class Space.Types.GatewaySipAccess
Details how to join the conference through a SIP gateway.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class Space.Types.GatewaySipAccess : IMessage<Space.Types.GatewaySipAccess>, IEquatable<Space.Types.GatewaySipAccess>, IDeepCloneable<Space.Types.GatewaySipAccess>, IBufferMessage, IMessage
Constructors
GatewaySipAccess()
Declaration
public GatewaySipAccess()
GatewaySipAccess(GatewaySipAccess)
Declaration
public GatewaySipAccess(Space.Types.GatewaySipAccess other)
Parameters
| Type | Name | Description |
|---|---|---|
| Space.Types.GatewaySipAccess | other |
Properties
SipAccessCode
The permanent numeric code for manual entry on specially configured devices.
Declaration
public 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
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |