opentok / Opentok-Python-SDK

OpenTok Python SDK
https://tokbox.com/developer/sdks/python/
MIT License
73 stars 82 forks source link

top level entity naming #181

Closed superdiana closed 3 years ago

superdiana commented 3 years ago

@slorello89 @dragonmantank In summary:

  1. Renaming the OpenTok class to Client
  2. An OpenTok subclass that inherits from the Client class to apply deprecation warnings. Fixed the parameter assignment on the super constructor
  3. Modified the tests and sample to replace all the OpenTok instances for Client instances
  4. Modified the Readme.rst to show how to init the OT client using the Client class