ZoomVideoSdkChatHelper class
Chat interface.
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkChatHelper
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
-
canChatMessageBeDeleted(
String msgId) → Future< bool> -
Determine if a specific message can be deleted.
msgId
the message Id
Return true if the message can be deleted, otherwise False. -
changeChatPrivilege(
String privilegeType) → Future< String> -
Set participant Chat Privilege when in session.
Note: Only session host/manager can run the function
privilegeType
The chat privilege of the participant
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
deleteChatMessage(
String msgId) → Future< String> -
Call this method to delete a specific chat message from the Zoom server.
This does not delete the message in your user interface.msgId
the message Id
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
getChatPrivilege(
) → Future< String> -
get participant Chat Priviledge when in session
Return the result of participant chat privilege. -
isChatDisabled(
) → Future< bool> -
Determine whether chat is disabled.
Return true if chat is disabled, otherwise false. -
isPrivateChatDisabled(
) → Future< bool> -
Determine whether private chat is disabled.
Return true if private chat is disabled, otherwise false. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendChatToAll(
String message) → Future< String> -
Call this method to send a chat message to all users.
message
the message content
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
sendChatToUser(
String userId, String message) → Future< String> -
Call this method to send a chat message to a specific user.
userId
the receiver's userIdmessage
the message content
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited