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
At this point there are various method signatures for OpenTok.CreateSession(). You seem to be able to use a Builder pattern SessionProperties object, or use method overloading to use a partial set of the current SessionProperties.
Here are some better options:
Stick with just the no parameter signature and a SessionProperties accepting signature (as done in Java)
At this point there are various method signatures for OpenTok.CreateSession(). You seem to be able to use a Builder pattern SessionProperties object, or use method overloading to use a partial set of the current SessionProperties.
Here are some better options:
I prefer the second approach since the language has affordances for this: http://msdn.microsoft.com/en-us/library/dd264739.aspx
The text was updated successfully, but these errors were encountered: