opentok-0.0.3: An OpenTok SDK for Haskell
OpenTok.Types
type APIKey = String Source #
An OpenTok API key (i.e. project key)
type APISecret = String Source #
An OpenTok API secret (i.e. project secret)
type SessionId = String Source #
An OpenTok Session identifier
type ArchiveId = String Source #
An OpenTok Archive identifier
type IPAddress = String Source #
An IPv4 Address
type Token = String Source #
An access token for an OpenTok Session
type OTError = String Source #
An error generated by the OpenTok SDK