TUICallKit class

Inheritance
  • Object
  • PlatformInterface
  • TUICallKit

Constructors

TUICallKit.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>
Make a call
enableFloatWindow(bool enable) Future<void>
Enable the floating window
enableMuteMode(bool enable) Future<void>
Enable the mute mode (the callee doesn't ring)
groupCall(String groupId, List<String> userIdList, dynamic callMediaType) Future<void>
Make a group call
joinInGroupCall(dynamic roomId, String groupId, dynamic callMediaType) Future<void>
Join a current call
login({required int sdkAppId, required String userId, required String userSig}) Future
login TUICallKit
logout() Future<void>
logout TUICallKit
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCallingBell(String filePath) Future<void>
Set the ringtone (preferably shorter than 30s)
setSelfInfo(String nickname, String avatar) Future
Set user profile
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TUICallKit
getter/setter pair