Protected
constructorThe name of the Asset in Lens Studio.
Readonly
uniqueCreate session with the provided options. Will also check if there is a session that can be created from a session sharetype received from other users.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Share the session with other users, specified by the SessionShareType. Note that if shared via Invitation, a new session will be created. Expect a new onConnected callback with the new session being passed in.
Enables the creation and management of networked Lens experiences, allowing for real-time communication and interaction between users through Connected Lenses.
Remarks
Allows use of networked Lens communication capabilities such as real-time communication, co-located session creation and joining, and shared persistent storage. It's recommended to only use one ConnectedLensModule per Lens.
See
Connected Lenses Overview.
Example