|
Meeting SDK for iOS API Reference
|
Handler to approve or decline the send query request. More...
#include <MobileRTCAICQueryHelper.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCSDKError) | - approve |
| Approve the request. | |
| (MobileRTCSDKError) | - decline: |
| Decline the request. | |
Properties | |
| NSUInteger | senderUserID |
| Get the requester's user ID. | |
Handler to approve or decline the send query request.
Definition at line 226 of file MobileRTCAICQueryHelper.h.
| - (MobileRTCSDKError) approve |
Approve the request.
| - (MobileRTCSDKError) decline: | (BOOL) | declineAll |
Decline the request.
| declineAll | YES means decline all request. |
|
readwritenonatomicassign |
Get the requester's user ID.
Definition at line 230 of file MobileRTCAICQueryHelper.h.