Lines Matching refs:strong
24 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
25 @property(nonatomic, strong) id<ARDSignalingChannel> channel;
26 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel;
27 @property(nonatomic, strong) id<ARDTURNClient> turnClient;
29 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCPeerConnection) * peerConnection;
30 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCPeerConnectionFactory) * factory;
31 @property(nonatomic, strong) NSMutableArray *messageQueue;
37 @property(nonatomic, strong) NSString *roomId;
38 @property(nonatomic, strong) NSString *clientId;
40 @property(nonatomic, strong) NSMutableArray *iceServers;
41 @property(nonatomic, strong) NSURL *webSocketURL;
42 @property(nonatomic, strong) NSURL *webSocketRestURL;
45 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCMediaConstraints) * defaultPeerConnectionConstraints;