User control interface.
More...
#include <ZoomVideoSDKUserHelper.h>
Inherits NSObject.
User control interface.
Definition at line 16 of file ZoomVideoSDKUserHelper.h.
◆ changeName:withUser:
- (BOOL) changeName: |
|
(NSString *_Nullable) | inputName |
withUser: |
|
(ZoomVideoSDKUser *_Nullable) | changeUser |
Change a specific user's name.
- Parameters
-
inputName | user new name |
changeUser | user in the session |
- Returns
- YES indicates that name change is success. Otherwise, this function returns NO.
◆ makeHost:
Assign a user as the session host.
- Parameters
-
- Returns
- YES indicates that the user is now the host. Otherwise, this function returns NO.
- Warning
- only session host can run this function, and userId should not be myself.
◆ makeManager:
Assign a user as the session manager.
- Parameters
-
- Returns
- YES indicates that the user is now the manager. Otherwise, this function returns NO.
- Warning
- only session host can run this function, and userId should not be myself.
◆ reclaimHost
Reclaim host permission.
- Returns
- YES indicates that the function succeeds. Otherwise, this function returns NO.
◆ removeUser:
Remove user from session.
- Parameters
-
- Returns
- YES indicates that the function succeeds. Otherwise, this function returns NO.
- Warning
- The method is available only for the host, and the host can not remove himself.
◆ revokeManager:
Revoke manager rights from a user.
- Parameters
-
- Returns
- YES indicates that the user no longer has manager rights. Otherwise, this function returns NO.
- Warning
- only session host can run this function, and userId should not be myself.