VideoCallDelegate class abstract

Constructors

VideoCallDelegate()

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

getRtcToken(String channel) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCalling([int? currentRate]) Future<int?>
onCallStart(int type) Future
onCallStatus(int callStatus) → void
onCurrentRate(int rate, {bool down = false, bool show = false}) → void
onNormalPop({bool hangup = true, bool delayed = false}) → void
onRemoteUserLeft(int dropped, {bool toast = true}) → void
0-直接挂断
onShowLocalVideo(bool local, {bool check = true}) → void
onShowMatchWidget({bool recharge = false}) → void
onShowMoney() int
onShowNetText(bool? me) → void
onShowToast(int type) → void
-1-错误提示 0-网络不好导致直接挂断-The network has been disconnected and the call is over! 1-服务器封杀-Please try again after 60s! 2-其他原因-Sorry, please try again later! 3-匹配结束-Match end 4-匹配继续-Pay per min if the call gets started! 5-对方取消通话-The other party has cancelled! 5-对方取消通话-The other party has cancelled! 6-当前网络可能无法通话
onVideoSetState() → void
onWillCheckSendVideo() bool
showEndView([bool keep = false]) → void
toString() String
A string representation of this object.
inherited

Operators

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