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:
jansson
2016-04-15 07:16:12 -07:00
committed by Commit bot
parent cc74dbac4f
commit dccbc5e946
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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;