eauge / OpenTok-DotNet

Sample app and SDK for .NET
0 stars 2 forks source link

OpenTok constructors should not have no param version #14

Open aoberoi opened 10 years ago

aoberoi commented 10 years ago

Reading from ConfigurationManagement in the constructor is a no-no. The app developer may use his own Dependency Injection system, so if they choose to specify these constants in ConfigurationManagement, they should pass those values in themselves.