opentok / Opentok-Python-SDK

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

Add hls options and docs, fixing security vulnerability #210

Closed maxkahan closed 1 year ago

maxkahan commented 1 year ago

This replaces the PR from my fork of the repo, #205. Adds HLS options, documents previously undocumented methods, updates the insecure jQuery version the sample app was using, and includes some minor refactoring/cleaning up.

maxkahan commented 1 year ago

Worth also noting that I've made all of your suggested changes from #205 @jeffswartz and have removed the breaking change. My current intent is to merge all the new PRs into the dev branch and create a minor version.

maxkahan commented 1 year ago

Have also added the minor cleanup change mentioned in #202 to this PR in order to get this approved more quickly.

maxkahan commented 1 year ago

Have also added a fix for a security vulnerability (specifiying a version of the rsa dependency >=4.7)