NBMPeer Class Reference

Inherits from NSObject
Declared in NBMPeer.h

  identifier

@property (nonatomic, copy) NSString *identifier

  streams

@property (nonatomic, strong, readonly) NSSet *streams

– initWithId:

- (instancetype)initWithId:(NSString *)peerId

– addStream:

- (void)addStream:(NSString *)streamId

– removeStream:

- (void)removeStream:(NSString *)streamId

– hasStream:

- (BOOL)hasStream:(NSString *)streamId