38 std::string unique_id;
39 webrtc::VideoCaptureCapability capability;
41 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> GetPeerConnectionFactory();
58 static rtc::scoped_refptr<webrtc::AudioTrackInterface> CreateAudioTrack();
59 static rtc::scoped_refptr<webrtc::VideoTrackInterface> CreateVideoTrack(
60 rtc::scoped_refptr<CapturerVideoSource> capturer_ptr);
64 static rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory_;
65 static rtc::scoped_refptr<webrtc::AudioDeviceModule> adm_;
66 static rtc::Thread *signaling_thread_;
67 static rtc::Thread *worker_thread_;
68 static std::unique_ptr<webrtc::TaskQueueFactory> task_queue_factory_;