|
Meeting SDK for iOS API Reference
|
Interface to handle start smart summary request. More...
#include <MobileRTCMeetingService+SmartSummary.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCSDKError) | - accept |
| Agree the start smart summary request. | |
| (MobileRTCSDKError) | - decline |
| Decline the start smart summary request. | |
| (void) | - ignore |
| Ignore the start smart summary request. | |
Interface to handle start smart summary request.
Definition at line 12 of file MobileRTCMeetingService+SmartSummary.h.
| - (MobileRTCSDKError) accept |
Agree the start smart summary request.
MobileRTCSDKError_Success, otherwise the function fails. | - (MobileRTCSDKError) decline |
Decline the start smart summary request.
MobileRTCSDKError_Success, otherwise the function fails. | - (void) ignore |
Ignore the start smart summary request.