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
When getting room data I that the library uses the dependency protojs and the .proto file to parts the data packet. I could be wrong but I think this only parses a large portion of the packet but doesn't get everything
Is there a now dependency free way of parsing the packet in native js?
(Trying to replicate the library with a client side extension and can't natively load the external JavaScript library on the page easily, would be simpler to have everything self contained)
Is it some standard binary format, or it's own?
The text was updated successfully, but these errors were encountered:
B"H
When getting room data I that the library uses the dependency protojs and the .proto file to parts the data packet. I could be wrong but I think this only parses a large portion of the packet but doesn't get everything
Is there a now dependency free way of parsing the packet in native js?
(Trying to replicate the library with a client side extension and can't natively load the external JavaScript library on the page easily, would be simpler to have everything self contained)
Is it some standard binary format, or it's own?
The text was updated successfully, but these errors were encountered: