Process login responses
Learn about process login responses.
읽는 시간 1분최근 업데이트: 7달 전
The application uses the request to sign users into Vivox. After the game receives a successful message, will change to . 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_req_account_anonymous_loginvx_resp_account_anonymous_loginvx_evt_account_login_state_changelogin_state_logged_in| vx_resp_account_anonymous_login | vx_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.