Here are the classes, structs, unions and interfaces with brief descriptions:
Archive | Represents an archive of an OpenTok session |
ArchiveLayout | Layout the archive is going to use |
ArchiveList | A class for accessing an array of Archive objects |
Broadcast | Represents a broadcast of an OpenTok session |
BroadcastLayout | Represents a broadcast layout of an OpenTok session |
DialAuth | Used to set the username and password to be used in the OpenTok.Dial method. These are used in the SIP INVITE request for HTTP digest authentication, if it is required by your SIP platform. See the DialOptions class |
DialOptions | Used to define options for the the OpenTok.Dial method. These are custom headers to be added to the SIP INVITE request initiated from OpenTok to your SIP platform |
OpenTok | Contains methods for creating OpenTok sessions, generating tokens, and working with archives |
Rtmp | Represents an RTMP stream in an OpenTok session |
Session | Represents an OpenTok session. Use the OpenTok.CreateSession method of the OpenTok class to create an OpenTok session. Use the Id property of the Session object to get the session ID |
SignalProperties | Defines signal payload for the Signal API |
Stream | Represents a stream in an OpenTok session |
StreamList | A class for accessing an array of Stream objects |
StreamProperties | Defines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method |