aullman / opentok-whiteboard

Shared Whiteboard that works with OpenTok
MIT License
34 stars 22 forks source link

Connected session participants are unable to catch otWhiteboardUpdate signal #28

Open Benjamin553 opened 3 years ago

Benjamin553 commented 3 years ago

Hi Team,

Thank you for the demo app. As I don't have that much experience working with Angular and Javascript, I struggle to implement the whiteboard functionality in my project application.

Case: I have successfully replicated the demo application in my project, but I cannot stream/catch the whiteboard updates/changes to the other participants connected in the same session.

Please refer to this post for more info: https://stackoverflow.com/q/68669025/16601327

I would appreciate it if any of you could guide me on using this functionality for a multi-user interactive scenario.

Thank you in advance.