We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8f141 commit 4bcdcc4Copy full SHA for 4bcdcc4
src/_constants.js
@@ -9,7 +9,8 @@ export const GET_PROTOCOL = 'get-protocol';
9
export const WEBRTC_JOIN_ROOM = 'webrtc: join-room';
10
export const WEBRTC_INTERNAL_MESSAGE = 'webrtc: internal-message';
11
export const WEBRTC_PEER_LEFT = 'webrtc: peer-left';
12
-// Date Channel
+
13
+// WebRTC: Data Channel
14
export const WEBRTC_DATACHANNEL_CHUNK_SIZE = 64 * 1024;
15
export const WEBRTC_DATACHANNEL_MAX_BUFFER = 4 * 1024 * 1024;
16
export const WEBRTC_DATACHANNEL_BUFFER_TIMEOUT = 2000;
0 commit comments