Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

modifying and extending the whiteboard

Avatar

Level 2

Hi. I've been playing with the whiteboard to create a pretty basic app.

But I wanted to distable/modify some of the features that come with the native sharedWhiteboard component.

Checked out the API but couldn't find anything...at this stage would I have to modify the source code?

Was thinking of developing my own shared 'whiteboard' and using the stratus service but wasn't sure if i could transfer data P2P that isn't video or audio.

Cheers.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

You definitely wouldn't want to build a whiteboard w/ P2P - conflict resolution becomes a huge problem (there's no guarantee everyone would be seeing the same thing).

What features are you looking to modify? You're welcome to subclass the sharedWhiteboard - everything is protected, so extending it shouldn't be too hard.

nigel

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

Hi there,

You definitely wouldn't want to build a whiteboard w/ P2P - conflict resolution becomes a huge problem (there's no guarantee everyone would be seeing the same thing).

What features are you looking to modify? You're welcome to subclass the sharedWhiteboard - everything is protected, so extending it shouldn't be too hard.

nigel