HomeSort by relevance Sort by last modified time
    Searched defs:apprtc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCGLView.java 28 package org.appspot.apprtc;
UnhandledExceptionHandler.java 28 package org.appspot.apprtc;
GAEChannelClient.java 28 package org.appspot.apprtc;
AppRTCClient.java 28 package org.appspot.apprtc;
50 * Negotiates signaling for chatting with apprtc.appspot.com "rooms".
51 * Uses the client<->server specifics of the apprtc AppEngine webapp.
85 * Asynchronously connect to an AppRTC room URL, e.g.
86 * https://apprtc.appspot.com/?r=NNN and register message-handling callbacks
136 // Struct holding the signaling parameters of an AppRTC room.
205 // AsyncTask that converts an AppRTC room URL into the set of signaling
370 connection.addRequestProperty("origin", "https://apprtc.appspot.com");
AppRTCDemoActivity.java 28 package org.appspot.apprtc;
75 * apprtc.appspot.com demo webapp.
161 roomInput.setText("https://apprtc.appspot.com/?r=");
522 "AppRTC doesn't use data channels, but got: " + dc.label() +
529 // No need to do anything; AppRTC follows a pre-agreed-upon

Completed in 197 milliseconds