User helper interface.
More...
#include <zoom_video_sdk_user_helper_interface.h>
User helper interface.
Definition at line 440 of file zoom_video_sdk_user_helper_interface.h.
◆ changeName()
Change a specific user's name.
- Parameters
-
name | The new name of the user object. |
pUser | User in the session |
- Returns
- True indicates that name change is success. Otherwise, this function returns false.
◆ makeHost()
Assign a user as the session host.
- Parameters
-
- Returns
- True indicates that the user is now the host. Otherwise, this function returns false.
◆ makeManager()
Assign a user as the session manager.
- Parameters
-
pUser | User in the session. |
- Returns
- True indicates that the user is now the manager. Otherwise, this function returns false.
◆ reclaimHost()
virtual bool IZoomVideoSDKUserHelper::reclaimHost |
( |
| ) |
|
|
pure virtual |
Reclaim host permission.
- Returns
- True indicates that reclaim host is success. Otherwise, this function returns false.
◆ removeUser()
Remove user from session.
- Parameters
-
pUser | User in the session. |
- Returns
- True indicates that remove user is success. Otherwise, this function returns false.
◆ revokeManager()
Revoke manager rights from a user.
- Parameters
-
pUser | User in the session. |
- Returns
- True indicates that the user no longer has manager rights. Otherwise, this function returns false.