opentok / Opentok-Python-SDK

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

OpenTok.create_session - Unresolved reference 'role'. #101

Closed sys-git closed 6 years ago

sys-git commented 8 years ago

version 2.4.1 file: opentok.py lines 233-236

Looks like the validation code for media_mode and archive_mode have been cut-and-pasted from create_token - The string formatter for the OpenTokException uses 'role' which is undefined, obviously it should use the passed media_mode or archive_mode where applicable.

Please fix and release as 2.4.2

aiham commented 6 years ago

@sys-git Thanks for the report. Fixed in #118