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