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