2#import <MillicastSDK/exports.h>
27@property (copy) NSString* _Nonnull description;
34@protocol MCSubscriberDelegate <MCDelegate>
42 NS_SWIFT_NAME(subscriber(_:didReceiveStreamStoppedEvent:));
49 NS_SWIFT_NAME(subscriber(_:didReceiveRTSRemoteTrack:));
60 NS_SWIFT_NAME(subscriber(_:didReceiveStats:));
69@property (nonatomic, strong, nonnull) NSString* streamName;
72@property (nonatomic, strong, nonnull) NSString* token;
75@property (nonatomic, strong, nonnull) NSString* accountId;
78@property (nonatomic, strong, nonnull) NSString* apiUrl;
85@property(nonatomic, weak) id<MCSubscriberDelegate> delegate;
92- (instancetype) initWithDelegate:(id<MCSubscriberDelegate> _Nullable) delegate;
142 cname:(NSString * _Nonnull)cname
143 completionHandler:(nonnull
void (^)(
MCWebrtcRemoteTrack * _Nullable, NSError * _Nullable)) completionHandler
#define MILLICAST_API
Definition exports.h:51
Manages and plays a single audio resource.
Definition track.h:51
The RTS logical track's audio interface.
Definition rts_remote_track.h:283
NSString * description
Definition viewer.h:24
Definition MCSubscriberStats.h:33
Responsible for managing video capture session from a video source.
Definition track.h:33
The webrtc logical track's audio interface.
Definition webrtc_remote_track.h:187
Definition webrtc_remote_track.h:61
The webrtc logical track's video interface.
Definition webrtc_remote_track.h:100
void audioTracksWithCompletionHandler
Definition viewer.h:126
void subscribeWithCompletionHandler
Definition viewer.h:100
void addWebrtcRemoteTrackWithKind
Definition viewer.h:143
void webrtcVideoTracksWithCompletionHandler
Definition viewer.h:156
void isSubscribedWithCompletionHandler
Definition viewer.h:112
void webrtcAudioTracksWithCompletionHandler
Definition viewer.h:150
void unsubscribeWithCompletionHandler
Definition viewer.h:120
void getCredentialsWithCompletionHandler
Definition viewer.h:167
void videoTracksWithCompletionHandler
Definition viewer.h:132
void setCredentials
Definition viewer.h:162
void NSError *_Nullable completionHandler
Definition viewer.h:126
void subscribeWithOptions
Definition viewer.h:107