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

Commit 40c1351

Browse files
jianjunztaste1981
authored andcommitted
Add version 3.3.1.
Change-Id: I04c0b6932e87622c16a9496121adb39c750f6464 Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/51782 Tested-by: webrtctest <[email protected]> Reviewed-by: Qiu, Jianlin <[email protected]>
1 parent e73804a commit 40c1351

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
@@ -96,6 +96,7 @@ function authorization(socket, next){
9696
case '3.2':
9797
case '3.2.1':
9898
case '3.3':
99+
case '3.3.1':
99100
// socket.user stores session related information.
100101
if(token){
101102
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)