loadGuestProfile
This method loads an empty profile for a headset. You can use this method to quickly load a profile, without having to create a profile with setupProfile.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize. |
headset |
| yes | A headset id returned by queryHeadsets. |
Result
The result is an object containing these fields:
Name | Type | Description |
action |
| Is always "load". |
name |
| Is always "Guest Profile". |
message |
| A success message. |
Examples
Last updated