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))

Please refer to the Encoded IDs help article to learn about how to find your encoded channel ID

Last updated