12345678910111213141516171819202122232425262728293031 |
- #import "RTCPeerConnectionFactory.h"
- #include "api/peer_connection_interface.h"
- #include "api/scoped_refptr.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RTC_OBJC_TYPE (RTCPeerConnectionFactory)
- ()
-
- @property(nonatomic,
- readonly) rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> nativeFactory;
- @end
- NS_ASSUME_NONNULL_END
|