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
 Get URL of the live stream meeting.
 
(NSString *_Nullable) - getLiveStreamURLDescription
 Get the descriptions of live stream.
 
(NSString *_Nullable) - getLiveStreamViewerURL
 Get the viewer URL of the live stream meeting.
 

Detailed Description

Represents a standard live stream target with URL and description.

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

Method Documentation

◆ getLiveStreamURL

- (NSString *_Nullable) getLiveStreamURL

Get URL of the live stream meeting.

Returns
If the function succeeds, the return value is the URL of the live stream meeting.

◆ getLiveStreamURLDescription

- (NSString *_Nullable) getLiveStreamURLDescription

Get the descriptions of live stream.

Returns
If the function succeeds, the return value is the description of live stream.

◆ getLiveStreamViewerURL

- (NSString *_Nullable) getLiveStreamViewerURL

Get the viewer URL of the live stream meeting.

Returns
If the function succeeds, the return value is the viewer URL of the live stream meeting.