TUICallKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TUICallKitPlatform
Implementers

Constructors

TUICallKitPlatform.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String userId, dynamic callMediaType) Future<void>
enableFloatWindow(bool enable) Future<void>
enableMuteMode(bool enable) Future<void>
groupCall(String groupId, List<String> userIdList, dynamic callMediaType) Future<void>
joinInGroupCall(dynamic roomId, String groupId, dynamic callMediaType) Future<void>
login(int sdkAppId, String userId, String userSig) Future
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCallingBell(String filePath) Future<void>
setSelfInfo(String nickname, String avatar) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TUICallKitPlatform
getter/setter pair