You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
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"
The text was updated successfully, but these errors were encountered: