MillicastSDK 1.8.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
millicast::PublisherCredentials Struct Reference

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
 

Detailed Description

The Credentials struct represent the credentials need to be able to connect and publish to a Millicast stream.

See also
https://dash.millicast.com/docs.html

Member Data Documentation

◆ api_url

std::string millicast::PublisherCredentials::api_url

The publish API URL as described in the Millicast API

◆ is_valid

bool millicast::PublisherCredentials::is_valid

If the credentials set are valid. This is set after calling set_credentials

◆ stream_name

std::string millicast::PublisherCredentials::stream_name

The name of the stream we want to publish

◆ token

std::string millicast::PublisherCredentials::token

The publishing token as described in the Millicast API


The documentation for this struct was generated from the following file: