whiteboardkit
whiteboardkit copied to clipboard
Documentation issue
controller.addChunk(chunk); Controller have no method called "addChunk" as written in documentation
After looking into code I think the chunk functionality is not implemented fully you cant access chunk stream because that variable is private , the best I was able to do is access normal StreamController object and make use of it( Means sending whole image data again ) instead of chunks Is that the case or I am mistaken I have to send full data of drawn image every time to my backend instead of being able to send only some part each time in chunks