NECallKitUI class
Constructors
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, NECallType callMediaType, [NECallParams? params]) → Future< NEResult> - Make a call
-
enableFloatWindow(
bool enable) → Future< void> - Enable the floating window
-
enableIncomingBanner(
bool enable) → void -
enableVirtualBackground(
bool enable) → Future< void> -
login(
String appKey, String accountId, String token, {NECertificateConfig? certificateConfig, NEExtraConfig? extraConfig}) → Future< NEResult> - login NECallKit
-
logout(
) → Future< void> - logout NECallKit
-
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< NEResult> - Set user profile
-
setupEngine(
String appKey, String accountId, {NEExtraConfig? extraConfig}) → Future< void> - init NECallKit
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → NECallKitUI
-
no setter
-
getter/setter pair