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 : | | | | --- | --- | | id | The stream ID. | | serverUrl | The server URL. | | streamName | The stream name. |
Property Documentation
Id
The stream ID.
ServerUrl
The server URL.
StreamName
The stream name.