36 std::string unique_id;
37 webrtc::VideoCaptureCapability capability;
55 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> CreatePeerConnectionFactory();
56 static void Dispose();
57 static rtc::scoped_refptr<webrtc::AudioTrackInterface> CreateAudioTrack();
58 static rtc::scoped_refptr<webrtc::VideoTrackInterface> CreateVideoTrack(
59 rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> source);
63 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory_;
64 static rtc::scoped_refptr<webrtc::AudioDeviceModule> adm_;
65 static std::unique_ptr<rtc::Thread> signaling_thread_;
66 static std::unique_ptr<rtc::Thread> worker_thread_;
67 static std::unique_ptr<webrtc::TaskQueueFactory> task_queue_factory_;