Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok .NET SDK reference

Here are the classes, structs, unions and interfaces with brief descriptions:
ArchiveRepresents an archive of an OpenTok session
ArchiveLayoutLayout the archive is going to use
ArchiveListA class for accessing an array of Archive objects
BroadcastRepresents a broadcast of an OpenTok session
BroadcastLayoutRepresents a broadcast layout of an OpenTok session
DialAuthUsed 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
DialOptionsUsed 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
OpenTokContains methods for creating OpenTok sessions, generating tokens, and working with archives
RtmpRepresents an RTMP stream in an OpenTok session
SessionRepresents 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
SignalPropertiesDefines signal payload for the Signal API
StreamRepresents a stream in an OpenTok session
StreamListA class for accessing an array of Stream objects
StreamPropertiesDefines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method