Playlist Feed
Displays content from the specified playlist id.
Note: Unlike the channel content source, only content in the playlist will be shown to the user.
let channelID = "<Encoded Channel ID>"
let playlistID = "<Encoded Playlist ID>"
let feedVC = VideoFeedViewController(source: .channelPlaylist(channelID: channelID, playlistID: playlistID))
Please refer to the Encoded IDs help article to learn about how to find your encoded channel ID and playlist ID
Last modified 1yr ago