Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKShareSender Class Reference

Sends external share content into the meeting. More...

#include <ZoomSDKRawDataShareSourceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- sendShareFrame:width:height:frameLength:format:
 Sends share raw data in meeting.
 

Detailed Description

Sends external share content into the meeting.

Definition at line 14 of file ZoomSDKRawDataShareSourceController.h.

Method Documentation

◆ sendShareFrame:width:height:frameLength:format:

- (ZoomSDKError) sendShareFrame: (char *_Nonnull) frameBuffer
width: (unsigned int) width
height: (unsigned int) height
frameLength: (unsigned int) frameLength
format: (ZoomSDKFrameDataFormat) format 

Sends share raw data in meeting.

Parameters
frameBufferThe data's buffer to send.
widthThe data's width to send.
heightThe data's height to send.
frameLengthThe data's length to send.
formatThe format of frame data.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.