MillicastSDK 2.0.0
Loading...
Searching...
No Matches
diagnostics.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2#import <MillicastSDK/exports.h>
3
4NS_ASSUME_NONNULL_BEGIN
5
7
8@property(nonatomic, copy) NSString * publisherId;
9@property(nonatomic, copy) NSString * clusterId;
10@property(nonatomic, copy) NSString * streamId;
11@property(nonatomic, copy) NSString * feedId;
12@property(nonatomic, copy) NSString * uuid;
13
14@end
15
16
18
19@property(nonatomic, copy) NSString * subscriberId;
20@property(nonatomic, copy) NSString * clusterId;
21@property(nonatomic, copy) NSString * streamId;
22@property(nonatomic, copy) NSString * streamViewId;
23
24@end
25
31MILLICAST_API @interface MCStreamDetails: NSObject
32-(MCStreamPublishDetails* _Nullable) asPublishDetails;
33-(MCStreamViewDetails* _Nullable) asViewDetails;
34@end
35
36
37NS_ASSUME_NONNULL_END
#define MILLICAST_API
Definition exports.h:51
Definition diagnostics.h:32
Definition diagnostics.h:7
NSString * publisherId
Definition diagnostics.h:8
NSString * clusterId
Definition diagnostics.h:9
NSString * feedId
Definition diagnostics.h:11
NSString * uuid
Definition diagnostics.h:12
NSString * streamId
Definition diagnostics.h:10
Definition diagnostics.h:18