Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

BCUploader - previewText paramater doesn't seem to work #26

Open
joegaper opened this issue Jan 29, 2018 · 1 comment
Open

BCUploader - previewText paramater doesn't seem to work #26

joegaper opened this issue Jan 29, 2018 · 1 comment

Comments

@joegaper
Copy link

BCUploader({ root: "bcuploader", createVideoEndpoint: "/api/videoUpload", signUploadEndpoint: "/api/videoSign", ingestUploadEndpoint: "/api/videoIngest", logging: true, previewText: 'Test Text', playerId: 111111111111, onPreview: function(context){ console.log(context) }, onComplete: function(res){ console.log(res); }, onUploadInitiated: function(res){ console.log(res); } });

previewText doesn't seem to be working. Text does not change from "Preview"

@brycefisher
Copy link
Contributor

brycefisher commented Feb 4, 2018

@joegaper -- apologies for the slow response. I'm not able to test this at the moment, but could you try using this PR? #27

It looks like I switched the position of two characters which prevented the preview text from flowing from the config into the UI rendering.

If that looks good to you, I'll publish an updated version to npm. Thanks so much for reporting this bug!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants