Use the new appr.tc URL
BUG=none Review URL: https://codereview.webrtc.org/1883923003 Cr-Commit-Position: refs/heads/master@{#12380}
This commit is contained in:
@ -26,7 +26,7 @@ import org.webrtc.IceCandidate;
|
||||
import org.webrtc.SessionDescription;
|
||||
|
||||
/**
|
||||
* Negotiates signaling for chatting with apprtc.appspot.com "rooms".
|
||||
* Negotiates signaling for chatting with https://appr.tc "rooms".
|
||||
* Uses the client<->server specifics of the apprtc AppEngine webapp.
|
||||
*
|
||||
* <p>To use: create an instance of this object (registering a message handler) and
|
||||
|
||||
@ -23,7 +23,7 @@ import java.util.Scanner;
|
||||
*/
|
||||
public class AsyncHttpURLConnection {
|
||||
private static final int HTTP_TIMEOUT_MS = 8000;
|
||||
private static final String HTTP_ORIGIN = "https://apprtc.appspot.com";
|
||||
private static final String HTTP_ORIGIN = "https://appr.tc";
|
||||
private final String method;
|
||||
private final String url;
|
||||
private final String message;
|
||||
|
||||
Reference in New Issue
Block a user