_propDict)) { return $this->_propDict["anonymousGuestId"]; } else { return null; } } /** * Sets the anonymousGuestId * Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device. * * @param string $val The anonymousGuestId * * @return AnonymousGuestConversationMember */ public function setAnonymousGuestId($val) { $this->_propDict["anonymousGuestId"] = $val; return $this; } }