_propDict)) { return $this->_propDict["allowClientToJoinUsingBrowser"]; } else { return null; } } /** * Sets the allowClientToJoinUsingBrowser * Indicates whether the client can use the browser to join a virtual appointment. If set to false, the client can only use Microsoft Teams to join. Optional. * * @param bool $val The value of the allowClientToJoinUsingBrowser * * @return VirtualAppointmentSettings */ public function setAllowClientToJoinUsingBrowser($val) { $this->_propDict["allowClientToJoinUsingBrowser"] = $val; return $this; } }