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

Result

The result is an object containing these fields:

Examples

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "loadGuestProfile",
    "params": {
        "cortexToken": "xxx",
        "headset": "INSIGHT-12341234"
    }
}

Last updated