AppRemoting.IsReadyToStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a remoting connection is ready to be started using StartConnectingToPlayer(RemotingConnectConfiguration) or StartListeningForPlayer(RemotingListenConfiguration).
public static bool IsReadyToStart { get; }
static member IsReadyToStart : bool
Public Shared ReadOnly Property IsReadyToStart As Boolean
Property Value
Remarks
This functionality needs the "Holographic Remoting remote app" feature in OpenXR project settings to be enabled and returns false otherwise. This functionality always returns false in Holographic PlayMode Remoting.