discord-jadx/app/src/main/java/org/webrtc/NativePeerConnectionFactory...

5 lines
108 B
Java

package org.webrtc;
public interface NativePeerConnectionFactory {
long createNativePeerConnection();
}