Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTokSDK.Render.StartRenderRequest.PublisherProperties

The Publisher properties for the composed output stream of a Render. More...

Public Member Functions

 PublisherProperties (string name)
 Constructor for PublisherProperties. More...
 PublisherProperties ()
 Constructor for PublisherProperties. More...
Dictionary< string, object > ToDataDictionary ()
 Converts properties to a dictionary. More...

Public Attributes

const string OverflowStreamName = "StreamName cannot exceeds 200 characters."
 Indicates StreamName cannot exceeds 200 characters. More...

Properties

string Name [get]
 The name of the composed output stream which will be published to the session. The minimum length is 1 and the maximum one is 200. More...

Detailed Description

The Publisher properties for the composed output stream of a Render.

Constructor & Destructor Documentation

◆ PublisherProperties() [1/2]

OpenTokSDK.Render.StartRenderRequest.PublisherProperties.PublisherProperties ( string  name)

Constructor for PublisherProperties.

Parameters
nameThe name for the composed output stream which will be published to the session. The minimum length is 1 and the maximum one is 200.

◆ PublisherProperties() [2/2]

OpenTokSDK.Render.StartRenderRequest.PublisherProperties.PublisherProperties ( )

Constructor for PublisherProperties.

Member Function Documentation

◆ ToDataDictionary()

Dictionary<string, object> OpenTokSDK.Render.StartRenderRequest.PublisherProperties.ToDataDictionary ( )

Converts properties to a dictionary.

Returns
A dictionary of key/value pair.

Member Data Documentation

◆ OverflowStreamName

const string OpenTokSDK.Render.StartRenderRequest.PublisherProperties.OverflowStreamName = "StreamName cannot exceeds 200 characters."

Indicates StreamName cannot exceeds 200 characters.

Property Documentation

◆ Name

string OpenTokSDK.Render.StartRenderRequest.PublisherProperties.Name

The name of the composed output stream which will be published to the session. The minimum length is 1 and the maximum one is 200.