XRMemberDebugSettings

Type alias XRMemberDebugSettings

XRMemberDebugSettings: { requestServiceStatsLive?: boolean; requestStateReport?: boolean }

Type declaration

  • Optional Experimental requestServiceStatsLive?: boolean

    Enables live stats communication from tracker service to the client which will be send over the debugInfo channel (TrackerDebugInfo flatbuffer)

  • Optional Experimental requestStateReport?: boolean

    Request a service state dump, which will be send over the debugInfo channel (TrackerDebugInfo flatbuffer)