I was trying to add small videos in iMessage app but videos not showing in my MSStickerBrowserViewController. I used below code to add videos/
let sticker = try MSSticker(contentsOfFileURL: url, localizedDescription: "") stickers.append(sticker)
Is it possible to add videos there?
Thank you,