Handling logout requests
The log out request unsubscribes for event from the CTI server for the device logging out, so that OpenCTI interface will stop receiving any events from the server.
When you send a log out request, the following two activities are called:
- CloseAdapter activity
- This activity is called when a user logs out of the telephony device.
- UnSubscribeForEvents activity
- This activity is called to send the request to stop the event subscription for a device.
Previous topic Handling login requests Next topic Handling incoming calls and call treatment