getCurrentProfile
This method returns the training profile that is currently loaded for a specific headset.
Parameters
Name
Type
Required
Description
cortexToken
string
yes
headset
string
yes
Result
The result is an object containing these fields:
Name
Type
Description
name
string
The name of the loaded profile, or null
if no profile was loaded for this headset.
loadedByThisApp
boolean
true
if the profile was loaded by your application, false
if it was loaded by another application.
This field was added in Cortex 2.1
Examples
Last updated