Channel Feed
Displays content from the specified channel id.
Note: The user will only see videos they have not viewed before. If the user has viewed all the videos for a channel similar videos will automatically be provided.
let channelID = "<Encoded Channel ID>"
let feedVC = VideoFeedViewController(source: .channel(channelID: channelID))
Last modified 1yr ago