Documentation

Support

Vivox Core SDK

Vivox Core SDK

Process login responses

Learn about process login responses.
Read time 1 minuteLast updated a day ago

The application uses the
vx_req_account_anonymous_login
request to sign users into Vivox. After the game receives a successful
vx_resp_account_anonymous_login
message,
vx_evt_account_login_state_change
will change to
login_state_logged_in
. The event will trigger once the requested login has succeeded. It is important to wait for the state change event to trigger and confirm it was successful before attempting any other Vivox actions.
vx_resp_account_anonymous_loginvx_evt_account_login_state_change
Changes the state of the corresponding action item to an in-progress state. Example, “Logging In” “Joining Channel”.Changes the state of the corresponding action item to finished state. Example, “Logged In” “Joined Channel”.
Next step, check for errors and verify your implementation.