Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCLiveStreamItem Class Reference

Represents a standard live stream target with URL and description. More...

#include <MobileRTCMeetingService+InMeeting.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getLiveStreamURL
 Gets the URL of the live stream meeting.
(NSString *_Nullable) - getLiveStreamURLDescription
 Gets the descriptions of live stream.
(NSString *_Nullable) - getLiveStreamViewerURL
 Gets the viewer URL of the live stream meeting.

Detailed Description

Represents a standard live stream target with URL and description.

Definition at line 222 of file MobileRTCMeetingService+InMeeting.h.

Method Documentation

◆ getLiveStreamURL

- (NSString *_Nullable) getLiveStreamURL

Gets the URL of the live stream meeting.

Returns
The URL of the live stream meeting.

References getLiveStreamURL.

Referenced by getLiveStreamURL.

◆ getLiveStreamURLDescription

- (NSString *_Nullable) getLiveStreamURLDescription

Gets the descriptions of live stream.

Returns
The description of live stream.

References getLiveStreamURLDescription.

Referenced by getLiveStreamURLDescription.

◆ getLiveStreamViewerURL

- (NSString *_Nullable) getLiveStreamViewerURL

Gets the viewer URL of the live stream meeting.

Returns
The viewer URL of the live stream meeting.

References getLiveStreamViewerURL.

Referenced by getLiveStreamViewerURL.