Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 6379826

Browse files
jianjunzyxian
authored andcommitted
Add version number 3.2.1.
Change-Id: I5c03bc272da7617780ac506d7231f3e49b9513f1 Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/40948 Tested-by: webrtctest <[email protected]> Reviewed-by: Xian, Yuqiang <[email protected]>
1 parent 66bcc76 commit 6379826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerserver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function authorization(socket, next){
9494
var clientType=query.clientType;
9595
switch(clientVersion){
9696
case '3.2':
97+
case '3.2.1':
9798
// socket.user stores session related information.
9899
if(token){
99100
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)