Skip to content

Commit

Permalink
Add token to Millicast android docs (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesMoris-Dolby authored Feb 11, 2025
1 parent 9d9f7e7 commit 61093a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ theoplayerView.player.source = SourceDescription.Builder(
MillicastSource(
src = "multiview",
streamAccountId = "k9Mwad",
apiUrl = "https://director.millicast.com/api/director/subscribe"
apiUrl = "https://director.millicast.com/api/director/subscribe",
subscriberToken = "<token>" // This is only required for subscribing to secure streams and should be omitted otherwise.
)
).build()
```
Expand Down

0 comments on commit 61093a6

Please sign in to comment.