TUICalling class

Constructors

TUICalling()

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, CallingScenes type, [OfflinePushInfo? offlinePushInfo]) Future<void>
destroy() → dynamic
enableCustomViewRoute({bool isEnable = true}) → dynamic
enableFloatingWindow({bool isEnable = true}) → dynamic
groupCall(List<String> userIdList, CallingScenes type, String? groupId) Future<void>
init({required int sdkAppID, required String userID, required String userSig, BuildContext? context}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCallingListener(TUICallingListener listener) → dynamic
setCallingListener(TUICallingListener listener) → dynamic
sharedInstance() Future<TRTCCalling>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

getter/setter pair