ZoomVideoSdkChatHelper class

Inheritance

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>
override
deleteChatMessage(String msgId) Future<String>
override
isChatDisabled() Future<bool>
override
isPrivateChatDisabled() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendChatToAll(String message) Future<String>
override
sendChatToUser(String userId, String message) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited