| Index: webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java
|
| diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java
|
| index ed7e60f7e66c72e897d27342b34e524726f28c90..9109383f4531db48d64cc78d2143291dba4f75da 100644
|
| --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java
|
| +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java
|
| @@ -245,7 +245,7 @@ public class CallActivity extends Activity
|
| appRtcClient = new WebSocketRTCClient(this, new LooperExecutor());
|
| } else {
|
| Log.i(TAG, "Using DirectRTCClient because room name looks like an IP.");
|
| - appRtcClient = new DirectRTCClient(this);
|
| + appRtcClient = new DirectRTCClient(this, new LooperExecutor());
|
| }
|
| // Create connection parameters.
|
| roomConnectionParameters = new RoomConnectionParameters(
|
|
|