Skip to content

Commit 4bcdcc4

Browse files
Update _constants.js
1 parent 7d8f141 commit 4bcdcc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export const GET_PROTOCOL = 'get-protocol';
99
export const WEBRTC_JOIN_ROOM = 'webrtc: join-room';
1010
export const WEBRTC_INTERNAL_MESSAGE = 'webrtc: internal-message';
1111
export const WEBRTC_PEER_LEFT = 'webrtc: peer-left';
12-
// Date Channel
12+
13+
// WebRTC: Data Channel
1314
export const WEBRTC_DATACHANNEL_CHUNK_SIZE = 64 * 1024;
1415
export const WEBRTC_DATACHANNEL_MAX_BUFFER = 4 * 1024 * 1024;
1516
export const WEBRTC_DATACHANNEL_BUFFER_TIMEOUT = 2000;

0 commit comments

Comments
 (0)