iOS SDK 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 © 2022 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
14@interface MobileRTCRawLiveStreamInfo : NSObject
15
19@property(nonatomic, assign, readonly) NSUInteger userId;
23@property(nonatomic, copy, readonly) NSString * _Nullable broadcastUrl;
24
25@end
26
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)