MillicastSDK 2.0.0
|
The ViewerCredentials struct represent the credentials need to be able to connect and subscribe to a Millicast stream. More...
#include <viewer.h>
Public Attributes | |
bool | is_valid |
std::string | stream_name |
std::optional< std::string > | token |
std::string | account_id |
std::string | api_url |
The ViewerCredentials struct represent the credentials need to be able to connect and subscribe to a Millicast stream.
std::string millicast::ViewerCredentials::account_id |
Your millicast account ID
std::string millicast::ViewerCredentials::api_url |
The subscribe API URL as described in the Millicast API
bool millicast::ViewerCredentials::is_valid |
If the credentials set are valid. This is set after calling set_credentials
std::string millicast::ViewerCredentials::stream_name |
The name of the stream you want to subscribe The subscribing token as described in the Millicast API (optional)
std::optional<std::string> millicast::ViewerCredentials::token |