Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTokSDK.Stream

Represents a stream in an Vonage Video API session. More...

Properties

List< string > LayoutClassList [get, set]
 The layout class list as a list of strings. More...
string VideoType [get, set]
 The video type as a string. More...
string Id [get, set]
 The stream ID. More...
string Name [get, set]
 The name of the stream. More...

Detailed Description

Represents a stream in an Vonage Video API session.

Property Documentation

◆ Id

string OpenTokSDK.Stream.Id

The stream ID.

◆ LayoutClassList

List<string> OpenTokSDK.Stream.LayoutClassList

The layout class list as a list of strings.

◆ Name

string OpenTokSDK.Stream.Name

The name of the stream.

◆ VideoType

string OpenTokSDK.Stream.VideoType

The video type as a string.