|
Meeting SDK for iOS API Reference
|
Handler to approve or decline requests to start smart summary. More...
#include <MobileRTCAICSmartSummaryHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSUInteger) | - getSenderUserID |
| Gets the requester's user ID. | |
| (NSString *) | - getRequestUserName |
| Gets the requester's display name. | |
| (MobileRTCSDKError) | - approve |
| Approves the request. | |
| (MobileRTCSDKError) | - decline |
| Declines the request. | |
Handler to approve or decline requests to start smart summary.
Definition at line 48 of file MobileRTCAICSmartSummaryHelper.h.
| - (MobileRTCSDKError) approve |
| - (MobileRTCSDKError) decline |
| - (NSString *) getRequestUserName |
Gets the requester's display name.
References getRequestUserName.
Referenced by getRequestUserName.
| - (NSUInteger) getSenderUserID |
Gets the requester's user ID.
References getSenderUserID.
Referenced by getSenderUserID.