Lines Matching refs:nonatomic
26 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
27 @property(nonatomic, strong) id<ARDSignalingChannel> channel;
28 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel;
29 @property(nonatomic, strong) id<ARDTURNClient> turnClient;
31 @property(nonatomic, strong) RTCPeerConnection *peerConnection;
32 @property(nonatomic, strong) RTCPeerConnectionFactory *factory;
33 @property(nonatomic, strong) NSMutableArray *messageQueue;
35 @property(nonatomic, assign) BOOL isTurnComplete;
36 @property(nonatomic, assign) BOOL hasReceivedSdp;
37 @property(nonatomic, readonly) BOOL hasJoinedRoomServerRoom;
39 @property(nonatomic, strong) NSString *roomId;
40 @property(nonatomic, strong) NSString *clientId;
41 @property(nonatomic, assign) BOOL isInitiator;
42 @property(nonatomic, strong) NSMutableArray *iceServers;
43 @property(nonatomic, strong) NSURL *webSocketURL;
44 @property(nonatomic, strong) NSURL *webSocketRestURL;
45 @property(nonatomic, readonly) BOOL isLoopback;
46 @property(nonatomic, readonly) BOOL isAudioOnly;
48 @property(nonatomic, strong)