VideoDao class

Constructors

VideoDao()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

callEnd(String? userId, String callId, int? time, int dropped) Future<DataResult>
通话结束
callFail(String? userId, String callId, String type, {String? net}) Future<DataResult>
通话上报
calling(String callId) Future<DataResult>
通话心跳
callStart(String? anchorId, bool call, String callId) Future<DataResult>
通话开始
matchSuccess(String? anchorId, String callId, String? channelId, List? costInfo) Future<DataResult>
匹配成功开始