MillicastSDK 2.0.0
|
The Credentials struct represent the credentials need to be able to connect and publish to a Millicast stream. More...
#include <publisher.h>
Public Attributes | |
bool | is_valid |
std::string | stream_name |
std::string | token |
std::string | api_url |
The Credentials struct represent the credentials need to be able to connect and publish to a Millicast stream.
std::string millicast::PublisherCredentials::api_url |
The publish API URL as described in the Millicast API
bool millicast::PublisherCredentials::is_valid |
If the credentials set are valid. This is set after calling set_credentials
std::string millicast::PublisherCredentials::stream_name |
The name of the stream we want to publish
std::string millicast::PublisherCredentials::token |
The publishing token as described in the Millicast API