ZoomVideoSdkUserHelper class
Zoom Video SDK User Helper
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkUserHelper
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
changeName(
String userId, String name) → Future< bool> -
Change a specific user's name.
userId
the identify of the username
the new name of the user
Return true indicates that name change is success. Otherwise, this function returns false. -
makeHost(
String userId) → Future< bool> -
Assign a user as the session host.
userId
the identify of the user
Return indicates that the user is now the host. Otherwise, this function returns false. -
makeManager(
String userId) → Future< bool> -
Assign a user as the session manager.
userId
the identify of the user
Return indicates that the user is now the manager. Otherwise, this function returns false. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeUser(
String userId) → Future< bool> -
Remove user from session.
userId
the identify of the user
Return If the function succeeds, the return value is true. Otherwise, this function returns false. -
revokeManager(
String userId) → Future< bool> -
Revoke manager rights from a user.
userId
the identify of the user
Return true indicates that the user no longer has manager rights. Otherwise, this function returns false. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited