8000
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 bb0b8ae commit cdac00fCopy full SHA for cdac00f
android/src/main/java/com/cloudwebrtc/webrtc/FlutterWebRTCPlugin.java
@@ -4,7 +4,6 @@
4
import android.content.Context;
5
import android.hardware.Camera;
6
import android.graphics.SurfaceTexture;
7
-import android.util.Base64;
8
import android.util.Log;
9
import android.util.LongSparseArray;
10
@@ -16,7 +15,6 @@
16
15
import com.cloudwebrtc.webrtc.utils.ObjectType;
17
18
import java.io.File;
19
-import java.io.UnsupportedEncodingException;
20
import java.nio.ByteBuffer;
21
import java.util.*;
22
0 commit comments