I want to stream pdf, ppt, image file from publisher to all subscriber using tokbox api. Is it possible to do that ?
if any one know about it please share your knowledge .
Thanks
I want to stream pdf, ppt, image file from publisher to all subscriber using tokbox api. Is it possible to do that ?
if any one know about it please share your knowledge .
Thanks
Another option is if you can get the pdf, ppt or image onto an HTML Canvas then you can stream a Canvas into an OpenTok Session. https://github.com/opentok/opentok-web-samples/tree/master/Publish-Canvas
This is easy to do with an image, you can use the drawImage() method.
It looks like it's also possible to do with a PDF with pdf.js: How to load Pdf file on Canvas as a image.src?
You can use screensharing:
https://tokbox.com/developer/guides/screen-sharing/js/
It allows you to share a whole screen, or just an application window.