Suggestions

close search

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

Visit the Vonage API Developer Portal

OpenTokSDK.Rtmp

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

Public Member Functions

 Rtmp ()
 Initializes a new instance of the Rtmp class. More...
 Rtmp (string id, string serverUrl, string streamName)
 Initializes a new instance of the Rtmp class. More...

Properties

string Id [get, set]
 The stream ID. More...
string ServerUrl [get, set]
 The server URL. More...
string StreamName [get, set]
 The stream name. More...

Detailed Description

Represents an RTMP stream in an Vonage Video API session.

Constructor & Destructor Documentation

◆ Rtmp() [1/2]

OpenTokSDK.Rtmp.Rtmp ( )

Initializes a new instance of the Rtmp class.

◆ Rtmp() [2/2]

OpenTokSDK.Rtmp.Rtmp ( string  id,
string  serverUrl,
string  streamName 
)

Initializes a new instance of the Rtmp class.

Parameters
idThe stream ID.
serverUrlThe server URL.
streamNameThe stream name.

Property Documentation

◆ Id

string OpenTokSDK.Rtmp.Id

The stream ID.

◆ ServerUrl

string OpenTokSDK.Rtmp.ServerUrl

The server URL.

◆ StreamName

string OpenTokSDK.Rtmp.StreamName

The stream name.