|
Meeting SDK for macOS API Reference
|
Representing a share action, including subscription and rendering controls. More...
#include <ZoomSDKShareContainer.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - subscribe |
| Subscribe to the sharing content. | |
| (ZoomSDKError) | - unsubscribe |
| Unsubscribe from the sharing content. | |
| (ZoomSDKError) | - resize: |
| Resize the share render frame. | |
Properties | |
| id< ZoomSDKShareActionDelegate > | delegate |
| Delegate for share action events. | |
| unsigned int | sharingID |
| Unique ID of the sharing action. | |
| NSString * | sharingUserName |
| Display name of the user sharing the content. | |
| NSView * | shareView |
| View for rendering the share content. | |
| ViewShareMode | viewMode |
| The view mode for displaying the share content. | |
Representing a share action, including subscription and rendering controls.
Definition at line 151 of file ZoomSDKShareContainer.h.
| - (ZoomSDKError) resize: | (NSRect) | frame |
Resize the share render frame.
| frame | Specify the frame. |
| - (ZoomSDKError) subscribe |
Subscribe to the sharing content.
| - (ZoomSDKError) unsubscribe |
Unsubscribe from the sharing content.
|
readwritenonatomicassign |
Delegate for share action events.
Definition at line 155 of file ZoomSDKShareContainer.h.
|
readnonatomicassign |
View for rendering the share content.
Definition at line 167 of file ZoomSDKShareContainer.h.
|
readnonatomicassign |
Unique ID of the sharing action.
Definition at line 159 of file ZoomSDKShareContainer.h.
|
readnonatomiccopy |
Display name of the user sharing the content.
Definition at line 163 of file ZoomSDKShareContainer.h.
|
readwritenonatomicassign |
The view mode for displaying the share content.
Definition at line 171 of file ZoomSDKShareContainer.h.