We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preferably, by pasting an image from the OS clipboard.
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Using_data_channels
Currently, it's not practical to use RTCDataChannel for messages larger than 64kiB (16kiB if you want to support cross-browser exchange of data).
We need to resize image in advance.
Sorry, something went wrong.
PeerJS seems to have the capability to cut big data into chunks, so hopefully we don't need to resize it.
Successfully merging a pull request may close this issue.
Preferably, by pasting an image from the OS clipboard.
The text was updated successfully, but these errors were encountered: