opentok / interactive-broadcast-api

MIT License
5 stars 12 forks source link

Fix OT credentials validation #7

Closed ggoldens closed 7 years ago

ggoldens commented 7 years ago

This PR fixes the OT credentials validation. Before we were using the global OT object for creating sessions. That's fine but when we just need to validate an APIKey and Secret, we need to create the OT instance, and not reuse the previous one.