DeInitVmiEngine
Function Usage
Deinitializes the cloud phone server.
Restrictions
This API cannot be called repeatedly.
Prototype
VmiErrCode DeInitVmiEngine();
Parameter Description
N/A
Return Value Description
Data type: enum VmiErrCode: int32_t
The value can be any of the following:
- OK (0): The deinitialization is successful.
- Other values: The deinitialization fails, and an error code is returned.
Parent topic: Functional APIs