opentok / Opentok-Python-SDK

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

Adding first draft of selective stream #196

Closed geekchick closed 2 years ago

geekchick commented 2 years ago

Hi, adding the first draft of the Python Server SDK API implementation for selective stream (Archive/Broadcast) for this ticket: Jira Ticket

geekchick commented 2 years ago

Note that there are merge conflicts.

Also, we should rev the version number to 3.2.0, since we are adding functionality.

Hi, @jeffswartz ok, for the rev of the version number it looks like we are using bumpversion to update our versioning in two places: .bumpversion.cfg and opentok > version.py. Is that correct? It also looks like setup.py has a regex that searches for the new version string. This is my first time changing the version in this repo, so I want to make sure I do it correctly.

geekchick commented 2 years ago

Note that there are merge conflicts. Also, we should rev the version number to 3.2.0, since we are adding functionality.

Hi, @jeffswartz ok, for the rev of the version number it looks like we are using bumpversion to update our versioning in two places: .bumpversion.cfg and opentok > version.py. Is that correct? It also looks like setup.py has a regex that searches for the new version string. This is my first time changing the version in this repo, so I want to make sure I do it correctly.

Also, I resolved the merge conflicts.