Closed hartti closed 2 years ago
Add note that one should tick the box for "Outgoing Connections (Client)" on Signing and Capabilities. Otherwise the player always fails.
In Section "Usage":
autPlay: true
should be
autoPlay: true
In Section "Configuration" the following does not work
let youTubePlayer = YouTubePlayer( source: "https://youtube.com/watch?v=psL_5RIBqnY", configuration: configuration )
let youTubePlayer = YouTubePlayer( source: .url("https://youtube.com/watch?v=psL_5RIBqnY"), configuration: configuration )
Great find 👍 I've just fixed the typos and added a small hint to enable "Outgoing Connections (Client)" for a macOS target.
MacOS usage
Add note that one should tick the box for "Outgoing Connections (Client)" on Signing and Capabilities. Otherwise the player always fails.
Typos
1
In Section "Usage":
should be
2
In Section "Configuration" the following does not work
should be