Uninitialize the Vivox SDK
Learn how to properly uninitialize the Vivox SDK.
읽는 시간 1분최근 업데이트: 19일 전
The game must uninitialize the Vivox SDK by calling
vx_uninitialize()vx_initialize3(). . .int status = vx_uninitialize();if (status != 0){ printf("vx_uninitialize() returned %d: %s\n", status,vx_get_error_string(status));}. . .