|
Meeting SDK for iOS API Reference
|
Handler to start the meeting query feature. More...
#include <MobileRTCAICQueryHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSString *) | - getRequestUserName |
| Gets the requester's display name. | |
| (MobileRTCSDKError) | - approve |
| Approves the request. | |
| (MobileRTCSDKError) | - decline |
| Declines the request. | |
Properties | |
| NSUInteger | senderUserID |
| Gets the requester's user ID. | |
Handler to start the meeting query feature.
Definition at line 166 of file MobileRTCAICQueryHelper.h.
| - (MobileRTCSDKError) approve |
| - (MobileRTCSDKError) decline |
| - (NSString *) getRequestUserName |
Gets the requester's display name.
References getRequestUserName.
Referenced by getRequestUserName.
|
readnonatomicassign |
Gets the requester's user ID.
Definition at line 171 of file MobileRTCAICQueryHelper.h.