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

A view designed for rendering share content. More...

#include <MobileRTCVideoView.h>

Inherits MobileRTCVideoView.

Instance Methods

(BOOL) - showActiveShareWithShareSourceID:
 Renders share content.
 
(void) - stopActiveShare
 Stops rendering share content.
 
(void) - changeShareScaleWithShareSourceID:
 Changes the share content scale.
 
(NSUInteger) - getShareSourceID
 Gets the share source ID.
 
- Instance Methods inherited from MobileRTCVideoView
(NSInteger) - getUserID
 Gets the rendering user's ID.
 
(BOOL) - showAttendeeVideoWithUserID:
 Renders attendee video.
 
(void) - stopAttendeeVideo
 Stops rendering.
 
(void) - setVideoAspect:
 Sets the video aspect according to customer requirements.
 

Detailed Description

A view designed for rendering share content.

Definition at line 73 of file MobileRTCVideoView.h.

Method Documentation

◆ changeShareScaleWithShareSourceID:

- (void) changeShareScaleWithShareSourceID: (NSUInteger) shareSourceID

Changes the share content scale.

Parameters
shareSourceIDThe user's shared content scale to change.

◆ getShareSourceID

- (NSUInteger) getShareSourceID

Gets the share source ID.

Returns
If the function succeeds, it returns the share source ID.

◆ showActiveShareWithShareSourceID:

- (BOOL) showActiveShareWithShareSourceID: (NSUInteger) shareSourceID

Renders share content.

Parameters
shareSourceIDThe user's shared content to display.
Returns
YES if the function succeeds. Otherwise, NO.

◆ stopActiveShare

- (void) stopActiveShare

Stops rendering share content.