11 #ifndef DOXYGEN_SKIP_THIS
12 extern NSString* __nonnull
const kSKWTrue;
15 extern NSString* __nonnull
const kSKWFalse;
20 extern NSString* __nonnull
const kSKWConnectionTypeData;
23 extern NSString* __nonnull
const kSKWConnectionTypeMedia;
28 extern NSString* __nonnull
const kSKWPeerSerializationBinary;
31 extern NSString* __nonnull
const kSKWPeerSerializationBinaryUtf8;
33 extern NSString* __nonnull
const kSKWPeerSerializationJson;
35 extern NSString* __nonnull
const kSKWPeerSerializationNone;
36 #endif // !DOXYGEN_SKIP_THIS
67 #ifndef DOXYGEN_SKIP_THIS
68 SKW_PEER_EVENT_REACHABILITY,
70 #endif // !DOXYGEN_SKIP_THIS
105 @property (nonatomic, readonly) NSString* __nullable
identity;
112 @property (nonatomic, readonly) NSDictionary* __nullable
connections;
143 #ifndef DOXYGEN_SKIP_THIS
144 - (nonnull instancetype)init NS_UNAVAILABLE;
145 #endif // !DOXYGEN_SKIP_THIS
171 - (instancetype __nullable)initWithOptions:(
SKWPeerOption* __nullable)options;
204 - (instancetype __nullable)initWithId:(NSString* __nullable)peerId options:(
SKWPeerOption* __nullable)options NS_DESIGNATED_INITIALIZER;
451 - (void)listAllPeers:(
void (^ __nullable)(NSArray * __nullable))callback;
453 #ifndef DOXYGEN_SKIP_THIS
454 - (
SKWConnection* __nullable)getConnectionWithId:(NSString* __nonnull)peerId connectionId:(NSString* __nonnull)connectionId;
455 #endif // !DOXYGEN_SKIP_THIS
504 - (
SKWRoom* __nullable)joinRoomWithName:(NSString* __nonnull)roomName options:(
SKWRoomOption* __nonnull)option;