2020class 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 */
0 commit comments