Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRawLiveStreamInfo.h
Go to the documentation of this file.
1//
2// MobileRTCRawLiveStreamInfo.h
3// MobileRTC
4//
5// Created by Zoom on 2022/9/21.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
15@interface MobileRTCRawLiveStreamInfo : NSObject
19@property(nonatomic, assign, readonly) NSUInteger userId;
23@property(nonatomic, copy, readonly) NSString * _Nullable broadcastUrl;
24
28@property(nonatomic, copy, readonly) NSString * _Nullable broadcastName;
29
30@end
31
Raw live stream information, such as the broadcast name and URL.
NSString *_Nullable broadcastUrl
Broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).
NSString *_Nullable broadcastName
Broadcast Name.