How to use android-emulator-webrtc - 1 common examples

To help you get started, we’ve selected a few android-emulator-webrtc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github google / android-emulator-container-scripts / js / src / components / logcat_view.js View on Github external
constructor(props) {
    super(props);
    const { uri, auth } = this.props;
    this.buffer = []
    this.logcat = new Logcat(uri, auth);
  }

android-emulator-webrtc

Android Emulator WebRTC module

Apache-2.0
Latest version published 12 months ago

Package Health Score

61 / 100
Full package analysis

Popular android-emulator-webrtc functions