Skip to content

Commit 8535c54

Browse files
committed
android: fix compile
1 parent 30f1cf3 commit 8535c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/src/main/java/com/oney/WebRTCModule/RTCFrameCryptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ private FrameCryptorAlgorithm frameCryptorAlgorithmFromInt(int algorithm) {
8383
switch (algorithm) {
8484
case 0:
8585
return FrameCryptorAlgorithm.AES_GCM;
86-
case 1:
87-
return FrameCryptorAlgorithm.AES_CBC;
86+
// case 1:
87+
// return FrameCryptorAlgorithm.AES_CBC;
8888
default:
8989
return FrameCryptorAlgorithm.AES_GCM;
9090
}

0 commit comments

Comments
 (0)