Skip to content

Commit aa95049

Browse files
1 parent a20076a commit aa95049

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

src/Meet/GatewaySipAccess.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,27 @@
2020
class GatewaySipAccess extends \Google\Model
2121
{
2222
/**
23-
* Permanent numeric code for manual entry on specially configured devices.
23+
* The permanent numeric code for manual entry on specially configured
24+
* devices.
2425
*
2526
* @var string
2627
*/
2728
public $sipAccessCode;
2829
/**
29-
* The SIP URI the conference can be reached through. The string is on one of
30-
* the formats: "sip:@" "sips:@" where currently is the 13-digit universal
31-
* pin, and is a valid address to be resolved using a DNS SRV lookup, or a
32-
* dotted quad.
30+
* The Session Initiation Protocol (SIP) URI the conference can be reached
31+
* through. The string is in one of these formats: *
32+
* "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
33+
* USER_ID is the 13-digit universal pin (with the future option to support
34+
* using a Meet meeting code as well), and GATEWAY_ADDRESS is a valid address
35+
* to be resolved using a DNS SRV lookup, or a dotted quad.
3336
*
3437
* @var string
3538
*/
3639
public $uri;
3740

3841
/**
39-
* Permanent numeric code for manual entry on specially configured devices.
42+
* The permanent numeric code for manual entry on specially configured
43+
* devices.
4044
*
4145
* @param string $sipAccessCode
4246
*/
@@ -52,10 +56,12 @@ public function getSipAccessCode()
5256
return $this->sipAccessCode;
5357
}
5458
/**
55-
* The SIP URI the conference can be reached through. The string is on one of
56-
* the formats: "sip:@" "sips:@" where currently is the 13-digit universal
57-
* pin, and is a valid address to be resolved using a DNS SRV lookup, or a
58-
* dotted quad.
59+
* The Session Initiation Protocol (SIP) URI the conference can be reached
60+
* through. The string is in one of these formats: *
61+
* "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
62+
* USER_ID is the 13-digit universal pin (with the future option to support
63+
* using a Meet meeting code as well), and GATEWAY_ADDRESS is a valid address
64+
* to be resolved using a DNS SRV lookup, or a dotted quad.
5965
*
6066
* @param string $uri
6167
*/

src/Meet/Space.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function getConfig()
9090
return $this->config;
9191
}
9292
/**
93-
* Output only. The SIP based access methods that can be used to join the
93+
* Output only. The SIP-based access methods that can be used to join the
9494
* conference. Can be empty.
9595
*
9696
* @param GatewaySipAccess[] $gatewaySipAccess

0 commit comments

Comments
 (0)