コード例 #1
0
 private PeerConnectionClient() {
   executor = new LooperExecutor();
   // Looper thread is started once in private ctor and is used for all
   // peer connection API calls to ensure new peer connection factory is
   // created on the same thread as previously destroyed factory.
   executor.requestStart();
 }