You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably just use the getter, not the setter. Once the object is initialized, if those get modified, the HttpOpenTok object will not work properly since it still holds onto the old values. In general there is no use case for setting these values after object construction.
The text was updated successfully, but these errors were encountered:
They were set to internal in a previous commit, but it makes more sense
to use private because only code in the same class needs to use it.
Related to issue #15
Probably just use the getter, not the setter. Once the object is initialized, if those get modified, the HttpOpenTok object will not work properly since it still holds onto the old values. In general there is no use case for setting these values after object construction.
The text was updated successfully, but these errors were encountered: