This is a simple python script for clearing out SDK, soft client, and device registrations for an individual user.
It is sometimes the case that while testing a new browser SDK integration, you will hit a device registration limit if you are refreshing your page many times in a short period of time.
This script attempts to resolve this issue for a single user.
- python version >= 3.8
- pip install modules.
- Clone this repository
- Set a user token for the impacted user on line 9 of clear_devices.py
- Navigate to the cloned directory in your terminal, and make sure you have the requests module installed. Run:
pip install requests
- Run the following in the terminal:
python clear_devices.py
All contents are licensed under the MIT license. Please see license for details.
Everything included is for demo and Proof of Concept purposes only. Use of the site is solely at your own risk. This site may contain links to third party content, which we do not warrant, endorse, or assume liability for. These demos are for Cisco Webex usecases, but are not Official Cisco Webex Branded demos.
Please reach out to the WXSD team at [email protected].