eauge / OpenTok-DotNet

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

Remove unnecessary methods from Session interface #8

Open aoberoi opened 10 years ago

aoberoi commented 10 years ago

The following methods are not methods that Session is meant to expose:

If these are being used in testing, its best to build them as testing utilities and to only test the public API of an object. This is testing best practices.