|
Meeting SDK for iOS API Reference
|
Handler to start smart summary feature or handle start requests. More...
#include <MobileRTCAICSmartSummaryHelper.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCSDKError) | - startSmartSummary |
| Starts meeting summary. | |
| (BOOL) | - isForRequest |
| Determines if this handler is for requesting to start the smart summary. | |
Handler to start smart summary feature or handle start requests.
Definition at line 14 of file MobileRTCAICSmartSummaryHelper.h.
| - (BOOL) isForRequest |
Determines if this handler is for requesting to start the smart summary.
References isForRequest.
Referenced by isForRequest.
| - (MobileRTCSDKError) startSmartSummary |
Starts meeting summary.
References startSmartSummary.
Referenced by startSmartSummary.