Millicast Unity SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
Dolby.Millicast.McCredentials Class Reference

A Scriptable Object which can be used to configure the stream Account ID, authentication tokens and url's which will be used to connect to media server for subscribing and publishing More information on where to get those details from can be found in https://docs.dolby.io/streaming-apis/docs/getting-started. More...

Inheritance diagram for Dolby.Millicast.McCredentials:

Public Attributes

string accountId
 
string publish_url = "https://director.millicast.com/api/director/publish"
 
string publish_token = null
 In case of publishing, the token used to publish. In case of subscribing, only required if the stream is a secure-viewer, in which case the token should be the subscriber token.
 
string subscribe_url = "https://director.millicast.com/api/director/subscribe"
 
string subscribe_token = null
 In case of publishing, the token used to publish. In case of subscribing, only required if the stream is a secure-viewer, in which case the token should be the subscriber token.
 

Detailed Description

A Scriptable Object which can be used to configure the stream Account ID, authentication tokens and url's which will be used to connect to media server for subscribing and publishing More information on where to get those details from can be found in https://docs.dolby.io/streaming-apis/docs/getting-started.


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