Sign out of a game
How to sign out a player from Vivox services.
Read time 1 minuteLast updated 20 hours ago
When the game no longer wants the user signed in, it sends a
vx_req_account_logout. . .vx_req_account_logout *req;vx_req_account_logout_create(&req);req->account_handle= vx_strdup(".issuer-w-dev.mytestaccountname.");vx_issue_request3(&req->base, &request_count);. . .