Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTokSDK.StreamProperties

Defines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method. More...

Public Member Functions

 StreamProperties (string Id=null, List< string > LayoutClassList=null)
 Initializes a new instance of the StreamProperties class. More...
void addLayoutClass (string layoutClass)

Properties

string Id [get, set]
 The stream ID. More...
List< string > LayoutClassList [get, set]
 The layout class list as a list of strings. More...

Detailed Description

Defines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method.

Constructor & Destructor Documentation

◆ StreamProperties()

OpenTokSDK.StreamProperties.StreamProperties ( string  Id = null,
List< string >  LayoutClassList = null 
)

Initializes a new instance of the StreamProperties class.

Parameters
IdThe stream ID.
LayoutClassListThe layout class list as a list of strings.

Property Documentation

◆ Id

string OpenTokSDK.StreamProperties.Id

The stream ID.

◆ LayoutClassList

List<string> OpenTokSDK.StreamProperties.LayoutClassList

The layout class list as a list of strings.